<?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>Forem: Douglas Mendes</title>
    <description>The latest articles on Forem by Douglas Mendes (@mendesbarreto).</description>
    <link>https://forem.com/mendesbarreto</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%2F977450%2F0308a76e-6105-484f-a046-6e7157fd2953.jpeg</url>
      <title>Forem: Douglas Mendes</title>
      <link>https://forem.com/mendesbarreto</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mendesbarreto"/>
    <language>en</language>
    <item>
      <title>OpenCode vs Claude Code vs Copilot vs Gemini: Very Simple Review</title>
      <dc:creator>Douglas Mendes</dc:creator>
      <pubDate>Fri, 27 Feb 2026 06:01:55 +0000</pubDate>
      <link>https://forem.com/mendesbarreto/opencode-vs-claude-code-vs-copilot-vs-gemini-very-simple-review-1dpm</link>
      <guid>https://forem.com/mendesbarreto/opencode-vs-claude-code-vs-copilot-vs-gemini-very-simple-review-1dpm</guid>
      <description>&lt;h1&gt;
  
  
  Quick Summary
&lt;/h1&gt;

&lt;p&gt;This is my hands-on very simple comparison of Gemini CLI, Copilot CLI, Claude Code, and OpenCode after months of real usage.&lt;/p&gt;

&lt;p&gt;This is based on my personal experience, not a benchmark.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I tested these tools
&lt;/h2&gt;

&lt;p&gt;NGL, I am a bit of a terminal nerd (I am a Neovim user btw) and I love trying new tools that can make my development workflow faster.&lt;/p&gt;

&lt;p&gt;When I first heard about these CLIs, I was really excited to see how they would perform in real daily work, and of course see for myself what these tools could do, instead of being an AI doomer or getting caught in AI hype.&lt;/p&gt;

&lt;h2&gt;
  
  
  The SUT
&lt;/h2&gt;

&lt;p&gt;Tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Gemini CLI&lt;/li&gt;
&lt;li&gt;Copilot CLI&lt;/li&gt;
&lt;li&gt;Claude Code CLI&lt;/li&gt;
&lt;li&gt;OpenCode CLI&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Time spent in order of usage:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Gemini CLI: ~3 months&lt;/li&gt;
&lt;li&gt;Copilot CLI: 1.5 months&lt;/li&gt;
&lt;li&gt;Claude Code CLI: 1 month&lt;/li&gt;
&lt;li&gt;OpenCode CLI: 1.5 months&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I care about
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Fast (response time, and overall speed in my workflow)&lt;/li&gt;
&lt;li&gt;Performance (CPU and memory usage, quality of the output, etc...)&lt;/li&gt;
&lt;li&gt;Number of providers and integrations available&lt;/li&gt;
&lt;li&gt;Simple&lt;/li&gt;
&lt;li&gt;Reliable&lt;/li&gt;
&lt;li&gt;Open to the community&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tool by tool
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Gemini CLI
&lt;/h3&gt;

&lt;p&gt;The worst CLI of all for me. To be honest, I started with Google because my company was paying for Gemini Pro, so I ended up using it for a few months, but I never really felt I could trust it for daily work. The experience felt broken, with random HTTP errors, unclear token limit feedback, and a slow and clunky UI. The worst part was waiting several seconds for the Gemini model to answer, only to discover that for some random reason it was not available, and then I had to switch to a mini or older model just to make it work.&lt;/p&gt;

&lt;p&gt;What did not work for me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Token limit feedback felt unclear&lt;/li&gt;
&lt;li&gt;Random HTTP errors happened too often&lt;/li&gt;
&lt;li&gt;Slower feel in daily usage&lt;/li&gt;
&lt;li&gt;UI responsiveness felt rough&lt;/li&gt;
&lt;li&gt;Some sessions started looping and output quality dropped&lt;/li&gt;
&lt;li&gt;429 HTTP errors were so annoying&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Copilot CLI
&lt;/h3&gt;

&lt;p&gt;Copilot, most of the time, worked well and was a good assistant in the terminal, but it did not feel like a game changer for me. It felt more like a nice-to-have.&lt;/p&gt;

