Introduction To Web Development
Introduction To Web Development
Introduction to
web development
Topics to be covered
What is web development
Frontend vs Backend vs Fullstac
Web development career paths
Frontend Development
It is the part of the website which is directly visible to the user to which he can interact with. It is also known as
the client side of the application as it is visible to the user.
CSS
JavaScript
JavaScript is used to provide interactivity to the website, so that the website can have some dynamic
behaviour.
Backend Development
It is the part of the website which is not visible to the user and he cannot interact with it. It is the server side of
the website which is used to process, store and arrange the data.
It is an open source and cross platform javascript runtime environment used to execute the javascript code
outside the browser
MongoDB
It is an open source document-oriented database that is used to store a large scale of data and allows us to
work with the data efficiently.
Note: We can also use Python, Java and PHP like programming languages to work on our backend.
Full stack development refers to the ability to work on both the frontend and backend side of a web application.
A full stack developer has the knowledge of both the frontend and backend technologies, which means they
can develop an application from scratch to till completion by themselves.