<?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: Nahid</title>
    <description>The latest articles on DEV Community by Nahid (@nahid625).</description>
    <link>https://dev.to/nahid625</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4123293%2F0c457086-14e5-4062-b847-69a98d7708ea.jpg</url>
      <title>DEV Community: Nahid</title>
      <link>https://dev.to/nahid625</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nahid625"/>
    <language>en</language>
    <item>
      <title>These days, a vibe coder can build almost anything a senior engineer can—with the help of Claude and OpenAI tools. Agree or not?</title>
      <dc:creator>Nahid</dc:creator>
      <pubDate>Tue, 15 Sep 2026 06:41:14 +0000</pubDate>
      <link>https://dev.to/nahid625/these-days-a-vibe-coder-can-build-almost-anything-a-senior-engineer-can-with-the-help-of-claude-cdo</link>
      <guid>https://dev.to/nahid625/these-days-a-vibe-coder-can-build-almost-anything-a-senior-engineer-can-with-the-help-of-claude-cdo</guid>
      <description></description>
      <category>ai</category>
      <category>vibecoding</category>
      <category>claude</category>
      <category>chatgpt</category>
    </item>
    <item>
      <title>I'm building a VS Code extension that shows API latency right next to your code — no dashboard, no cloud</title>
      <dc:creator>Nahid</dc:creator>
      <pubDate>Sun, 13 Sep 2026 15:36:50 +0000</pubDate>
      <link>https://dev.to/nahid625/im-building-a-vs-code-extension-that-shows-api-latency-right-next-to-your-code-no-dashboard-no-2no</link>
      <guid>https://dev.to/nahid625/im-building-a-vs-code-extension-that-shows-api-latency-right-next-to-your-code-no-dashboard-no-2no</guid>
      <description>&lt;p&gt;&lt;strong&gt;## The problem&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A route feels slow. What do you do? Usually console.log(Date.now()) around&lt;br&gt;
the code, or open a separate dashboard, or hit the route a few times in&lt;br&gt;
Postman and try to eyeball the difference. It works but it's slow and&lt;br&gt;
disconnected from the actual code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;## What I'm building&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;API Performance Profiler. An open-source tool that shows real API latency&lt;br&gt;
inline in VS Code, right next to the route.&lt;/p&gt;

&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/get"&gt;@get&lt;/a&gt;('/users') 🟢 84ms&lt;br&gt;
&lt;a class="mentioned-user" href="https://dev.to/get"&gt;@get&lt;/a&gt;('/products') 🟡 430ms&lt;br&gt;
&lt;a class="mentioned-user" href="https://dev.to/get"&gt;@get&lt;/a&gt;('/orders') 🔴 1.82s&lt;/p&gt;

&lt;p&gt;No dashboard. No cloud account. No API key. It runs on your machine and&lt;br&gt;
watches real traffic as it comes in.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;## Why local first&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I don't want a tool that needs a signup and a config file just to tell me&lt;br&gt;
one route is slow. So it works offline:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your backend runs locally like normal&lt;/li&gt;
&lt;li&gt;A small middleware measures real request timings&lt;/li&gt;
&lt;li&gt;VS Code reads that data and shows it next to your code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Nothing leaves your machine.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it supports first
&lt;/h2&gt;

&lt;p&gt;Node.js and TypeScript. Express and NestJS to start.&lt;/p&gt;

&lt;p&gt;Only real metrics. Average latency, P50/P95/P99, throughput, error rate.&lt;br&gt;
If there isn't enough traffic yet it just says so instead of showing a&lt;br&gt;
fake number.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;## What's next&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Database query timing. External HTTP call breakdowns. A CLI for people who&lt;br&gt;
don't use VS Code. Later, something for teams to see this data together.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;## Follow along&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Building this in public and posting updates here as it comes together.&lt;br&gt;
Repo isn't public yet but will be soon, and I'd love contributors once it&lt;br&gt;
is (issues, ideas, PRs).&lt;/p&gt;

&lt;p&gt;If this is something you'd use, follow along. And let me know in the&lt;br&gt;
comments if there's a framework you'd want supported first.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>node</category>
      <category>typescript</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
