<?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: Shardendu Mishra</title>
    <description>The latest articles on DEV Community by Shardendu Mishra (@misrhashardendu22).</description>
    <link>https://dev.to/misrhashardendu22</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%2F2077360%2Fd428fa04-1e15-436c-852b-90ae8388614e.jpg</url>
      <title>DEV Community: Shardendu Mishra</title>
      <link>https://dev.to/misrhashardendu22</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/misrhashardendu22"/>
    <language>en</language>
    <item>
      <title>Guys Check out my first Blog !!</title>
      <dc:creator>Shardendu Mishra</dc:creator>
      <pubDate>Fri, 12 Sep 2025 18:31:38 +0000</pubDate>
      <link>https://dev.to/misrhashardendu22/guys-check-out-my-first-blog--ap</link>
      <guid>https://dev.to/misrhashardendu22/guys-check-out-my-first-blog--ap</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/misrhashardendu22" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&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%2Fuser%2Fprofile_image%2F2077360%2Fd428fa04-1e15-436c-852b-90ae8388614e.jpg" alt="misrhashardendu22"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/misrhashardendu22/making-my-own-brand-with-kiro-4b29" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Making My Own Brand With Kiro&lt;/h2&gt;
      &lt;h3&gt;Shardendu Mishra ・ Sep 8&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Making My Own Brand With Kiro</title>
      <dc:creator>Shardendu Mishra</dc:creator>
      <pubDate>Mon, 08 Sep 2025 18:36:18 +0000</pubDate>
      <link>https://dev.to/misrhashardendu22/making-my-own-brand-with-kiro-4b29</link>
      <guid>https://dev.to/misrhashardendu22/making-my-own-brand-with-kiro-4b29</guid>
      <description>&lt;p&gt;I built a personal website to showcase and easily share the projects I’ve worked on, the places I’ve worked at, what I built there, what I learned, and the opinions I’ve formed along the way.&lt;/p&gt;

&lt;p&gt;Here is an example -&lt;/p&gt;

&lt;p&gt;My OS project - &lt;a href="https://lnkd.in/g3D87EZN" rel="noopener noreferrer"&gt;https://lnkd.in/g3D87EZN&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My Best project which I designed and worked on - &lt;a href="https://lnkd.in/gD_Fad_D" rel="noopener noreferrer"&gt;https://lnkd.in/gD_Fad_D&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Got a custom domain that’s a boolean returning true - mishrashardendu22.is-a.dev&lt;/p&gt;

&lt;p&gt;(I am a Dev that's a fact)&lt;/p&gt;

&lt;p&gt;Started off using Kiro to build the CMS (big mistake). It performed horribly, so I scrapped that mess and rewrote the backend myself using.&lt;/p&gt;

&lt;p&gt;Then Render conveniently emailed me saying my instance will be down because of free tier limitation and the servers were really slow and I had to implement my knowledge of HLD that I just learnt. So now there’s a load balancer distributing traffic across three different servers problem solved.&lt;/p&gt;

&lt;p&gt;There’s also a bunch of Go scripts running under the hood. They fetch project data from YouTube (demos) and GitHub (repos). AI helps clean and format all of it before sending it to the frontend. Used to be 6+ different scripts. Now it’s one JS file because I accidentally destroyed the commit history and lost the rest.&lt;/p&gt;

&lt;p&gt;Blog section? Separate setup using a Next.js backend. Initially built that part with Warp and Kiro too (mistake #2). Replaced it with a minimal setup that works without crying.&lt;/p&gt;

&lt;p&gt;Authentication? Experimented with BetterAuth + Drizzle ORM + PostgreSQL to see how viable it is in real-world usage.&lt;/p&gt;

&lt;p&gt;Why this whole thing is not overkill:&lt;/p&gt;

&lt;p&gt;I’ve got an upcoming project that uses all this so this was basically warm-up.&lt;/p&gt;

&lt;p&gt;I wanted a clean, fast way to share demos + detailed project info in one place.&lt;/p&gt;

&lt;p&gt;Testing the limits of AI for automation turns out AI is great for formatting, not logic.&lt;/p&gt;

&lt;p&gt;I don’t care about flashy UI for internal tools just keep it usable and move on.&lt;/p&gt;

&lt;p&gt;Where AI failed miserably:&lt;/p&gt;

&lt;p&gt;Backend logic even with full architecture diagrams and flowcharts, it gets confused.&lt;/p&gt;

&lt;p&gt;Third-party integrations it can't follow simple examples, cant use updated docs properly even if they were last updated like 5 months back.&lt;/p&gt;

&lt;p&gt;Project setup it hallucinates configs, fails dependencies, and breaks everything, get in a infinite loop of creation and deletion.&lt;/p&gt;

&lt;p&gt;Not overkill. Just me learning stuff and building tooling I’ll actually reuse. I have a major project where I have to use these technologies so its good to stay updated and warmed up with these.&lt;/p&gt;

&lt;p&gt;Here is a Demo video: &lt;a href="https://lnkd.in/gHN9mq6i" rel="noopener noreferrer"&gt;https://lnkd.in/gHN9mq6i&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repos:&lt;/p&gt;

&lt;p&gt;• Frontend + Blog + Load Balancer: &lt;a href="https://lnkd.in/gfEdYCm5" rel="noopener noreferrer"&gt;https://lnkd.in/gfEdYCm5&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;• Backend (CMS): &lt;a href="https://lnkd.in/g67ZJRBy" rel="noopener noreferrer"&gt;https://lnkd.in/g67ZJRBy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;• Monorepo (everything): &lt;a href="https://lnkd.in/g96G8Bga" rel="noopener noreferrer"&gt;https://lnkd.in/g96G8Bga&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
