| Section | Description | Entry Point |
|---|---|---|
| CodeBites | Short focused pages on using AI for code development. Topics include chat bots (ChatGPT, Claude, Gemini), interactive CLI sessions, AI agents built with the Anthropic API, agentic multi-step workflows, LLM API usage, skills and tool use, and spec-driven development with AI. | Introduction |
| Projects | Multi-language implementations of TextFinder (find regex matches in a directory tree) and PageValidator (validate HTML structure). Each project is implemented in Rust, C++, C#, and Python for direct comparison. Includes timing and metrics utilities. | Code Explorer |
| AI Demos | Runnable agents and CLI session demos under the AI/ folder. Includes readme generation agents, code generation demos, and language-specific analysis agents for Rust and C++. | Code Explorer |
| CodeWebifier | A .NET tool that converts source code files to syntax-highlighted HTML pages. Used to generate the code display pages throughout the site. | Code Explorer |
| Repositories | Index of Code track repositories on GitHub, organized by language and project. | Repositories |
| Resource | Description |
|---|---|
| Anthropic API Docs | Official reference for the Anthropic Claude API — models, endpoints, tool use, agents, and the Python/TypeScript SDK. |
| Claude Code | Anthropic’s CLI tool for AI-assisted development — interactive coding sessions, file editing, and agent workflows from the terminal. |
| The Rust Book | The official introduction to Rust — ownership, borrowing, traits, and the standard library. Free online. |
| C# Documentation | Microsoft’s official C# reference — language features, .NET libraries, and runtime. |
| Python Docs | Official Python 3 documentation — language reference, standard library, and tutorial. |
| cppreference.com | Comprehensive C++ language and standard library reference, covering C++11 through C++23. |
| AI Links | Curated links to AI tools, documentation, tutorials, and research relevant to code development. |
| Track Repositories | Index of all Code track GitHub repositories, organized by project and language. |