| Resource | Description |
|---|---|
| The Rust Book | Authoritative introduction to Rust ownership, types, and tooling. |
| cppreference.com | Comprehensive C++ language and standard library reference. |
| C# Docs | Microsoft’s C# language reference and .NET SDK guides. |
| Python Docs | Python 3 language reference, library, and tutorial. |
| hyperfine | Command-line benchmarking tool used throughout Chapter 2. |
| tokei | Fast code metrics tool: lines of code, blanks, comments by language. |
| JimFawcett on GitHub | Source repositories for all TextFinder and PageValidator implementations. |
| CodeBites Introduction | Companion bite-sized topics: AI tools, prompt patterns, spec-driven dev. |