Notes tagged javascript
TypeScript Crash Course (Full Notes)
Complete written notes for the TypeScript crash course: setup and tsconfig, primitive types, functions, interfaces vs. types, unions and generics, classes, utility types, enums, and promises.
10 min readtypescriptjavascript
Node.js Crash Course (Full Notes)
Complete written notes for the Node.js crash course: the event loop, npm, core modules, the raw HTTP module vs. Express, middleware, and building a full CRUD job-tracker API with routes and controllers.
12 min readnodejsexpressjavascriptbackend
