Week 1 Day 1 – Orientation and Web Development Overview
This commit is contained in:
12
Week-1/Day-1/web-development-overview.md
Normal file
12
Week-1/Day-1/web-development-overview.md
Normal file
@@ -0,0 +1,12 @@
|
||||
## Web Development Overview
|
||||
|
||||
## Introduction
|
||||
Web development is the process of creating and maintaining websites and web applications, involving tasks from designing user interfaces (front-end) to managing servers and databases (back-end), using core technologies like HTML (structure), CSS (style), and JavaScript (interactivity) to bring them to life online
|
||||
|
||||
## Types of Web Development
|
||||
- Frontend Development: User interface and user experience (HTML, CSS, JavaScript)
|
||||
- Backend Development: Server-side logic and databases (Node.js, MongoDB)
|
||||
- Full Stack Development: Combination of frontend and backend
|
||||
|
||||
## Summary
|
||||
Learned the basics of how websites are built and how frontend and backend work together.
|
||||
Reference in New Issue
Block a user