<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
                        <id>https://mikeylicio.us/feed</id>
                                <link href="https://mikeylicio.us/feed"></link>
                                <title><![CDATA[mikeylicio.us blog feed]]></title>
                                <updated>2021-01-25T15:33:40+00:00</updated>
                        <entry>
            <title><![CDATA[Book 1: The Wizards and the Warriors (Chronicles of an Age of Darkness)]]></title>
            <link rel="alternate" href="https://mikeylicio.us/blog/book-1-the-wizards-and-the-warriors-chronicles-of-an-age-of-darkness" />
            <id>https://mikeylicio.us/82</id>
            <author>
                <name> <![CDATA[{&quot;id&quot;:1,&quot;name&quot;:&quot;Mikey&quot;,&quot;email&quot;:&quot;me@mikeylicio.us&quot;,&quot;created_at&quot;:&quot;2018-08-26 19:24:16&quot;,&quot;updated_at&quot;:&quot;2018-08-26 19:24:16&quot;}]]></name>
            </author>
            <summary type="html">
                <![CDATA[At the tail end of 2020 I finally decided to hunt down a book series that were on my mums bookshelf as a child, that I read back then and remember fondly. The book series in question is the Chronicles of an Age of Darkness by Hugh Cook.&nbsp;]]>
            </summary>
            <updated>2021-01-25T15:33:40+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[My Experiences with building a multi-step form with VueJS]]></title>
            <link rel="alternate" href="https://mikeylicio.us/blog/my-experiences-with-building-a-multi-step-form-with-vuejs" />
            <id>https://mikeylicio.us/81</id>
            <author>
                <name> <![CDATA[{&quot;id&quot;:1,&quot;name&quot;:&quot;Mikey&quot;,&quot;email&quot;:&quot;me@mikeylicio.us&quot;,&quot;created_at&quot;:&quot;2018-08-26 19:24:16&quot;,&quot;updated_at&quot;:&quot;2018-08-26 19:24:16&quot;}]]></name>
            </author>
            <summary type="html">
                <![CDATA[Recently I saw someone asking how to achieve a simple multi-step form with modern web development practises. Of course, my mind instantly went to VueJS and having built a few multi-step forms in my time I weighed in with my approach.]]>
            </summary>
            <updated>2018-11-07T03:16:26+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Improving Pagespeed Insights Score from 0 to 75+ with Laravel]]></title>
            <link rel="alternate" href="https://mikeylicio.us/blog/improving-pagespeed-insights-score-from-0-to-75-with-laravel" />
            <id>https://mikeylicio.us/80</id>
            <author>
                <name> <![CDATA[{&quot;id&quot;:1,&quot;name&quot;:&quot;Mikey&quot;,&quot;email&quot;:&quot;me@mikeylicio.us&quot;,&quot;created_at&quot;:&quot;2018-08-26 19:24:16&quot;,&quot;updated_at&quot;:&quot;2018-08-26 19:24:16&quot;}]]></name>
            </author>
            <summary type="html">
                <![CDATA[Recently I had a client contact me asking me to improve the load times of their website. After some analysis I found that the pagespeed score was a big fat 0, and there was one contributing factor.]]>
            </summary>
            <updated>2018-08-30T03:56:25+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Security Considerations for Laravel Nova Package Developers]]></title>
            <link rel="alternate" href="https://mikeylicio.us/blog/security-considerations-for-laravel-nova-package-developers" />
            <id>https://mikeylicio.us/79</id>
            <author>
                <name> <![CDATA[{&quot;id&quot;:1,&quot;name&quot;:&quot;Mikey&quot;,&quot;email&quot;:&quot;me@mikeylicio.us&quot;,&quot;created_at&quot;:&quot;2018-08-26 19:24:16&quot;,&quot;updated_at&quot;:&quot;2018-08-26 19:24:16&quot;}]]></name>
            </author>
            <summary type="html">
                <![CDATA[With the release of Laravel Nova, I've seen a lot of new packages being created for it this week. Unfortunately not all of them have been built with what I would consider to be basic security considerations in mind.]]>
            </summary>
            <updated>2018-08-27T02:01:54+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Introducing Throttleable]]></title>
            <link rel="alternate" href="https://mikeylicio.us/blog/introducing-throttleable" />
            <id>https://mikeylicio.us/78</id>
            <author>
                <name> <![CDATA[{&quot;id&quot;:1,&quot;name&quot;:&quot;Mikey&quot;,&quot;email&quot;:&quot;me@mikeylicio.us&quot;,&quot;created_at&quot;:&quot;2018-08-26 19:24:16&quot;,&quot;updated_at&quot;:&quot;2018-08-26 19:24:16&quot;}]]></name>
            </author>
            <summary type="html">
                <![CDATA[My first Laravel Package is now available on Github: https://github.com/MadMikeyB/throttleable]]>
            </summary>
            <updated>2018-08-27T01:10:04+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Test Driven Development, Bitbucket Pipelines and Laravel Forge]]></title>
            <link rel="alternate" href="https://mikeylicio.us/blog/test-driven-development-bitbucket-pipelines-and-laravel-forge" />
            <id>https://mikeylicio.us/77</id>
            <author>
                <name> <![CDATA[{&quot;id&quot;:1,&quot;name&quot;:&quot;Mikey&quot;,&quot;email&quot;:&quot;me@mikeylicio.us&quot;,&quot;created_at&quot;:&quot;2018-08-26 19:24:16&quot;,&quot;updated_at&quot;:&quot;2018-08-26 19:24:16&quot;}]]></name>
            </author>
            <summary type="html">
                <![CDATA[I'm currently building a web application using Laravel 5.4 as my framework and Laravel Forge as my hosting provider, utilising the awesome power of Bitbucket Pipelines as a deployment system. I know, on first read that sounds like a very convoluted workflow, but allow me to explain it.&nbsp;]]>
            </summary>
            <updated>2018-08-27T01:09:28+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[&quot;Without touching a line of code!&quot;]]></title>
            <link rel="alternate" href="https://mikeylicio.us/blog/without-touching-line-of-code" />
            <id>https://mikeylicio.us/73</id>
            <author>
                <name> <![CDATA[{&quot;id&quot;:1,&quot;name&quot;:&quot;Mikey&quot;,&quot;email&quot;:&quot;me@mikeylicio.us&quot;,&quot;created_at&quot;:&quot;2018-08-26 19:24:16&quot;,&quot;updated_at&quot;:&quot;2018-08-26 19:24:16&quot;}]]></name>
            </author>
            <summary type="html">
                <![CDATA[This phrase annoys me, and yet, it's everywhere. Most products and 'site builders' often include the phrase]]>
            </summary>
            <updated>2018-08-26T20:01:41+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Minimalism]]></title>
            <link rel="alternate" href="https://mikeylicio.us/blog/minimalism" />
            <id>https://mikeylicio.us/72</id>
            <author>
                <name> <![CDATA[{&quot;id&quot;:1,&quot;name&quot;:&quot;Mikey&quot;,&quot;email&quot;:&quot;me@mikeylicio.us&quot;,&quot;created_at&quot;:&quot;2018-08-26 19:24:16&quot;,&quot;updated_at&quot;:&quot;2018-08-26 19:24:16&quot;}]]></name>
            </author>
            <summary type="html">
                <![CDATA[I'm becoming more minimalist recently. I find myself with the increasing urge to purge things from my life.]]>
            </summary>
            <updated>2018-08-26T20:02:11+00:00</updated>
        </entry>
    </feed>
