<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vadim</title>
    <description>The latest articles on DEV Community by Vadim (@vadimengineer).</description>
    <link>https://dev.to/vadimengineer</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3391918%2Ff45b712f-6d64-446f-b144-294e620db1ef.jpg</url>
      <title>DEV Community: Vadim</title>
      <link>https://dev.to/vadimengineer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vadimengineer"/>
    <language>en</language>
    <item>
      <title>Copilot CLI helped me with VS Code accessibility extension</title>
      <dc:creator>Vadim</dc:creator>
      <pubDate>Sat, 14 Feb 2026 19:35:22 +0000</pubDate>
      <link>https://dev.to/vadimengineer/copilot-cli-helped-me-with-vs-code-accessibility-extension-39d</link>
      <guid>https://dev.to/vadimengineer/copilot-cli-helped-me-with-vs-code-accessibility-extension-39d</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-21"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I created &lt;strong&gt;Axe Accessibility Checker&lt;/strong&gt; — a VS Code extension powered by axe-core that runs accessibility audits directly in VS Code. Built entirely with GitHub Copilot CLI assistance, this extension shortens the gap between accessibility testing and AI-powered helpers for fixing.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzoc3h6q8yria9p28gdrv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzoc3h6q8yria9p28gdrv.png" alt="VS Code Extension" width="650" height="1054"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feycdk22lkur385c60v6b.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feycdk22lkur385c60v6b.jpeg" alt="VS Code Extension" width="800" height="406"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔍 Instant accessibility audits using industry-standard axe-core&lt;/li&gt;
&lt;li&gt;📊 Beautiful HTML reports with violation categorization (critical, serious, moderate, minor)&lt;/li&gt;
&lt;li&gt;⚡ Integrated with VS Code's command palette for seamless workflow&lt;/li&gt;
&lt;li&gt;🤖 &lt;strong&gt;Reports optimized for GitHub Copilot consumption&lt;/strong&gt; — copy violations directly into chat for AI-powered fixes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I Built It
&lt;/h2&gt;

&lt;p&gt;Accessibility testing shouldn't feel like something difficult . The traditional workflow — run Lighthouse, export report, copy-paste violations into Copilot, explain context — wastes precious development time.&lt;/p&gt;

&lt;p&gt;This extension &lt;strong&gt;eliminates that friction entirely&lt;/strong&gt;. Run an audit, click to open the report, and feed violations directly to GitHub Copilot for instant fix suggestions. What used to take 5-10 minutes now takes seconds.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Personal Journey:&lt;/strong&gt; I'd never created a VS Code extension before this challenge. GitHub Copilot CLI walked me through the entire process — from manifest configuration to Puppeteer integration to TypeScript compilation. This extension is proof that Copilot CLI can guide you through completely unfamiliar territory.&lt;/p&gt;

&lt;p&gt;I'm seriously considering publishing this on the VS Code Marketplace because it solves a real problem I face daily.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;🎥 &lt;a href="https://www.youtube.com/watch?v=EGCAbgW5TVA" rel="noopener noreferrer"&gt;Watch the Demo&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Repository
&lt;/h2&gt;

&lt;p&gt;💻 &lt;a href="https://github.com/vadimfrolov/Copilot-CLI-Ch" rel="noopener noreferrer"&gt;Project Repository&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔌 &lt;strong&gt;VS Code Extension link&lt;/strong&gt;  &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;🚧 WIP — coming soon™&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot CLI
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What I Loved:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;/delegate [prompt]&lt;/code&gt; — The killer feature! Send your entire session to GitHub and Copilot creates a PR automatically. This is game-changing for collaborative workflows.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;/on-air&lt;/code&gt; — Streamer mode that hides model names and quotas. Perfect for demos and recordings without exposing implementation details.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;/tasks&lt;/code&gt; — Background task management for subagents and shell sessions. Feels like having a real task manager for AI work.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Context awareness&lt;/strong&gt; — Copilot CLI understood my project structure and suggested changes across multiple files simultaneously.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What Could Be Better:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Fleet mode unpredictability&lt;/strong&gt; — I asked it to find code issues and propose improvements. After a while, it started making edits without clear explanations of the benefit. Felt like it was "moving fast and breaking things" without asking permission.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Silent operations&lt;/strong&gt; — Sometimes goes quiet for 60-200 seconds with no indication of what it's processing. A simple "analyzing codebase..." would help.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Terminal session handling&lt;/strong&gt; — Occasionally lost track of which terminal was active when switching between compile and test sessions.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Overall:&lt;/strong&gt; Despite minor quirks, GitHub Copilot CLI elevated my productivity significantly. This project would've taken me 3-7 days alone — Copilot CLI got me there in hours.&lt;/p&gt;

