<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Abhinav Rajesh — Notes</title>
    <link>https://www.abhinavrajesh.com/notes</link>
    <description>Notes by Abhinav Rajesh</description>
    <language>en</language>
    <atom:link href="https://www.abhinavrajesh.com/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Difference between call(), apply() and bind()</title>
      <link>https://www.abhinavrajesh.com/notes/difference-between-call-bind-apply</link>
      <guid isPermaLink="true">https://www.abhinavrajesh.com/notes/difference-between-call-bind-apply</guid>
      <pubDate>Sat, 21 Jun 2025 00:00:00 GMT</pubDate>
      <description>The key differences between JavaScript&apos;s call(), apply(), and bind() methods. When and how to use each method for function invocation and context binding</description>
    </item>
    <item>
      <title>How I built CLI version of Wordle game</title>
      <link>https://www.abhinavrajesh.com/notes/how-i-built-cli-version-of-wordle-game</link>
      <guid isPermaLink="true">https://www.abhinavrajesh.com/notes/how-i-built-cli-version-of-wordle-game</guid>
      <pubDate>Sat, 05 Feb 2022 00:00:00 GMT</pubDate>
      <description>Building the CLI version of the popular game Wordle using TypeScript, Chalk and Inquirer</description>
    </item>
    <item>
      <title>Adding SASS/SCSS to your React/NextJS Application</title>
      <link>https://www.abhinavrajesh.com/notes/adding-sassscss-to-your-reactnextjs-application</link>
      <guid isPermaLink="true">https://www.abhinavrajesh.com/notes/adding-sassscss-to-your-reactnextjs-application</guid>
      <pubDate>Sun, 27 Jun 2021 00:00:00 GMT</pubDate>
      <description>Explaining the features offered by sass/scss and how you can add them to your React/NextJS Project in a single step!</description>
    </item>
  </channel>
</rss>