Upgrading Angular from 13 to 21 with GitHub Copilot CLI
The workflow I use to upgrade Angular one major version at a time with GitHub Copilot CLI, including build checks and common migration errors.
Video: My development workflow with GitHub Copilot and Gemini
The recording of my SSW Brisbane User Group talk, covering how I divide development work between AI tools and run Copilot CLI in a Docker sandbox.
Investigating a data migration bug with GitHub Copilot CLI and Git history
Using Copilot CLI to trace missing cleanup data through Git history, identify affected records and compare migration and fallback options.
Creating custom GitHub Copilot chat modes in VS Code
How I use task-specific chat modes for issue writing, planning, tests and backlog analysis, with Markdown templates to adapt to a project.
Upgrading My Wife's Portfolio to TinaCMS with the GitHub Copilot CLI
Using GitHub Copilot CLI to integrate TinaCMS into my wife's portfolio, including JSON content schemas, visual editing and repository instructions.
My AI-Powered Workflow: Building a Full-Stack App with ChatGPT and GitHub Copilot
How I used ChatGPT to plan a URL shortener, assigned the implementation to GitHub Copilot, and reviewed the resulting pull requests.
Redesigning My Blog with an AI-Powered Workflow
My blog needed a facelift. Instead of weeks of manual CSS changes, I used Gemini for planning and GitHub Copilot for execution to completely redesign my site. Here's how the AI-assisted process worked.