RSSAmplifier

Blog

Dariusz Parys

A personal blog about software development, DevOps, and technology

dariuszparys.comRSS feed ↗19 posts

Latest posts

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.

Claude Code Multi-Agent tmux Setup

Run multiple Claude Code agents in parallel using tmux. A practical guide to multi-agent setup, roles, models, costs, and real-world usage.

Building an Autonomous Coding Agent with the GitHub Copilot SDK

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.

The 3-Hour Clone

What's code worth now? Zero. I used AI agents to functionally clone MediatR in three hours without copying a line.

How I use Claude Code with Azure DevOps

Optimize enterprise development with Claude Code and Azure DevOps. Use custom agents, rules, and skills to streamline your .NET, Angular, and Bicep monorepo.

Validate Azure DevOps Pipeline Variables Before PR

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.

The Ralph Wiggum Experiment

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 for Metadata and Progress Tracking

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 Be Listed as a Co-Author in Your Git Commits?

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.

Rating Blog Posts With The Help of AI

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.

The End of GitHub (As We Know It)

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.

Just Your Commands

Learn how just, a simple command runner, improves consistency for Azure Bicep deployments between local environments and CI/CD pipelines.

Azure Container Registry Cache Updated Guide With Docker Hub Integration

Learn how to enable caching in Azure Container Registry with Docker Hub integration. This updated guide provides detailed steps and automation scripts using Bicep.

Generate Sequence Diagrams for Azure B2C User Journeys with ChatGPT

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

Using Ngrok to Debug Azure B2C Custom Policy REST API Endpoint

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.

Mastering Bicep Documentation: Annotate Your Scripts for Seamless Collaboration

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.

Total Recall - Copilot+ PC feature Recall

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.

My Streamlined Agile Sprint Process

Streamline your Agile development with this simplified sprint process. Learn how to boost collaboration, transparency, and adaptability for project success

How to Avoid Docker Hub Rate Limits (and Improve Your Workflow)

Understand Docker Hub rate and how they affect workflows. Mitigate limits by leveraging Azure Container Registry caching and optimize CI on Azure DevOps