← all tags

Tagged Copilot

5 postsRSS ↗
Oct 28, 2025·4 min read

Clearing GitHub Copilot CLI context between tasks

When a Copilot CLI conversation accumulates unrelated task history, I start a new context and give it a brief based on the current code.

AIProductivityDevelopment+3 more
Oct 03, 2025·8 min read

Running GitHub Copilot CLI in Docker with copilot_here

My Docker setup for running GitHub Copilot CLI with access to a project directory, including installation, image variants and the limits of that isolation.

copilot_hereDockerGitHub+3 more
Aug 19, 2025·4 min read

I Let Copilot Refactor My App, So You Don't Have To (The Wrong Way)

I had a seemingly simple refactoring task on a sample project and I thought, "Let's get GitHub Copilot to do the heavy lifting!". What followed was a spiral into chaos that taught me a crucial lesson about using AI the smart way.

AICopilotRefactoring+2 more
Aug 13, 2025·5 min read

A Guide to Mastering GitHub Copilot on github.com

Unlock a new level of productivity by moving beyond the IDE and mastering GitHub Copilot directly on github.com. This guide covers the essential techniques for setting up, creating effective requests, parallelizing your work, and mastering the feedback loop.

GitHubCopilotAI+2 more
Aug 05, 2025·10 min read

Architecting C# Domain Models for Human and AI Collaboration

I went down a rabbit hole of extreme encapsulation in C# only to find a more pragmatic path. Discover the journey from a complex domain model to a simpler one that provides powerful guardrails for AI development tools like GitHub Copilot.

C#Domain-Driven DesignArchitecture+3 more