0% found this document useful (0 votes)
34 views2 pages

Class Notes 4

The document provides an overview of web development including front-end technologies like HTML, CSS, and JavaScript, back-end technologies like servers, databases, and server-side languages, full-stack development, popular frameworks and libraries, and an example workflow for developing a website from planning to deployment.

Uploaded by

syeds.spam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views2 pages

Class Notes 4

The document provides an overview of web development including front-end technologies like HTML, CSS, and JavaScript, back-end technologies like servers, databases, and server-side languages, full-stack development, popular frameworks and libraries, and an example workflow for developing a website from planning to deployment.

Uploaded by

syeds.spam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Class Notes

Introduction to Web Development:

Web Development is the process of creating websites and web applications. It involves both

front-end (client-side) and back-end (server-side) development.

Front-End Development:

- HTML: Markup language for creating the structure of web pages.

- CSS: Style sheet language for designing the appearance of web pages.

- JavaScript: Programming language for adding interactivity to web pages.

Back-End Development:

- Server: Manages client requests and serves responses.

- Database: Stores and retrieves data.

- Server-Side Languages: PHP, Python, Ruby, Node.js

Full-Stack Development:

A full-stack developer works on both the front-end and back-end of a web application.

Frameworks and Libraries:

- Front-End: React, Angular, Vue.js

- Back-End: Django, Flask, Express.js

- Full-Stack: MERN (MongoDB, Express.js, React, Node.js)

Example Workflow:

1. Plan: Define the website structure and requirements.

Page 1
Class Notes

2. Design: Create wireframes and mockups.

3. Develop: Write code for the front-end and back-end.

4. Test: Ensure the website functions correctly.

5. Deploy: Publish the website on a web server.

Conclusion:

Web Development is a dynamic field that combines creativity and technical skills. It enables the

creation of interactive and user-friendly websites and applications that drive the digital experience.

Page 2

You might also like