&lt;p&gt;What did not work for me:&lt;/p&gt;

&lt;p&gt;The monthly limits. I hit the limits multiple times and it was really frustrating, especially when you are in the middle of a workflow and suddenly cannot use the tool anymore. Compared with OpenAI and Anthropic, the limits feel more "generous" and reset every 5 hours.&lt;/p&gt;

&lt;h3&gt;
  
  
  Claude Code CLI
&lt;/h3&gt;

&lt;p&gt;Overall the tool is good, and when you come from Copilot CLI or Gemini CLI (🪦) it feels like a big step up in capabilities and quality. But it did not fit my workflow and had too many bugs. It froze a lot and slowed down my computer by eating memory and CPU.&lt;/p&gt;

&lt;p&gt;What worked:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;PLAN mode that lets you set a plan and execute it with the assistant (I really like this approach)&lt;/li&gt;
&lt;li&gt;Limits reset every 5 hours (sooo good)&lt;/li&gt;
&lt;li&gt;A lot of integrations with third-party tools out of the box, such as GitHub, Slack, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What did not work for me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Felt clunky in my workflow&lt;/li&gt;
&lt;li&gt;UI errors were annoying (elements vanishing on scroll, or not rendering properly, should we blame React for that?)&lt;/li&gt;
&lt;li&gt;Hangs and freezes happened sometimes, especially in longer workflows&lt;/li&gt;
&lt;li&gt;CPU and memory usage can get crazy sometimes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  OpenCode
&lt;/h3&gt;

&lt;p&gt;OpenCode was the latest tool I tested and it was a really pleasant surprise. It felt fast and responsive, the UI is simple and clean, and the open source and community-friendly direction is really nice. I also like that it has many integrations with other tools and services. It feels like a tool built for me.&lt;/p&gt;

&lt;p&gt;What worked:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Speed&lt;/li&gt;
&lt;li&gt;Simplicity&lt;/li&gt;
&lt;li&gt;Open source and community-friendly direction&lt;/li&gt;
&lt;li&gt;Very easy way to see sessions and share it with other users&lt;/li&gt;
&lt;li&gt;Local model support&lt;/li&gt;
&lt;li&gt;Crazy amount of providers that you can connect. you can easily connect your subscriptions from Z.ai, Zen.ai, OpenAI, Anthropic, GitHub Copilot, and more.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What did not work for me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Missing plugins to show quota limits for each provider, such a boomer&lt;/li&gt;
&lt;li&gt;Some integrations are not available out of the box compared with Claude Code.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final take
&lt;/h2&gt;

&lt;p&gt;For my workflow, OpenCode was the easy winner.&lt;br&gt;
Claude Code was usable but clunky for me.&lt;br&gt;
Copilot CLI was good but the monthly limits were a deal breaker for me.&lt;br&gt;
Gemini CLI was the hardest to trust in daily use.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>devtools</category>
      <category>cli</category>
    </item>
    <item>
      <title>My Tech Stack in 2025</title>
      <dc:creator>Douglas Mendes</dc:creator>
      <pubDate>Mon, 21 Apr 2025 21:02:14 +0000</pubDate>
      <link>https://forem.com/mendesbarreto/my-tech-stack-in-2025-242h</link>
      <guid>https://forem.com/mendesbarreto/my-tech-stack-in-2025-242h</guid>
      <description>&lt;p&gt;Well, this year I decided to start writing down some of my tech experience for two reasons: first, to improve my communication skills, and second, to find out if I can create a good habit and have some fun 😊.&lt;/p&gt;

&lt;p&gt;So, for my first post, I decided to share my tech stack for 2025, I won't dive into detailed reasons why I selected these tools, I'll just use brief descriptions, for now, and plan to create a separate posts for the relevant ones in the future. Let's dive in.&lt;/p&gt;

&lt;h1&gt;
  
  
  Productivity
&lt;/h1&gt;

&lt;h3&gt;
  
  
  Office: &lt;a href="https://workspace.google.com/intl/en_ca/" rel="noopener noreferrer"&gt;Google Workspace&lt;/a&gt;
