Blog > Series
Multi-part deep-dives on specific engineering challenges. Each series walks through real implementations from first principles to production deployment.
Claude Code in Production
Migrating from GitHub Copilot to Claude Code — the tooling swap, the standards layer built around it, and the enterprise controls layered on top.
Software Odds and Ends
Software Engineering patterns, interesting tidbits, and other odds and ends collected over the years.
Sudoblark Best Practices
Practical strategies and principles for improving software design, delivery, and maintainability.
Foundations of AI
Building a clear understanding of the fundamental concepts behind modern AI systems.
AI Vision Inference
Using a real-world bookshelf scanner as the problem domain to explore serverless AI inference. AWS is the implementation platform throughout, but the patterns — event-driven architecture, structured output validation, agent frameworks — apply equally to GCP, Azure, and on-prem deployments.
Infrastructure as Code (IaC)
Using Terraform and related tools to automate and scale cloud infrastructure with maintainable code.