<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://oakhtar.vercel.app</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Validating attributes passed to a script running in the browser</title>
          <link>https://oakhtar.vercel.app/blog/validating-script-attributes</link>
          <description>We use <script /> tags to inject JavaScript code that runs on the browser. In some cases, we need to externally pass data to a script when it is being initialised and executed.</description>
          <pubDate>Thu, 20 Jun 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Your resume isn’t getting noticed; here’s why.</title>
          <link>https://oakhtar.vercel.app/blog/ats-resume</link>
          <description>Companies today use Applicant Tracking Systems (ATS) which automate the initial phase of talent hunting.</description>
          <pubDate>Tue, 30 Jan 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Sync Local Storage state across tabs in React using useSyncExternalStore</title>
          <link>https://oakhtar.vercel.app/blog/use-sync-external-store</link>
          <description>useSyncExternalStore is a React Hook that lets you subscribe to an external store such as local storage.</description>
          <pubDate>Fri, 25 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The GitHub Student Developer Pack</title>
          <link>https://oakhtar.vercel.app/blog/github-student-pack</link>
          <description>GitHub has a Student Developer Pack which they provide to students. This pack includes benefits worth a whopping $200k!</description>
          <pubDate>Sat, 26 Sep 2020 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Intuitive Explanation for Principle Component Analysis (PCA), in Six Minutes.</title>
          <link>https://oakhtar.vercel.app/blog/principle-component-analysis</link>
          <description>Principle Component Analysis (PCA) is arguably a very difficult-to-understand topic for beginners in machine learning.</description>
          <pubDate>Wed, 05 Aug 2020 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>