Resources
A curated collection of tools, docs, and references I find genuinely useful.
Testing Frameworks
- Playwright ↗Fast, reliable end-to-end testing for modern web apps.
- Vitest ↗Blazing fast unit testing framework powered by Vite.
- Jest ↗Delightful JavaScript testing with a focus on simplicity.
TypeScript
- TypeScript Handbook ↗The official TypeScript documentation.
- Total TypeScript ↗Free and paid TypeScript tutorials by Matt Pocock.
SQL & Databases
- SQLBolt ↗Interactive SQL lessons — a great place to start.
- pgexercises ↗PostgreSQL exercises for all skill levels.
CI/CD & Tooling
- GitHub Actions docs ↗Official docs for automating workflows with GitHub Actions.
- Docker for beginners ↗Hands-on Docker tutorial — useful for test environments.