0-RunnigNotes_FrontEndWebDevelopment
0-RunnigNotes_FrontEndWebDevelopment
What is Web:
The Web is a computer system that links documents and pictures into a database that is
stored in computers in many different parts of the world and that people everywhere can
use.
Ex. of WebSite:
https://en.wikipedia.org/wiki/Rishabh_Pant
Ex:
Note:
The Combination of Frontend and Backend is known as Full Stack Web Development.
3) [MEAN + UI Technology(HTML/CSS/JS)]
4) [MERN + UI Technology((HTML/CSS/JS)]
Note:
We Require the Data Storage also in all types of the stack.
Ex of Data Storage is
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
MERN:
What is MERN Stack.
E => Express
R => React
N => Node.js
MEAN:
What is MEAN Stack.
E=> Express
A=> Angular
N => Node.js
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1) Start Up Company.
2) Service Based Company.
3) Product Based Company.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Web Application:
The application which will provide services over the web.
Ex:
1. Front end
2. Back end
1. Front end:
It represents what end user is seeing on the website. We can develop front end components by using:
HTML,CSS,JS,BootStrap,jQuery etc
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
To Make up our html components like adding colors, fonts, borders etc. optional...
Java Script:
To add functionality to our html components
Static response: won't be changed from person to person and time to time.
Dynamic response: will be changed from person to person and time to time.
2. Back End:
It is a technology which is used to decide what to show to end user on the front end.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1. Train No 1
2. Train No 2
3. Train No 3
Back End is responsible to generate required response that response should be displayed to the end
user by using front end.
Biryani:
We can prepare it on our own(writing everything on your own without using any framework)
or
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Web Application
HTML,CSS,JS
Language-->Java/Python/Node JS
Database--> MySql/MongoDb.