<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title><![CDATA[ Aaron's Place ]]></title>
        <link><![CDATA[ https://aaronherbosa.xyz/feed ]]></link>
        <description><![CDATA[ My Comfy Place in Cyberspace ]]></description>
        <language>en</language>
        <pubDate>Sat, Apr 11, 2026 9:20 AM</pubDate>

                    <item>
                <title><![CDATA[Getting Breakpoints To Work in PHP and Improve Your Debugging!]]></title>
                <link>https://aaronherbosa.xyz/blog/getting-breakpoints-to-work-in-php-and-improve-your-debugging</link>
                <description><![CDATA[Ever since I started developing mobile apps through Android Studio, I was amazed with its debugging capabilities out of the box. It was a lot faster to narrow d...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>ad30fd81-5839-499c-bde6-1971bd87cecf</guid>
                <pubDate>Tue, 17 Dec 2024 00:00:00 +0000</pubDate>
            </item>
                    <item>
                <title><![CDATA[Introducing Clippi!]]></title>
                <link>https://aaronherbosa.xyz/blog/introducing-clippi</link>
                <description><![CDATA[It&#039;s been a hot minute since I last posted on this blog, despite telling myself that paying monthly for server and domain costs would help motivate me to update...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>2facb44e-a018-48aa-ab44-24ad67279d1b</guid>
                <pubDate>Sat, 29 Apr 2023 00:00:00 +0000</pubDate>
            </item>
                    <item>
                <title><![CDATA[A Neat Trick to Find Bottlenecks in your Application]]></title>
                <link>https://aaronherbosa.xyz/blog/a-neat-trick-to-find-bottlenecks-in-your-application</link>
                <description><![CDATA[As I type this out on a second hand 2008 Thinkpad T400 running on an Intel Core 2 Duo P8400 with an upgraded SSD and 8 gigabytes of RAM (the max amount the CPU...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>d6c39a02-e4e0-4963-902a-c9dda0ce8c1b</guid>
                <pubDate>Thu, 24 Nov 2022 18:28:00 +0000</pubDate>
            </item>
                    <item>
                <title><![CDATA[Processing Spreadsheets with Vertical Headers in Laravel]]></title>
                <link>https://aaronherbosa.xyz/blog/processing-spreadsheets-with-vertical-headers-in-laravel</link>
                <description><![CDATA[When dealing with clients, especially the bureaucratic kind, you&#039;ll inevitably deal with the holy grail of business documents, the spreadsheet. Most of the time...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>1fd33289-ed6f-4cee-9f25-d7e26c843cba</guid>
                <pubDate>Fri, 19 Aug 2022 08:03:00 +0000</pubDate>
            </item>
                    <item>
                <title><![CDATA[Utang Na Loob Has No Place In Politics]]></title>
                <link>https://aaronherbosa.xyz/blog/we-should-rethink-how-we-see-politicians</link>
                <description><![CDATA[I&#039;ve heard many people say time and time again that one should not complain, get angry or say anything negative about the government and its officials if they a...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>40646a39-01a0-409e-869a-526a4e43f42e</guid>
                <pubDate>Sun, 14 Aug 2022 15:22:00 +0000</pubDate>
            </item>
                    <item>
                <title><![CDATA[Basic Feature Testing in Laravel – A Guide From Someone Still Figuring This Out]]></title>
                <link>https://aaronherbosa.xyz/blog/basic-feature-testing-in-laravel-a-guide-from-someone-still-figuring-this-out</link>
                <description><![CDATA[Automated testing is a tool that I wish I discovered when I was learning software development. So far, it has helped me notice bugs that I may have missed if I...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>e3e07673-91d2-4130-b745-2bfc59075fe8</guid>
                <pubDate>Sun, 15 May 2022 11:02:00 +0000</pubDate>
            </item>
                    <item>
                <title><![CDATA[ArchiveBox and the Importance of Archiving Internet Content]]></title>
                <link>https://aaronherbosa.xyz/blog/archivebox-and-the-importance-of-archiving-internet-content</link>
                <description><![CDATA[The internet is a very volatile place. Content and information appears and disappears at a very short time. I&#039;ve thought about it lately because I used Pocket s...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>22d6f0c5-b0aa-4b57-8aac-7db63d6212ad</guid>
                <pubDate>Mon, 22 Jun 2020 01:03:00 +0000</pubDate>
            </item>
                    <item>
                <title><![CDATA[First Job!]]></title>
                <link>https://aaronherbosa.xyz/blog/first-job</link>
                <description><![CDATA[So, I got a new job recently as a web developer. Initially, I was pretty intimidated at first. I had little experience with anything about the web. I made CRUD...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>bb509afe-7b17-4406-b304-abe8cabea22e</guid>
                <pubDate>Sun, 01 Sep 2019 16:43:00 +0000</pubDate>
            </item>
                    <item>
                <title><![CDATA[Binary Search Trees!]]></title>
                <link>https://aaronherbosa.xyz/blog/binary-search-trees</link>
                <description><![CDATA[Hello! Finally, I am free from the shackles of university. I have all the time in the world to work on some side projects. Lately, I have been trying to learn w...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>5a672fe1-95d9-4ee6-9d8b-8fe87bedaa69</guid>
                <pubDate>Tue, 30 Jul 2019 12:27:00 +0000</pubDate>
            </item>
                    <item>
                <title><![CDATA[A Simple Way to Implement Card Flip Animations in Unity!]]></title>
                <link>https://aaronherbosa.xyz/blog/a-simple-way-to-implement-card-flip-animations-in-unity</link>
                <description><![CDATA[It surely has been quite a while since I have updated this blog. It was a mix of banging my head looking for topics to talk about and working on actually gradua...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>146fda72-1c37-4125-8d42-73ccb3141aa8</guid>
                <pubDate>Thu, 13 Jun 2019 10:21:00 +0000</pubDate>
            </item>
                    <item>
                <title><![CDATA[Making a Manga Checker Script For Shits and Giggles]]></title>
                <link>https://aaronherbosa.xyz/blog/making-a-manga-checker-script-for-shits-and-giggles</link>
                <description><![CDATA[I&#039;ve been reading manga for years now and one problem I always struggled with is checking whether or not an ongoing manga series I&#039;ve been reading has already u...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>1cc500a4-6bd0-4228-b088-b6c5ac829e87</guid>
                <pubDate>Sat, 16 Mar 2019 09:00:00 +0000</pubDate>
            </item>
                    <item>
                <title><![CDATA[Jumbled Word Guess Program (Written in Ada because I was made to)]]></title>
                <link>https://aaronherbosa.xyz/blog/jumbled-word-guess-program-written-in-ada-because-i-was-made-to</link>
                <description><![CDATA[A year ago, I had to write two programs in Ada for my university project. I was allowed to write whatever I wanted as long as I implemented some sort of algorit...]]></description>
                <author><![CDATA[Aaron Herbosa]]></author>
                <guid>6653cceb-7dc3-481b-9460-939931a81ef0</guid>
                <pubDate>Sat, 16 Mar 2019 09:00:00 +0000</pubDate>
            </item>
            </channel>
</rss>