Web Development Shiva Rider
Web Development Shiva Rider
CONTENTS
• Definition
• Introduction
• Classification
• Frontend Roadmap
• Backend Roadmap
• Full-Stack Developer
• What does Developer do?
• Tools Used
• Conclusion
DEFINITION
HTML: HTML stands for Hyper Text Markup Language. It is used to design
the front end portion of web pages using markup language. It acts as a
skeleton for a website since it is used to make the structure of a website.
CSS: Cascading Style Sheets fondly referred to as CSS is a simply designed
language intended to simplify the process of making web pages presentable.
It is used to style our website.
JavaScript: JavaScript is a scripting language used to provide a dynamic
behavior to our website.
FRONT-END ROADMAP
Bootstrap: Bootstrap is a free and open-source tool collection for creating
responsive websites and web applications.
It is the most popular CSS framework for developing responsive, mobile-
first websites. Nowadays, the websites are perfect for all the browsers (IE,
Firefox, and Chrome) and for all sizes of screens (Desktop, Tablets, Phablets,
and Phones).
Bootstrap 4
Bootstrap 5
FRONT-END ROADMAP
Frontend Frameworks and Libraries:
AngularJS
React.js
VueJS
jQuery
Bootstrap
Material UI
Tailwind CSS
jQuery UI
BACK-END ROADMAP
BACK-END ROADMAP
• PHP: PHP is a server-side scripting language designed specifically for web
development.
• Java: Java is one of the most popular and widely used programming
language. It is highly scalable.
• Python: Python is a programming language that lets you work quickly and
integrate systems more efficiently.
• Node.js: Node.js is an open source and cross-platform runtime environment
for executing JavaScript code outside a browser.
BACK-END ROADMAP
Back End Frameworks