Skip to main content

3 docs tagged with "backend"

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.

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.