Tuesday, December 8, 2020

Web development for beginners.

 Web development for beginners.


This course will make you an expert in web development.But before moving on this advance topic you should be very well versed with your fundamentals of programming.Because it will boost your journey to become full stack web developer.


This course is designed for absolute beginner covering all aspect of web development.Here you will find all topic covering all aspect of web development.


Before knowing what is a full stack web developer or what work a full stack developer does,we should know what is frontend and backend


What is frontend?


Let's understand it with very simple example we all are aware from facebook,when we type facebook.com in our web browser it redirects us to official website of facebook.Where it wither tells us to login or signup.This is frontend part of facebook.So basically frontend part communicate with clients. The part which communicate with client is called as frontend part.


What is backend?



Let's continue with our facebook example while we enter our details like name,email,password.We must imagine where all these data goes.All these data gets stored inside a database.So that again when we logged in, facebook can authenticate a valid user and must identifies every user as independent identity.

So this part come into playing with data.This is what a backend developer does.


So know i hope you all must be aware from frontend and backend part in brief. Now come to our main topic we should now in position to know what is a full stack we developer.So a developer which can handle both frontend and backend part is called as a full stack web developer.This is what we will cover in this course. 


Tools that we required to become a frontend web developer


There are very basic tools or you can say a frontend web developer should must know these tools.
These are :

  1. HTML
  2. CSS
  3. JAVASCRIPT


1.HTML


This is what a web developer should must know.Without HTML
you can't consider any web page or web application.This should be known by every web developer.HTML is used to structure our web page.The page that you are seeing right now is structure using HTML.


2.CSS


This is used to give style to web page.Without CSS our web page might not looks so good and interactive as compared to when we use CSS to designed our web page.

So you can consider CSS as web styler who style our web page.


3.JAVASCRIPT


This is used to add interactivity with our web page.Have you ever seen when we click on button then modals open up or when we click on drop-down menu then it will display all element.All these things are implemented using javascript.

As i think according to today market skills every one should must know javascript.Because javascript is used every where in web application from frontend to backend.


Tools that we required to become a frontend web developer


To become backend web developer there are many popular language you can pick up any one and just learn it thoroughly.

In this course we will learn two most popular backend language:

  1. PHP
  2. Node.js

Share this

0 Comment to "Web development for beginners."

Post a Comment

If you have any doubts then let me know.