<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Half Life</title>
    <link>https://www.nagasai.in</link>
    <description>Some things fade fast. Some last. Learn the ones that last.</description>
    <language>en</language>
    <atom:link href="https://www.nagasai.in/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Terraform - AWS</title>
      <link>https://www.nagasai.in/blog/terraform-aws</link>
      <guid isPermaLink="true">https://www.nagasai.in/blog/terraform-aws</guid>
      <description>A brief tutorial on terraform  </description>
      <category>Cloud &amp; DevOps</category>
      <pubDate>Thu, 02 Jul 2026 18:33:00 GMT</pubDate>
    </item>
    <item>
      <title>Lets Revise Javascript - 1</title>
      <link>https://www.nagasai.in/blog/lets-revise-javascript-1</link>
      <guid isPermaLink="true">https://www.nagasai.in/blog/lets-revise-javascript-1</guid>
      <description>The JavaScript concepts interviewers use to make people fail: closures, this, prototypes, the event loop, coercion, and hoisting, with tricky output puzzles.</description>
      <category>Web Development</category>
      <pubDate>Thu, 02 Jul 2026 04:49:40 GMT</pubDate>
    </item>
    <item>
      <title>Next.js Caching in 2026: From the Four-Layer Model to use cache</title>
      <link>https://www.nagasai.in/blog/nextjs-caching-in-2026-from-the-four-layer-model-to-use-cache</link>
      <guid isPermaLink="true">https://www.nagasai.in/blog/nextjs-caching-in-2026-from-the-four-layer-model-to-use-cache</guid>
      <description>A beginner-to-advanced guide to Next.js caching: the four cache layers, the RSC payload, Cache Components, and when revalidateTag beats updateTag.</description>
      <category>Web Development</category>
      <pubDate>Thu, 25 Jun 2026 05:46:31 GMT</pubDate>
    </item>
    <item>
      <title>Node.js Memory, Garbage Collection &amp; Production Failures</title>
      <link>https://www.nagasai.in/blog/nodejs-memory-garbage-collection-production-failures</link>
      <guid isPermaLink="true">https://www.nagasai.in/blog/nodejs-memory-garbage-collection-production-failures</guid>
      <description>How Node.js memory really works: the V8 heap, garbage collection, memory leaks, OOM crashes, and diagnosing it all in production on EC2 and ECS.</description>
      <category>Web Development</category>
      <pubDate>Wed, 24 Jun 2026 06:26:55 GMT</pubDate>
    </item>
    <item>
      <title>Authentication and Authorization, Explained: The Interview-Ready Deep Dive</title>
      <link>https://www.nagasai.in/blog/authentication-and-authorization-explained-the-interview-ready-deep-dive</link>
      <guid isPermaLink="true">https://www.nagasai.in/blog/authentication-and-authorization-explained-the-interview-ready-deep-dive</guid>
      <description>A beginner-to-advanced guide to authentication and authorization: password hashing, sessions vs JWTs, access and refresh tokens, OAuth 2.1, and passkeys.</description>
      <category>Security</category>
      <pubDate>Wed, 24 Jun 2026 06:15:04 GMT</pubDate>
    </item>
    <item>
      <title>API Integration in JavaScript: Reading Responses, Handling Errors, and Stripe</title>
      <link>https://www.nagasai.in/blog/api-integration-in-javascript-reading-responses-handling-errors-and-stripe</link>
      <guid isPermaLink="true">https://www.nagasai.in/blog/api-integration-in-javascript-reading-responses-handling-errors-and-stripe</guid>
      <description>Read API responses the right way: res.json() vs res.text(), error handling, timeouts, retries, React data fetching, and real Stripe payments and webhooks.</description>
      <category>API</category>
      <pubDate>Wed, 24 Jun 2026 04:50:43 GMT</pubDate>
    </item>
    <item>
      <title>DNS Records for Email: SPF, DKIM, DMARC, and How Mail Authentication Works</title>
      <link>https://www.nagasai.in/blog/dns-records-for-email-spf-dkim-dmarc-and-how-mail-authentication-works</link>
      <guid isPermaLink="true">https://www.nagasai.in/blog/dns-records-for-email-spf-dkim-dmarc-and-how-mail-authentication-works</guid>
      <description>How DNS really works for email: nameservers, SPF, DKIM, and DMARC explained, the attacks they stop, and the exact records for Google Workspace, SES, Mailgun, and Cloudflare.</description>
      <category>Cloud &amp; DevOps</category>
      <pubDate>Wed, 24 Jun 2026 04:19:30 GMT</pubDate>
    </item>
    <item>
      <title>NodeJS Fundamentals</title>
      <link>https://www.nagasai.in/blog/nodejs-fundamentals</link>
      <guid isPermaLink="true">https://www.nagasai.in/blog/nodejs-fundamentals</guid>
      <description>Master Node.js for interviews: the event loop, async patterns, streams, concurrency, and the beginner traps that quietly sink candidates. With worked examples.</description>
      <category>Web Development</category>
      <pubDate>Tue, 23 Jun 2026 18:00:43 GMT</pubDate>
    </item>
    <item>
      <title>React Rendering Strategies, Explained: CSR, SSR, SSG, ISR, and PPR</title>
      <link>https://www.nagasai.in/blog/react-rendering-strategies-explained-csr-ssr-ssg-isr-and-ppr</link>
      <guid isPermaLink="true">https://www.nagasai.in/blog/react-rendering-strategies-explained-csr-ssr-ssg-isr-and-ppr</guid>
      <description>CSR, SSR, SSG, ISR, and PPR explained with realistic examples, plus exactly which Core Web Vitals each rendering strategy moves. From build time to the browser.</description>
      <category>Web Development</category>
      <pubDate>Tue, 23 Jun 2026 15:59:06 GMT</pubDate>
    </item>
    <item>
      <title>React Fundamentals</title>
      <link>https://www.nagasai.in/blog/react-fundamentals</link>
      <guid isPermaLink="true">https://www.nagasai.in/blog/react-fundamentals</guid>
      <description>A practical, example-driven React guide from fundamentals to React 19. Master hooks, the Virtual DOM, performance, and the gotchas interviewers actually test.</description>
      <category>Frontend</category>
      <pubDate>Tue, 23 Jun 2026 11:02:38 GMT</pubDate>
    </item>
    <item>
      <title>UPSC Physics Paper 1 - 2025</title>
      <link>https://www.nagasai.in/blog/upsc-physics-paper-1-2025</link>
      <guid isPermaLink="true">https://www.nagasai.in/blog/upsc-physics-paper-1-2025</guid>
      <description>UPSC Physics Paper 1 Solutions</description>
      <category>Physics</category>
      <pubDate>Tue, 23 Jun 2026 05:08:30 GMT</pubDate>
    </item>
  </channel>
</rss>