<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Swarup Das</title>
    <link>https://inknode.com</link>
    <description>Ideas, articles, and knowledge for modern developers.</description>
    <language>en-us</language>
    <lastBuildDate>Mon, 03 Aug 2026 20:29:38 GMT</lastBuildDate>
    <atom:link href="https://inknode.com/rss" rel="self" type="application/rss+xml"/>
    
    <item>
      <title><![CDATA[Prototypal Inheritance in JavaScript]]></title>
      <link>https://inknode.com/blog/prototypal-inheritance-in-javascript</link>
      <guid>https://inknode.com/blog/prototypal-inheritance-in-javascript</guid>
      <description><![CDATA[When I started learning JavaScript, one sentence kept popping up everywhere: “JavaScript uses prototypal inheritance.” At first, it sounded intimidating. But once I understood how property lookup…]]></description>
      <pubDate>Sat, 24 Jan 2026 14:29:54 GMT</pubDate>
      <author>Swarup Das</author>
      <category>Web Development</category>
    </item>
    <item>
      <title><![CDATA[JavaScript Power Trio: Mastering Call, Apply, and Bind]]></title>
      <link>https://inknode.com/blog/javascript-power-trio-mastering-call-apply-and-bind</link>
      <guid>https://inknode.com/blog/javascript-power-trio-mastering-call-apply-and-bind</guid>
      <description><![CDATA[If you have been working with JavaScript for a while, you’ve likely bumped into the this keyword. It’s powerful, but it can be slippery. Sometimes this doesn’t refer to what you think it does. This is…]]></description>
      <pubDate>Fri, 23 Jan 2026 15:35:34 GMT</pubDate>
      <author>Swarup Das</author>
      <category>Web Development</category>
    </item>
    <item>
      <title><![CDATA[Mastering JavaScript's this Keyword: A Real-Life Guide]]></title>
      <link>https://inknode.com/blog/mastering-javascripts-this-keyword-a-real-life-guide</link>
      <guid>https://inknode.com/blog/mastering-javascripts-this-keyword-a-real-life-guide</guid>
      <description><![CDATA[The definition seems simple: this refers to the current execution context. But in practice, it feels like this has a mind of its own. It changes based on how you call a function, not just where yo…]]></description>
      <pubDate>Thu, 22 Jan 2026 12:11:22 GMT</pubDate>
      <author>Swarup Das</author>
      <category>Web Development</category>
    </item>
  </channel>
</rss>