&lt;/h3&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%2Fpbh70syatu9fgjm22b7o.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%2Fpbh70syatu9fgjm22b7o.png" alt=" " width="800" height="342"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Gmail is excellent for handling emails, and using Google Docs for document sharing makes it a pretty solid choice, if you ask me.&lt;/p&gt;

&lt;p&gt;Today, many online tools provide the Google SSO, so anything related to my work can be handled in one account. Nothing against Microsoft Office 365, but honestly, when I'm using the M$ tools, I feel like my hair is turning white and I'm losing years of my youth.&lt;/p&gt;

&lt;h3&gt;
  
  
  Communication: &lt;a href="https://slack.com/" rel="noopener noreferrer"&gt;Slack&lt;/a&gt;
&lt;/h3&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%2Fhxlh05z53z2cejj42ysj.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%2Fhxlh05z53z2cejj42ysj.png" alt=" " width="800" height="387"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The newer generation of developers often prefers to use Discord to handle team communication. I don't have a strong opinion on it, but I find  Slack is superior in some keys aspects:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Thread Management&lt;/li&gt;
&lt;li&gt;Tools and Integration&lt;/li&gt;
&lt;li&gt;Task Board and Canvas&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;However, if you're on a tight budget or just starting a company, Discord can be a good solution.&lt;/p&gt;

&lt;p&gt;BTW, I know some of you might mention "Microsoft Teams", please, let's be honest, Teams is the worst.&lt;/p&gt;

&lt;h3&gt;
  
  
  Project Management: &lt;a href="https://github.com/features/issues" rel="noopener noreferrer"&gt;Github Projects&lt;/a&gt;
&lt;/h3&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%2F624z1hkmgerea8qu5y5k.webp" 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%2F624z1hkmgerea8qu5y5k.webp" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Github projects is faster and simpler than Jira and involves less context switching if you're already working with Github to store, share, and collaborate on code projects. &lt;/p&gt;

&lt;h3&gt;
  
  
  Office AI: &lt;a href="https://gemini.google.com" rel="noopener noreferrer"&gt;Gemini&lt;/a&gt;
&lt;/h3&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%2F3kyljhqw05ehflcw0k69.jpg" 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%2F3kyljhqw05ehflcw0k69.jpg" alt=" " width="800" height="334"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I used to use ChatGPT for general-purpose tasks, but lately, Gemini 2.5 Pro has really impressed me. Since the company I work for pays for Gemini, it will be my choice for this year.&lt;/p&gt;

&lt;h3&gt;
  
  
  Launcher &amp;amp; Command Palette: &lt;a href="https://www.raycast.com" rel="noopener noreferrer"&gt;Raycast&lt;/a&gt;
&lt;/h3&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%2Fw1c19kq5ujzzlwpvzppg.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%2Fw1c19kq5ujzzlwpvzppg.png" alt=" " width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Raycast changed the way I work on my Mac forever. The amount of shortcuts I can use to get the job done is insane! As someone who hates using a mouse or trackpad, having everything accessible using my keyboard is awesome, from my calendar events to GitHub repos and more.&lt;/p&gt;

&lt;h3&gt;
  
  
  Windows Management: &lt;a href="https://github.com/nikitabobko/AeroSpace" rel="noopener noreferrer"&gt;AeroSpace&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;AeroSpace is an i3-like tiling window manager for macOS. I've been testing AeroSpace for 4 months or so and have no complaints about it. &lt;/p&gt;

&lt;h1&gt;
  
  
  Development
&lt;/h1&gt;

&lt;p&gt;I am a &lt;strong&gt;Software Engineering Manager&lt;/strong&gt;, but I still code. I strongly believe that everyone in this role should too. So, the tools I will list here are pretty much what a developer would use.&lt;/p&gt;

&lt;h2&gt;
  
  
  Front-End: &lt;a href="https://nextjs.org/" rel="noopener noreferrer"&gt;NextJS&lt;/a&gt;
