Front End Lecture 1
Front End Lecture 1
Important Terminologies
Client-Server
Course Outline
What You Should Know ?
You just have to be familiar with how to use browser for surfing the
internet
Just basic knowledge in C/C++ is more than sufficient and that too will
be needed when we will learn JavaScript
What Is Web Development ?
Can be developed by simply using front-end Alongwith front-end technologies they also
technologies like HTML, CSS and JS require support of a backend technologies
like Python, PHP, Java , Go, C# etc.
Front End
AND
Back End
What Is Front End ?
The main purpose of the client side is to collect data from users.
What Is Front End ?
What Is Front End Made Up Of ?
HTML
CSS
JavaScript
Bootstrap
Ajax
jQuery
JavaScript
Think for a minute, what happens when you fill your username
and password in Gmail’s login page.
At the server , there is some piece of code which receives this data , performs a
search query on the database and retrieves the result.
Based on the result of the query , it sends the response login accepted or login
failed to the browser.
AND
Full stack developers work with both the front and back end of a
web application.
If you join only Front End Web Development course then you
will learn Front End Technologies as a part of the course.
You can join Full Stack Web Development through Java EE, which
will cover :
Client Tier Business Tier Data Tier
HTML Servlets JDBC
CSS JSP Advance JDBC
JavaScript Session Management Design Pattern
React JS Java Beans DAO Pattern
Ajax & Jquery EL MVC Pattern
Bootstrap Custom Tags
You can join Full Stack Web Development through Django , which
will cover :
Topic: HTML