<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Joel - Notes</title>
        <link>https://joelkuijper.me/notes</link>
        <description>Quick notes and TILs from Joel Kuijper</description>
        <lastBuildDate>Sun, 14 Jun 2026 00:11:40 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>nl-NL</language>
        <copyright>All rights reserved 2026, Joel Kuijper</copyright>
        <atom:link href="https://joelkuijper.me/notes/rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Nixpacks configration for deploying Laravel on Railway]]></title>
            <link>https://joelkuijper.me/notes/laravel-nixpacks</link>
            <guid isPermaLink="false">https://joelkuijper.me/notes/laravel-nixpacks</guid>
            <pubDate>Sun, 22 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[This is the Nixpacks configuration file that I use to deploy Laravel apps on Railway.]]></description>
            <author>Joel Kuijper</author>
        </item>
        <item>
            <title><![CDATA[Zod filtered array schema]]></title>
            <link>https://joelkuijper.me/notes/filtered-array-schema</link>
            <guid isPermaLink="false">https://joelkuijper.me/notes/filtered-array-schema</guid>
            <pubDate>Tue, 08 Apr 2025 00:00:00 GMT</pubDate>
            <author>Joel Kuijper</author>
        </item>
        <item>
            <title><![CDATA[Typesafe Object.entries()]]></title>
            <link>https://joelkuijper.me/notes/type-safe-object-entries</link>
            <guid isPermaLink="false">https://joelkuijper.me/notes/type-safe-object-entries</guid>
            <pubDate>Thu, 30 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Simple utility function to have typesafe values for Object.entries()]]></description>
            <author>Joel Kuijper</author>
        </item>
        <item>
            <title><![CDATA[TanStack Query setup for offline caching]]></title>
            <link>https://joelkuijper.me/notes/tanstack-query-offline</link>
            <guid isPermaLink="false">https://joelkuijper.me/notes/tanstack-query-offline</guid>
            <pubDate>Tue, 28 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Code snippet to easily setup offline caching for TanStack Query in a React Native app]]></description>
            <author>Joel Kuijper</author>
        </item>
    </channel>
</rss>