<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://ika.im</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Building a Browser using ElectronJS</title>
          <link>https://ika.im/posts/building-a-browser-in-electron</link>
          <description>How we built a browser in ElectronJS using BrowserViews.</description>
          <pubDate>Sun, 02 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Bitmasking: Storing Multiple States in a Single Integer</title>
          <link>https://ika.im/posts/bitmasking</link>
          <description>Elegant and super-useful technique to store multiple on/off states into a single value.</description>
          <pubDate>Fri, 03 Jan 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Don't let your friends forget who is the winner</title>
          <link>https://ika.im/posts/introducing-shmelo</link>
          <description>Building Shmelo - a playful leaderboard app that tracks scores for any  game using the “elo” ranking system</description>
          <pubDate>Mon, 09 Dec 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The Dumbest Idea: Technology Behind Stack Browser</title>
          <link>https://ika.im/posts/tech-behind-stack-browser</link>
          <description>What started as a tech experiment turned into a fully functional browser. Here’s why we decided to use ElectronJS and how it became reality</description>
          <pubDate>Sat, 23 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Hello World</title>
          <link>https://ika.im/posts/hello-world</link>
          <description>Hey there! I've decided to create my personal space in the internet. I share a bit about me, my interests, and what to expect.</description>
          <pubDate>Sat, 08 Aug 2020 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>