⭐ Star me on GitHub — it helps!
ROAD MAP
JANUARY 6, 2020
An Amazing Paper on internet Stuff! MUST READ
In Brief:
You need to understand that there are some set of rules called as protocols, according to which things are done!
Internet works on Internet Protocol and Transport Control Protocol
In Protocol Stack, we have 4 layers:
Application Protocol Layer
Transmission Control Protocol
Internet Protocol Layer
Hardware PRotocol
The data will be broken into small packets if they are large as transferring large packets will be difficuilt.
In Application Protocol Layer, it specifies the data according to the particular domain like www, email, FTP, etc.
In Transmission Layer Control Protocol, specifies the computer to a particular computer according to its destination using Port Number.
In Internet Protocol Layer, specifies the IP Address of the computer.
In Hardware Layer, converts binary code to network signals and back.
Learn the basics : I already did in my repository
Websites can be accesssed on various devices such as laptop, mobile phones ans tablets, so for them we need websites to be responsive.
One such Solution for that is BootStrap, it is open source frontend framework maintained by Twitter, it makes pages of web responsive just by using CSS. It uses the concept of GRID.
You must checkout I have started working on ReactJS from feb end.
I have started working on NodeJS and npm for getting local host using lite server.