A Copilot Custom Agent doing Git Commits for me
Ever end up with a ton of staged files and need to split them into multiple commits? I built a custo...
π-shaped Frontend Engineer, DevRel and Open Source maintainer.
Awarded GitHub Star ⭐️ since 2023 and Microsoft MVP 🔷 since 2024.
"Learning Web Development through Open Source"
Ever end up with a ton of staged files and need to split them into multiple commits? I built a custo...
Context engineering today means writing markdown files and VS Code Copilot ships with built-in promp...
Last week I took the GitHub Copilot certification (GH-300), so I figured I’d share how it went. In ...
Breadcrumbs are those links on top of a page informing the user where they're at while navigating yo...
A quick demo of using the Chrome Devtools MCP Server to fix a visual bug on my TanStack Start applic...
A step by step explanation on how is GitHub Copilot using MCP Server Tools, from the discovery phase...
Custom GitHub Copilot agent that splits staged files into logical commits: proposes the grouping, handles branch creation, and works across all projects.
VS Code has a built-in /create-skills slash command that generates custom Copilot skills following the official guidelines. Here's how to use it to write better context for your AI coding sessions.
I passed the GitHub Copilot GH-300 certification exam and shared my honest experience in a video. How I prepared, what the Pearson VUE online proctoring is really like, and which topics caught me off guard.
Learn how to implement breadcrumbs in TanStack Router, from static data to dynamic route parameters and localization.