- 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 |…
- Using MCP Servers with Claude Code
Using MCP Servers with Claude Code MCP (Model Context Protocol) is an open standard that lets Claude Code connect to external tools and data sources. MCP servers give Claude Code new abilities like fetching web content, querying databases, or interacting with third-party APIs. What is MCP? MCP…
- Project Configuration – CLAUDE.md & Memory
Project Configuration – CLAUDE.md & Memory Claude Code can be customized per-project using a CLAUDE.md file and has a memory system that persists information across sessions. These features make Claude Code smarter about your specific project over time. What is CLAUDE.md? CLAUDE.md is a markdown…