top of page
Digital Shelf
It’s more of a personal collection—random things I come across, resources worth remembering, and thoughts I might want to come back to later. Just a place to keep track of it all.


Github Copilot - Coding Agent
Understanding and Enabling the GitHub Copilot Coding Agent Overview The GitHub Copilot Coding Agent is: An autonomous AI developer that works inside GitHub Unlike IDE assistants, it: Works in the background Creates pull requests Handles full development tasks What is the Coding Agent? Definition Table Aspect Description Type Autonomous development assistant Location Runs inside GitHub Behavior Works like a teammate Output Creates PRs with changes What It Does Instead of just
7 hours ago9 min read


Github Copilot - Agent Mode
What is GitHub Copilot Agent Mode? Overview Agent Mode is an advanced feature of GitHub Copilot that acts like an: Autonomous AI pair programmer Unlike normal autocomplete, it: Understands your entire codebase Executes multi-step tasks Iterates and improves its own output Core Concept Feature Traditional Copilot Agent Mode Scope Single file Entire project Behavior Suggests code Executes tasks Workflow Static Iterative Intelligence Contextual Autonomous + contextual What Agen
8 hours ago4 min read


Github Copilot - Unit Tests
Unit Testing Tools and Environment Overview GitHub Copilot helps developers generate, improve, and maintain unit tests . It can: Generate tests Suggest assertions Identify edge cases Fix failing tests Maintain consistent testing patterns However: Manual review and testing are still required. How GitHub Copilot Helps With Unit Testing Capability Description Setup testing frameworks Suggests frameworks and extensions Generate test code Creates unit, integration, and end-to-end
8 hours ago8 min read


Github Copilot - Developer Use Cases
Boost developer productivity with AI GitHub Copilot helps developers spend less time on repetitive tasks and more time solving real problems. Where Copilot helps Area What it does Learning Shows examples and explains code Coding Autocompletes and suggests patterns Documentation Writes comments and README content Testing Generates unit tests Refactoring Improves existing code Copilot reduces the effort needed for everyday development work. Key benefits Faster learning You don’
2 days ago5 min read


Github Copilot - Management
GitHub Copilot offers different plans based on who is using it : Free / Pro → Individuals Business → Teams (adds control + security) Enterprise → Large orgs (adds customization + deep integration) Management Features (Core Exam Area) Feature Free / Pro Business Enterprise Public code filter Yes Yes Yes User management No Yes Yes Data excluded from training No Yes Yes Enterprise security No Yes Yes IP indemnity No Yes Yes Content exclusions No Yes Yes SAML SSO No Yes Yes Usage
4 days ago5 min read


Github Copilot - Advanced Features
Advanced GitHub Copilot Features The Basics: Copilot suggestions appear as ghost text Accept suggestion with Tab Uses open files as context by default Prompts can be given through: Comments Chat panel Inline chat Chatting with Copilot: Use the chat panel in VS Code Ask: Code questions Software-related questions Good for interactive discussions Inline Chat: Use Copilot directly inside code Shortcut: Ctrl+I on Windows Command+I on Mac Helps without leaving the editor Slash C
4 days ago2 min read
bottom of page