- React – Get Started
Start here. What React is and what problem it solves, the exact versions this track is written against — React 19.2, TypeScript 6, Vite 8 — one command to create a project and see it running, the demo application every example is taken from, and the full lesson index in reading order.
- Angular – The TypeScript You Need First
Angular is TypeScript-first, and the parts of the language it leans on hardest are the ones tutorials skip. Interfaces for API shapes, generics, decorators and why Angular uses them, strict null checks, and the `readonly` and `as const` habits that keep a component's inputs honest.
- Angular – Set Up a Project with the Angular CLI
One command scaffolds the project: what `ng new` actually generates, what each file is for, how `angular.json` and the three tsconfigs fit together, where `bootstrapApplication` and `app.config.ts` replaced the old root NgModule, and the handful of `ng` commands you will run every day.
- Angular – Get Started
Start here. What Angular is and what problem it solves, how it differs from React and when a team picks it, the exact versions this track is written against — Angular 21, TypeScript 5.9, Bootstrap 5 — one command to create a project and see it running, the demo application every example is taken from, and the full lesson index in reading order.
- Advanced Tips & Tricks for Claude Code
Advanced Tips & Tricks for Claude Code After mastering the basics, here are advanced techniques that will make you significantly more productive with Claude Code. 1. Piping Input to Claude Code Pipe command output directly to Claude Code for analysis: # Analyze test failures pytest tests/ 2>&1 |…