Claude Code: Complete Development Guide
A slide-based guide to Claude Code covering installation, authentication, prompt engineering, real-world workflows, and a pitch for team adoption.
Related
Agentic AI Data Platform Architecture
A technical write-up of an agentic AI data platform, walking through its architecture layer by layer with code examples for building the system.
AI for Executive Search
A training presentation introducing executive-search staff to large language models and AI agents, with daily use cases and prompt-writing guidance.
Complete Context Engineering Guide
A rendered markdown guide to context engineering for AI systems, covering system prompts, instructions, structured inputs and outputs, tools, and memory.
A from-scratch guide to porting a diffusion model to WebGPU
Claude clones a browser-based diffusion model port and writes a from-scratch guide covering ONNX export, WebGPU execution, and every design choice in the code.