Skip to main content

2 docs tagged with "JavaScript"

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.

Node.js Architecture

An in-depth look at the architecture of Node.js, including its event loop, single-threaded non-blocking I/O model, libuv, and the module/npm ecosystem.