<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/vendor/feed/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
                        <id>https://hoogenbos.ch/feed</id>
                                <link href="https://hoogenbos.ch/feed" rel="self"></link>
                                <title><![CDATA[Blog posts]]></title>
                    
                                <subtitle>Here I write my thoughts and ideas about web development.</subtitle>
                                                    <updated>2024-12-28T00:00:00+00:00</updated>
                        <entry>
            <title><![CDATA[Creating Accessible Dialogs]]></title>
            <link rel="alternate" href="https://hoogenbos.ch/blog/creating-accessible-dialogs" />
            <id>https://hoogenbos.ch/6</id>
            <author>
                <name><![CDATA[Max Hoogenbosch]]></name>
            </author>
            <summary type="html">
                <![CDATA[Dialogs, Modals or Popups. I think almost every web developer must have implemented something like this at least once. But have you ever stopped to think what the UI pattern would be like to people us...]]>
            </summary>
                                    <updated>2024-12-28T00:00:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Introducing Laravel Mailbook]]></title>
            <link rel="alternate" href="https://hoogenbos.ch/blog/introducing-mailbook" />
            <id>https://hoogenbos.ch/5</id>
            <author>
                <name><![CDATA[Max Hoogenbosch]]></name>
            </author>
            <summary type="html">
                <![CDATA[It's been more than a year since I've release laravel mailbook. An open source package that has already accumulated over 100k downloads and 400+ stars on GitHub. It even has been featured on laravel n...]]>
            </summary>
                                    <updated>2024-03-01T00:00:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Webpack vs Laravel Mix]]></title>
            <link rel="alternate" href="https://hoogenbos.ch/blog/webpack-vs-laravel-mix" />
            <id>https://hoogenbos.ch/4</id>
            <author>
                <name><![CDATA[Max Hoogenbosch]]></name>
            </author>
            <summary type="html">
                <![CDATA[It is very common to compile JavaScript using a bundler like Webpack. Every time I have used Webpack for a project it would take some time to set up. Over time, I would have to maintain this configura...]]>
            </summary>
                                    <updated>2022-05-01T00:00:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Extended make commands in laravel]]></title>
            <link rel="alternate" href="https://hoogenbos.ch/blog/extended-make-commands-in-laravel" />
            <id>https://hoogenbos.ch/3</id>
            <author>
                <name><![CDATA[Max Hoogenbosch]]></name>
            </author>
            <summary type="html">
                <![CDATA[I have created a Laravel package that adds new make commands to your app. You can install the package via composer composer require --dev xammie/make-commands  Usage After you have installed it the fo...]]>
            </summary>
                                    <updated>2022-02-11T00:00:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Use Tailwind CSS dark mode in Storybook]]></title>
            <link rel="alternate" href="https://hoogenbos.ch/blog/use-tailwind-darkmode-in-storybook" />
            <id>https://hoogenbos.ch/2</id>
            <author>
                <name><![CDATA[Max Hoogenbosch]]></name>
            </author>
            <summary type="html">
                <![CDATA[Since version 2.0 Tailwind CSS has a dark mode feature. When Implementing this in a project that uses Storybook for component development you want to be able to quickly switch between light and dark m...]]>
            </summary>
                                    <updated>2021-02-16T00:00:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Eager loading hasMany relationship in Laravel]]></title>
            <link rel="alternate" href="https://hoogenbos.ch/blog/eager-loading-hasmany-relationship-laravel" />
            <id>https://hoogenbos.ch/1</id>
            <author>
                <name><![CDATA[Max Hoogenbosch]]></name>
            </author>
            <summary type="html">
                <![CDATA[Eager loading relationships in Laravel makes it really easy to avoid N+1 query problems. This occurs when you run an additional query for each result in a previous query. Take for example a model Post...]]>
            </summary>
                                    <updated>2021-02-01T00:00:00+00:00</updated>
        </entry>
    </feed>