&lt;/h2&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%2F39lxy2a3iweq9w4jaeih.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%2F39lxy2a3iweq9w4jaeih.png" alt=" " width="800" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you're not an expert front-end developer(like me) and unsure which framework to pick, NextJS/ReactJS is a solid option. As someone who isn't strong in front-end, I rely heavily on AI assistance like Copilot or tools like Cursor to craft my code. My feeling is that the code generated by these tools for NextJS/ReactJS, is more consistent and less prone to errors compared to frameworks like Svelte/VueJS.&lt;/p&gt;

&lt;h3&gt;
  
  
  Back-End: &lt;a href="https://nodejs.org/en" rel="noopener noreferrer"&gt;NodeJS&lt;/a&gt; and &lt;a href="https://go.dev/" rel="noopener noreferrer"&gt;GO&lt;/a&gt;
&lt;/h3&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%2Fook6tge4dfu8py89lqu3.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%2Fook6tge4dfu8py89lqu3.png" alt=" " width="717" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Go for personal projects which I love the simplicity and NodeJS on my work place to pay may bills and survive =) .&lt;/p&gt;

&lt;h3&gt;
  
  
  Data base: &lt;a href="https://www.mongodb.com/" rel="noopener noreferrer"&gt;MongoDB&lt;/a&gt;
&lt;/h3&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%2Fmkruri6r3ee43eukulvm.jpg" 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%2Fmkruri6r3ee43eukulvm.jpg" alt=" " width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Yeap, I know it gets a lot of hate, but having used it for about 3 years, I can say it's the best database option for startups out there, fast, reliable and flexible. I'll create a post dedicated to this topic soon =).&lt;/p&gt;

&lt;h3&gt;
  
  
  Container: &lt;a href="https://www.docker.com/" rel="noopener noreferrer"&gt;Docker&lt;/a&gt;
&lt;/h3&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%2Fp8ex6oplee5ppcbdlupo.webp" 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%2Fp8ex6oplee5ppcbdlupo.webp" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One of my best friends! Not much to say here.&lt;/p&gt;

&lt;h3&gt;
  
  
  PDE (Personalized Development Environment): &lt;a href="https://neovim.io/" rel="noopener noreferrer"&gt;Neovim&lt;/a&gt;
&lt;/h3&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%2Fdnwwwdz8bpssnxxq0agt.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%2Fdnwwwdz8bpssnxxq0agt.jpeg" alt=" " width="419" height="120"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm a TUI (Terminal User Interface) guy, I love terminal apps!&lt;/p&gt;

&lt;p&gt;That's where Neovim comes in for me. It enables you to build your own coding env piece by piece, it's like assembling an IDE with Lego blocks. It's crazy fast, and once you get past the initial learning curve of the VIM motions, your life changes forever 😂.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI assistants: &lt;a href="https://github.com/features/copilot" rel="noopener noreferrer"&gt;copilot&lt;/a&gt; &amp;amp; &lt;a href="https://github.com/yetone/avante.nvim" rel="noopener noreferrer"&gt;avante.nvim&lt;/a&gt;
&lt;/h3&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%2Fg2b7lt0vagepwn80jrql.jpg" 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%2Fg2b7lt0vagepwn80jrql.jpg" alt=" " width="800" height="292"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These two are my go-to assistants for smart code completion and boilerplate generation.&lt;/p&gt;

&lt;p&gt;We all know Copilot, the smart AI code completion, that helps ~80% of the time and boosts productivity.&lt;/p&gt;

&lt;p&gt;Then there's &lt;code&gt;avante.nvim&lt;/code&gt; which emulates the Cursor experience in &lt;code&gt;Neovim&lt;/code&gt;. I am currently using it with Gemini 2.5 Pro, and the results are pretty good =).&lt;/p&gt;

&lt;h3&gt;
  
  
  Terminal: &lt;a href="https://ghostty.org/" rel="noopener noreferrer"&gt;Ghostty&lt;/a&gt;
&lt;/h3&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%2F2kqy749ekhn0s7jw7z4g.jpg" 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%2F2kqy749ekhn0s7jw7z4g.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The best GPU-accelerated Terminal out there! it's super snappy, fast and it's built using ZIG lang.&lt;/p&gt;

&lt;p&gt;These are not all the tools I use, but they are the ones I use the most.&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;

</description>
      <category>development</category>
      <category>programming</category>
      <category>opensource</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
