Skip to main content

6 docs tagged with "web-development"

View all tags

1. Introduction to Web Development

A beginner's guide to web development for Computer Science students, covering the client-server model, front-end and back-end roles, HTML/CSS/JavaScript basics, and how the web actually works.

3. JavaScript and DOM Manipulation

A practical guide to JavaScript fundamentals and DOM manipulation for web development students, covering selection, modification, events, and the misconceptions beginners run into.

6. RESTful and GraphQL APIs

A practical guide to RESTful and GraphQL API design for Computer Science students, covering HTTP methods, statelessness, resource modeling, GraphQL queries/mutations, and when to choose one over the other.

7. Web Security Essentials

A practical guide to web security for Computer Science students, covering the OWASP Top 10 vulnerabilities — injection, XSS, CSRF, broken authentication, and more — with real examples and prevention techniques.