Skip to content

Nehasingh1300/FSD

Repository files navigation

FSD - Awesome README Awesome

⭐ Star me on GitHub — it helps!

License: GPL v3 Tweet

ROAD MAP JANUARY 6, 2020

Table of content

FRONT END

How does internet work?

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.

HTML && CSS

Learn the basics : I already did in my repository

Responsive Web Design

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.

JavaScript

Learn JS

ReactJS

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.

About

Tasks related to Full Stack Developer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published