Your ADRs Are Costing You Tokens
ADRs burn through your LLM's context window fast. A lightweight index and targeted rules files give your AI agent the same knowledge without the bloat.
A personal blog about software development, DevOps, and technology
ADRs burn through your LLM's context window fast. A lightweight index and targeted rules files give your AI agent the same knowledge without the bloat.
Run multiple Claude Code agents in parallel using tmux. A practical guide to multi-agent setup, roles, models, costs, and real-world usage.
Build an autonomous coding agent with .NET 10 and GitHub Copilot SDK. See how "Coralph" loops through issues, tests code, and why model choice is critical.
What's code worth now? Zero. I used AI agents to functionally clone MediatR in three hours without copying a line.
Optimize enterprise development with Claude Code and Azure DevOps. Use custom agents, rules, and skills to streamline your .NET, Angular, and Bicep monorepo.
Tired of failing pipelines? Use azdolint to validate Azure DevOps variable group references in your YAML files during PRs. Prevent errors and save runtime minutes.
Can a "while loop" make AI a better coder? Explore the Ralph Wiggum technique: a persistent iteration method that successfully automated a DB migration.
Git Notes let you store metadata on commits without changing SHA hashes. See how Klammer and Gemini Conductor use them for stacked branches and AI tracking.
Should AI assistants like Claude be co-authors in your git commits? This post explores the debate on AI code attribution and argues for transparency in development.
Discover how to use AI personas for blog post reviews. Learn my technique using Claude to get feedback from CTOs, developers, and more on your writing.
As AI agents autonomously manage development, GitHub's human-centric tools may fade. Discover why the future of coding lives directly in the git repository.
Learn how just, a simple command runner, improves consistency for Azure Bicep deployments between local environments and CI/CD pipelines.
Learn how to enable caching in Azure Container Registry with Docker Hub integration. This updated guide provides detailed steps and automation scripts using Bicep.
Explore how to transform Azure B2C policies into visual representations. This post demonstrates how to generate sequence diagrams with ChatGPT for Mermaid, offering a fresh perspective on understanding and documenting user journeys
Streamline Azure B2C custom policies with Ngrok for local testing. Set up Ngrok, create a static subdomain, and tunnel your ASP.NET application for seamless debugging and development.
Learn how to use decorators and metadata in Bicep to create clear, informative documentation for your infrastructure-as-code scripts. Enhance collaboration and knowledge sharing.
Microsoft's "Recall" feature on new Surface PCs aims to enhance memory by capturing screen snapshots. This raises questions about data privacy and access, especially in shared environments.
Streamline your Agile development with this simplified sprint process. Learn how to boost collaboration, transparency, and adaptability for project success
Understand Docker Hub rate and how they affect workflows. Mitigate limits by leveraging Azure Container Registry caching and optimize CI on Azure DevOps