What is WebDevelopment?
• - Building and maintaining websites/web apps
• - Two main parts:
• • Front-End: User Interface (UI)
• • Back-End: Server, database, application
logic
3.
Front-End Technologies
• -HTML – Structure of the web page
• - CSS – Styling (layout, colors, fonts)
• - JavaScript – Interactivity and logic
• - Popular Frameworks:
• • React.js
• • Vue.js
• • Angular
How Front-End andBack-End Work
Together
• - Client (Front-End): Sends requests (via API)
• - Server (Back-End): Processes and responds
with data
• - Communication via HTTP and REST APIs
6.
Full-Stack Development
• -Combines both front-end and back-end
• - Popular stacks:
• • MERN: MongoDB, Express, React, Node.js
• • LAMP: Linux, Apache, MySQL, PHP
• - Tools: Git, Docker, Postman
7.
Conclusion
• - Webdevelopment is the backbone of the
modern web
• - Knowing both front-end and back-end opens
many opportunities
• - Keep learning: frameworks evolve fast!