<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>Blog</title>
        <link>https://www.thomasdeconinck.fr</link>
        <description>This is my blog RSS feed</description>
        <item>
          <title>Building a 2048 Game in Rust with Ratatui</title>
          <link>https://www.thomasdeconinck.fr/blog/2026-03-04-building-2048-game-rust-tui</link>
          <description>I've always wanted to code a small game in the terminal. 2048 is a great candidate: the rules are simple, but the implementation touches on many interesting topics — state management, rendering, game logic.</description>
          <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Show the next meeting with Sketchybar</title>
          <link>https://www.thomasdeconinck.fr/blog/2025-07-21-sketchybar-show-next-meeting</link>
          <description>I'm using Sketchybar on my office laptop and wanted to have a quick view of the next meeting incoming</description>
          <pubDate>Mon, 21 Jul 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The journey to 100 wpm</title>
          <link>https://www.thomasdeconinck.fr/blog/2025-07-07-improving-my-typing-speed</link>
          <description>I decided to improve my typing skills in order to reach 100 words per minutes</description>
          <pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>I'm a marathoner !</title>
          <link>https://www.thomasdeconinck.fr/blog/2025-06-30-i-am-a-marathoner</link>
          <description>This week-end, I ran my first marathon</description>
          <pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>New year, new design</title>
          <link>https://www.thomasdeconinck.fr/blog/2025-06-25-new-year-design-refresh</link>
          <description>New year, new vibe, let's update the design !</description>
          <pubDate>Wed, 25 Jun 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>AeroSpace, a tiling window manager for macOS</title>
          <link>https://www.thomasdeconinck.fr/blog/2024-10-10-tiling-on-mac-os-with-aerospace</link>
          <description>Control your workspaces and your windows through your keyboard</description>
          <pubDate>Thu, 10 Oct 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Let's keep it simple</title>
          <link>https://www.thomasdeconinck.fr/blog/2024-10-09-keep-it-simple</link>
          <description>After using a CMS, I've decided to return to the basics and follow a simpler path</description>
          <pubDate>Wed, 09 Oct 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Tell to Home Assistant that I'm in meeting</title>
          <link>https://www.thomasdeconinck.fr/blog/2024-05-16-tell-to-home-assistant-that-i-m-in-meeting</link>
          <description>Recently, I found a way to detect when I'm in a meeting and give this information to my Home Assistant by developing a Chrome extension !</description>
          <pubDate>Thu, 16 May 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Create an expo ReScript template</title>
          <link>https://www.thomasdeconinck.fr/blog/2024-05-13-create-a-custom-expo-template</link>
          <description>Like many front-end developers, I already have forgotten by the past to remove my debugging logs until the production deployement done.</description>
          <pubDate>Mon, 13 May 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Handle versioning  with semantic-release</title>
          <link>https://www.thomasdeconinck.fr/blog/2024-05-11-handle-versioning-with-semantic-release</link>
          <description>Like many front-end developers, I already have forgotten by the past to remove my debugging logs until the production deployement done.</description>
          <pubDate>Sat, 11 May 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Handle the navigation in a ReScript React app</title>
          <link>https://www.thomasdeconinck.fr/blog/2024-05-09-handle-the-navigation-in-a-rescript-react-app</link>
          <description>ReScriptReact has his own navigation system that is pretty simple and performant. In that way, we can write our own "framework" to make our navigation type-safe.</description>
          <pubDate>Thu, 09 May 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Use a logger in a ReScript React application</title>
          <link>https://www.thomasdeconinck.fr/blog/2024-05-09-use-a-logger-in-a-rescript-react-application</link>
          <description>Like many front-end developers, I already have forgotten by the past to remove my debugging logs until the production deployement done.</description>
          <pubDate>Thu, 09 May 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Decode an enumeration from an API in ReScript with decco</title>
          <link>https://www.thomasdeconinck.fr/blog/2024-05-06-decode-an-api-enumeration-in-rescript-with-decco</link>
          <description>In a previous article, I talked to you about decco to decode API payload. Today, we will see how we decode an enumeration of string with this library.</description>
          <pubDate>Mon, 06 May 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Decode an API payload with ReScript</title>
          <link>https://www.thomasdeconinck.fr/blog/2024-05-05-decode-api-rescript</link>
          <description>When you fetch data from an API with ReScript, we end up parsing the object manually and let the inference do his job</description>
          <pubDate>Sun, 05 May 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Create a tag for a npm package</title>
          <link>https://www.thomasdeconinck.fr/blog/2024-05-04-create-a-tag-npm</link>
          <description>Simple and short article about the tag creation for a npm module.</description>
          <pubDate>Sat, 04 May 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>