<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
      <title>Blog | maykad</title>
      <link>https://maykad.tech</link>
      <description>Creating with code, driven by passion.</description>
      <item>
          <title>Building a tiny Header-only task scheduler library that runs c++ lambda functions after a delay</title>
          <link>https://maykad.tech/blog/task-scheduler</link>
          <description>Getting straight to the point - it takes the functions, adds them to queue and executes them after their timer expires. when a task is added using add() function, it returns a cancellation token to the caller which can be used later to cancel the task execution before it is started</description>
          <pubDate>2025-04-11T00:00:00.000Z</pubDate>
        </item>
<item>
          <title>Theme Switcher</title>
          <link>https://maykad.tech/blog/theme-switcher-component</link>
          <description>A theme switcher component for Next.js apps with next-themes and Tailwind CSS, supporting system, light, and dark modes.</description>
          <pubDate>2025-04-11T00:00:00.000Z</pubDate>
        </item>
<item>
          <title>Writing Effect inspired by Apple</title>
          <link>https://maykad.tech/blog/writing-effect-inspired-by-apple</link>
          <description>Create a "Xin chào" and "Hello" writing effect inspired by Apple using Motion for React.</description>
          <pubDate>2025-03-08T00:00:00.000Z</pubDate>
        </item>
<item>
          <title>Awesome Terminal — iTerm2 + Zsh + Oh My Zsh + Amazon Q</title>
          <link>https://maykad.tech/blog/awesome-terminal</link>
          <description>Optimize your terminal with iTerm2, Zsh, Oh My Zsh, and Amazon Q - a guide to installation, theme customization, plugins, and configuration for an enhanced command-line experience.</description>
          <pubDate>2025-03-02T00:00:00.000Z</pubDate>
        </item>
<item>
          <title>Installing Uptime Kuma with Docker and setting up NGINX with SSL</title>
          <link>https://maykad.tech/blog/uptime-kuma</link>
          <description>Uptime Kuma is an easy-to-use self-hosted monitoring tool.</description>
          <pubDate>2025-02-15T00:00:00.000Z</pubDate>
        </item>
    </channel>
  </rss>