<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
                        <id>https://bernar.do/feed</id>
                                <link href="https://bernar.do/feed"></link>
                                <title><![CDATA[Posts from bernar.do]]></title>
                                <updated>2023-03-23T00:00:00+00:00</updated>
                        <entry>
            <title><![CDATA[Beating the corruption in Rise to Ruins]]></title>
            <link rel="alternate" href="https://bernar.do/beating-the-corruption-in-rise-to-ruins" />
            <id>https://bernar.do/beating-the-corruption-in-rise-to-ruins</id>
            <author>
                <name> <![CDATA[Bernardo Hulsman]]></name>
            </author>
            <summary type="html">
                <![CDATA[Unlike many other games, Rise to Ruins doesn't tell you that much about it's goal. It's pretty simple you might think, you just have to survive, right? Is there a way to actually win this game and beat the Corruption?]]>
            </summary>
            <updated>2020-12-28T00:00:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Creating a simple blog with Laravel]]></title>
            <link rel="alternate" href="https://bernar.do/creating-a-simple-blog-with-laravel" />
            <id>https://bernar.do/creating-a-simple-blog-with-laravel</id>
            <author>
                <name> <![CDATA[Bernardo Hulsman]]></name>
            </author>
            <summary type="html">
                <![CDATA[Blogging is something I really wanted to do for a long while, but never really got to it. What better way to start blogging by showing how I put this simple blog together.]]>
            </summary>
            <updated>2019-01-21T00:00:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Install Home Assistant from a live USB stick]]></title>
            <link rel="alternate" href="https://bernar.do/install-home-assistant-from-a-live-usb-stick" />
            <id>https://bernar.do/install-home-assistant-from-a-live-usb-stick</id>
            <author>
                <name> <![CDATA[Bernardo Hulsman]]></name>
            </author>
            <summary type="html">
                <![CDATA[How to actually install HASS from live Ubuntu to storage on the device itself, since the way the docs provide might not work.]]>
            </summary>
            <updated>2023-03-23T00:00:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Laravel Scout index operations only when updating searchable fields.]]></title>
            <link rel="alternate" href="https://bernar.do/laravel-scout-index-operations-only-when-updating-searchable-fields" />
            <id>https://bernar.do/laravel-scout-index-operations-only-when-updating-searchable-fields</id>
            <author>
                <name> <![CDATA[Bernardo Hulsman]]></name>
            </author>
            <summary type="html">
                <![CDATA[When updating a model, which is made searchable using Laravel Scout, it will dispatch a MakeSearchable job. The problem here is that it also does that when a field that isn't even searchable was updated. Let's fix that!]]>
            </summary>
            <updated>2020-04-03T00:00:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Using Laravel Passport JWT with multiple user providers]]></title>
            <link rel="alternate" href="https://bernar.do/using-laravel-passport-jwt-with-multiple-user-providers" />
            <id>https://bernar.do/using-laravel-passport-jwt-with-multiple-user-providers</id>
            <author>
                <name> <![CDATA[Bernardo Hulsman]]></name>
            </author>
            <summary type="html">
                <![CDATA[Laravel Passport doesn't support having multiple user providers. By using custom claims in JWT we can pretty easily add support for that.]]>
            </summary>
            <updated>2019-07-17T00:00:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Vuex store with normalized data using a Laravel backend]]></title>
            <link rel="alternate" href="https://bernar.do/vuex-store-with-normalized-data-using-a-laravel-backend" />
            <id>https://bernar.do/vuex-store-with-normalized-data-using-a-laravel-backend</id>
            <author>
                <name> <![CDATA[Bernardo Hulsman]]></name>
            </author>
            <summary type="html">
                <![CDATA[State management in Vue can be done using just an object as a store, but when you're building a bigger application Vuex is a more mature solution. Using normalized data will make it a lot easier. I'll try and give you a sense of how to get started.]]>
            </summary>
            <updated>2019-02-01T00:00:00+00:00</updated>
        </entry>
    </feed>
