Web development
I wrote these notes to document my learning process and resources that Future Me—and maybe you?—may find helpful. Since I work primarily in the frontend, most of my notes are on those subjects or are written from that perspective.
The grouping below is mainly for organisation (ie. skimming and discovery); I find these subjects to overlap and intertwine with each other more often than not IRL. Some links may be listed under multiple groups where relevant.
Start here
Essential notes:
See notes on...
Frontend stuff
Part of the web dev spectrum that predominantly deals with—or pertain to—user interfaces
See notes on...
- CSS
- Web APIs a.k.a. Browser APIs
- JAMstack and serverless
- Web frameworks
Full stuckstack stuff
The whole range of the web dev spectrum, from server to user
See notes on...
- JavaScript
- Web frameworks
- Databases
- Content Management Systems (CMS)
- Continuous integration, Delivery, Deployment (CI/CD)
- Tooling — TypeScript
- Building APIs — GraphQL
Best practices
In the quest for building good web products
See notes on...
- Performance
- Accessibility
- Code quality, a.k.a. "Get the computers to do repetitive/predictable grunt work for you"
- Testing
- Static analysis
- TypeScript for static type checking
Generic web/dev/open-source
Skills and technologies that are useful for web development and a wider range of programming fields
See notes on...