&lt;h2&gt;
  
  
  Team
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Solo Developer:&lt;/strong&gt; Vadim Frolov&lt;br&gt;&lt;br&gt;
&lt;em&gt;Designer • Developer • Producer&lt;/em&gt;&lt;br&gt;&lt;br&gt;
&lt;em&gt;(With a little help from my AI friend)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
    <item>
      <title>How I Built a 69KB Portfolio with Google's Coolest Tools</title>
      <dc:creator>Vadim</dc:creator>
      <pubDate>Sat, 24 Jan 2026 19:20:56 +0000</pubDate>
      <link>https://dev.to/vadimengineer/how-i-built-a-69kb-portfolio-with-googles-coolest-tools-1494</link>
      <guid>https://dev.to/vadimengineer/how-i-built-a-69kb-portfolio-with-googles-coolest-tools-1494</guid>
      <description>&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;I’m a Software Engineer with 7+ years of experience, previously working as a Civil Engineer — which heavily influenced how I think about structure, performance, and long-living systems.&lt;/p&gt;

&lt;p&gt;I live in Germany and can speak a little bit Chinese.🍊&lt;/p&gt;

&lt;h2&gt;
  
  
  Portfolio
&lt;/h2&gt;

&lt;p&gt;The portfolio focuses on minimal JavaScript, clean UI and fast load times.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://vadim-frolov-gemini-hack-bgu43ly7xa-uc.a.run.app" rel="noopener noreferrer"&gt;https://vadim-frolov-gemini-hack-bgu43ly7xa-uc.a.run.app&lt;/a&gt;&lt;br&gt;


&lt;/p&gt;
&lt;div class="ltag__cloud-run"&gt;
  &lt;iframe height="600px" src="https://vadim-frolov-gemini-hack-bgu43ly7xa-uc.a.run.app"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I built my portfolio with &lt;strong&gt;Antigravity&lt;/strong&gt;, &lt;strong&gt;Gemini CLI&lt;/strong&gt;, HTML, CSS and JavaScript. I was looking for retro style simple portfolio with keyboard navigation&lt;/p&gt;

&lt;p&gt;Steps&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I've started with planning mode and simple prompt, I'm big fan of spec-driven development
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmbduq0eqmoqijxgk8vml.png" alt="Plan mode with prompt"&gt;
&lt;/li&gt;
&lt;li&gt;I've checked implementation plan and add couple of manual changes and proceed with it
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6c1r13s6nf05iczj7adm.png" alt="Implementation plan"&gt;
&lt;/li&gt;
&lt;li&gt;With built-in browser I've easily checked visuals
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm8xgks6x49ng4ezl5c7l.png" alt="Antigravity browser"&gt;
&lt;/li&gt;
&lt;li&gt;During implementing some small tweaks my tokens were all spent so I install Gemini CLI and finished small CSS changes
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7d2c9u4kw3ooldhargvm.png" alt="Gemini CLI"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Challenges &amp;amp; Trade-offs
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Keeping accessibility while maintaining a retro look&lt;/li&gt;
&lt;li&gt;Avoiding over-engineering when using AI tools&lt;/li&gt;
&lt;li&gt;Balancing minimal CSS with responsive behavior&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I'm Most Proud Of
&lt;/h2&gt;

&lt;p&gt;I'm proud to create light-weight website, only 69kb, that runs pretty well on desktop and mobile. It was fun to use Google Tools such as Gemini CLI and Antigravity.&lt;/p&gt;

&lt;p&gt;I also uploaded it Google Cloud, it was my first try with this service, it pretty straightforward experience, thought I use some help of Gemini to advance in couple of steps.&lt;/p&gt;

&lt;p&gt;I think it's important to think about performance and UX, I want to create something that will not need maintenance in the future and will be fun to use. &lt;/p&gt;

&lt;p&gt;I'm glad of my result and had a good time building it.&lt;/p&gt;

