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.
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.
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.
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.
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.