&lt;p&gt;Feedback is welcome — especially from people who’ve tried similar retro designs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpart0om915q5bgq303u2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpart0om915q5bgq303u2.png" alt="Main page of Vadim Frolov CV"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>portfolio</category>
      <category>gemini</category>
    </item>
    <item>
      <title>Why Kiro IDE Made Me Fall in Love with AI-Assisted Development</title>
      <dc:creator>Vadim</dc:creator>
      <pubDate>Sat, 13 Sep 2025 18:53:12 +0000</pubDate>
      <link>https://dev.to/vadimengineer/why-kiro-ide-made-me-fall-in-love-with-ai-assisted-development-30oe</link>
      <guid>https://dev.to/vadimengineer/why-kiro-ide-made-me-fall-in-love-with-ai-assisted-development-30oe</guid>
      <description>&lt;p&gt;I'll be honest - I was skeptical about AI coding tools. But after building my first project with &lt;a href="https://kiro.dev" rel="noopener noreferrer"&gt;Kiro IDE&lt;/a&gt;, I'm completely converted. Here's why you should give it a shot.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Magic of Automated Spec Flow
&lt;/h2&gt;

&lt;p&gt;Picture this: You have a project idea, and instead of staring at a blank screen wondering where to start, Kiro takes you through this incredible flow:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Requirements → Design Docs → Task List → Code&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;All automated. All intelligent. All surprisingly accurate.&lt;/p&gt;

&lt;p&gt;I recently built a &lt;a href="https://github.com/your-repo-link" rel="noopener noreferrer"&gt;local-first smart planner&lt;/a&gt; using React 19, FastAPI, and PostgreSQL. What would normally take me hours of planning and architecting happened in minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Makes Kiro Different
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;🧠 It Actually Understands Context&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Unlike other AI tools that give you random code snippets, Kiro maintains context across your entire project. It knows your architecture, your patterns, and your preferences.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;📋 Comprehensive Planning&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Before writing a single line of code, Kiro generates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Detailed requirements analysis&lt;/li&gt;
&lt;li&gt;System architecture documents&lt;/li&gt;
&lt;li&gt;Component breakdowns
&lt;/li&gt;
&lt;li&gt;Structured task lists&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;🏗️ Real Development Flow&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
It doesn't just generate code - it guides you through proper development practices while actually building features that work together.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience: From Idea to Working App
&lt;/h2&gt;

&lt;p&gt;Starting with just "I want a local-first todo app with AI features," Kiro helped me create:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ Complete React 19 frontend with TypeScript&lt;/li&gt;
&lt;li&gt;✅ FastAPI backend with async patterns&lt;/li&gt;
&lt;li&gt;✅ PostgreSQL database models&lt;/li&gt;
&lt;li&gt;✅ Ollama integration for AI task generation&lt;/li&gt;
&lt;li&gt;✅ Real-time chat interface&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The development felt &lt;em&gt;effortless&lt;/em&gt;. Not because it was doing everything for me, but because it eliminated all the friction and decision paralysis that usually slows me down.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why You Should Try It
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;If you're a beginner:&lt;/strong&gt; Kiro teaches you best practices while you build real projects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you're experienced:&lt;/strong&gt; It handles the boring boilerplate and architecture decisions so you can focus on the creative parts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you're curious:&lt;/strong&gt; It's genuinely fun to see how AI can enhance (not replace) your development workflow.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;I'm already planning my second Kiro project. When was the last time a dev tool made you excited to code more?&lt;/p&gt;

&lt;p&gt;Try it out and let me know what you build! Drop your projects in the comments - I'd love to see what the community creates.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Have you tried AI-assisted development? What's been your experience? Let's discuss in the comments!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=TWuwon2Y8tk" rel="noopener noreferrer"&gt;Demo reel&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kiro</category>
      <category>ai</category>
      <category>webdev</category>
      <category>hookedonkiro</category>
    </item>
    <item>
      <title>Why Kiro IDE Made Me Fall in Love with AI-Assisted Development</title>
      <dc:creator>Vadim</dc:creator>
      <pubDate>Sat, 13 Sep 2025 18:48:06 +0000</pubDate>
      <link>https://dev.to/vadimengineer/why-kiro-ide-made-me-fall-in-love-with-ai-assisted-development-7ho</link>
      <guid>https://dev.to/vadimengineer/why-kiro-ide-made-me-fall-in-love-with-ai-assisted-development-7ho</guid>
      <description>&lt;p&gt;I'll be honest - I was skeptical about AI coding tools. But after building my first project with &lt;a href="https://kiro.dev" rel="noopener noreferrer"&gt;Kiro IDE&lt;/a&gt;, I'm completely converted. Here's why you should give it a shot.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Magic of Automated Spec Flow
&lt;/h2&gt;

&lt;p&gt;Picture this: You have a project idea, and instead of staring at a blank screen wondering where to start, Kiro takes you through this incredible flow:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Requirements → Design Docs → Task List → Code&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;All automated. All intelligent. All surprisingly accurate.&lt;/p&gt;

&lt;p&gt;I recently built a &lt;a href="https://github.com/your-repo-link" rel="noopener noreferrer"&gt;local-first smart planner&lt;/a&gt; using React 19, FastAPI, and PostgreSQL. What would normally take me hours of planning and architecting happened in minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Makes Kiro Different
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;🧠 It Actually Understands Context&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Unlike other AI tools that give you random code snippets, Kiro maintains context across your entire project. It knows your architecture, your patterns, and your preferences.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;📋 Comprehensive Planning&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Before writing a single line of code, Kiro generates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Detailed requirements analysis&lt;/li&gt;
&lt;li&gt;System architecture documents&lt;/li&gt;
&lt;li&gt;Component breakdowns
&lt;/li&gt;
&lt;li&gt;Structured task lists&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;🏗️ Real Development Flow&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
It doesn't just generate code - it guides you through proper development practices while actually building features that work together.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience: From Idea to Working App
&lt;/h2&gt;

&lt;p&gt;Starting with just "I want a local-first todo app with AI features," Kiro helped me create:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ Complete React 19 frontend with TypeScript&lt;/li&gt;
&lt;li&gt;✅ FastAPI backend with async patterns&lt;/li&gt;
&lt;li&gt;✅ PostgreSQL database models&lt;/li&gt;
&lt;li&gt;✅ Ollama integration for AI task generation&lt;/li&gt;
&lt;li&gt;✅ Real-time chat interface&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The development felt &lt;em&gt;effortless&lt;/em&gt;. Not because it was doing everything for me, but because it eliminated all the friction and decision paralysis that usually slows me down.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why You Should Try It
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;If you're a beginner:&lt;/strong&gt; Kiro teaches you best practices while you build real projects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you're experienced:&lt;/strong&gt; It handles the boring boilerplate and architecture decisions so you can focus on the creative parts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you're curious:&lt;/strong&gt; It's genuinely fun to see how AI can enhance (not replace) your development workflow.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;I'm already planning my second Kiro project. When was the last time a dev tool made you excited to code more?&lt;/p&gt;

&lt;p&gt;Try it out and let me know what you build! Drop your projects in the comments - I'd love to see what the community creates.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Have you tried AI-assisted development? What's been your experience? Let's discuss in the comments!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=TWuwon2Y8tk" rel="noopener noreferrer"&gt;Demo reel&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>kiro</category>
      <category>hookedonkiro</category>
      <category>development</category>
    </item>
    <item>
      <title>Cool GitHub Copilot feature in VS Code you may not have heard of</title>
      <dc:creator>Vadim</dc:creator>
      <pubDate>Sun, 27 Jul 2025 15:55:44 +0000</pubDate>
      <link>https://dev.to/vadimengineer/cool-github-copilot-feature-in-vs-code-you-may-not-have-heard-of-75p</link>
      <guid>https://dev.to/vadimengineer/cool-github-copilot-feature-in-vs-code-you-may-not-have-heard-of-75p</guid>
      <description>&lt;p&gt;Have you ever wished someone check your code and provide feedback &lt;strong&gt;before&lt;/strong&gt; you even submit a commit?&lt;/p&gt;

&lt;p&gt;I discovered GitHub Copilot Code Review for uncommitted changes — and I've immediately started using it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8p6qeqtbytv8r697ze7x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8p6qeqtbytv8r697ze7x.png" alt="Github Coder Review - Uncommitted changes"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;Each time you finish the piece of work you can ask for check and get some useful advices even before it will be submitted to repository.&lt;/p&gt;

&lt;p&gt;If you click on the button with chat icon in "Source Control" section you can get the same experience from Github Copilot Review - but locally right inside IDE.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Can Do
&lt;/h2&gt;

&lt;p&gt;This feature can help you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Quickly fix variable names&lt;/strong&gt; for better clarity&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Refactor overcomplicated code&lt;/strong&gt; into cleaner solutions
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Propose additional checks&lt;/strong&gt; for edge cases you might have missed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F61u1lztzmxq1zwjoxhox.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F61u1lztzmxq1zwjoxhox.png" alt="Example of comment from Copilot review"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I♥️it
&lt;/h2&gt;

&lt;p&gt;I find this feature extremely useful because it can prevent extra comments during pull request reviews and help maintain a cleaner codebase from the start.&lt;/p&gt;

&lt;p&gt;Please, share your cool findings with me!&lt;/p&gt;

&lt;p&gt;Source&lt;br&gt;
  &lt;iframe src="https://www.youtube.com/embed/xf65vxjNWdk"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>github</category>
      <category>githubcopilot</category>
      <category>codereview</category>
    </item>
  </channel>
</rss>
