<?xml version="1.0" encoding="UTF-8"?>
<rss
    version="2.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
>
    <channel>
        <atom:link
            type="application/rss+xml"
            href="http://aurarios.dev/feed/posts"
            rel="self"
        />
        <title><![CDATA[Posts feed]]></title>
        <link><![CDATA[http://aurarios.dev/feed/posts]]></link>
                <description><![CDATA[Latest posts from Aurarios - Blog]]></description>
        <language>en-US</language>
        <pubDate>2025-10-19T04:41:23+00:00</pubDate>

                    <item>
                <title><![CDATA[Introducing SQL Task Type Classifier API: Smarter Text-to-SQL Systems Start Here]]></title>
                <link>http://aurarios.dev/sql-task-type-classifier</link>
                <description><![CDATA[Building a text-to-SQL system? You're probably burning money on LLM calls that your database will reject anyway. The SQL Task Type Classifier API filters invalid operations BEFORE they reach your LLM - saving you costly tokens on every wasted request. Classify first, execute smart.]]></description>
                                    <author><![CDATA[Samnang Pheng <neat814@gmail.com>]]></author>
                                <guid>http://aurarios.dev/sql-task-type-classifier</guid>
                <pubDate>Sun, 19 Oct 2025 04:41:23 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://aurarios.cloud/storage/sql-ml.png"
                    length="0"
                />
                                    <category>ML</category>
                            </item>
                    <item>
                <title><![CDATA[Microservices architecture: Pros and Cons]]></title>
                <link>http://aurarios.dev/microservices-architecture-pros-and-cons</link>
                <description><![CDATA[Microservices architecture is a dominant trend in software development, offering scalability, flexibility, and resilience. This approach breaks down an application into smaller, independent services that communicate over APIs.]]></description>
                                    <author><![CDATA[Samnang Pheng <neat814@gmail.com>]]></author>
                                <guid>http://aurarios.dev/microservices-architecture-pros-and-cons</guid>
                <pubDate>Fri, 10 Jan 2025 04:12:46 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://aurarios.cloud/storage/microservices.png"
                    length="0"
                />
                                    <category>Software</category>
                            </item>
                    <item>
                <title><![CDATA[Mosaic Faces: Individuality and Diversity Through Digital Art]]></title>
                <link>http://aurarios.dev/mosaic-faces-individuality-and-diversity-through-digital-art</link>
                <description><![CDATA[In a world where technology meets creativity, the project "Mosaic Faces" stands as a remarkable testament to individuality and diversity. Through the use of art, programming, and thoughtful design, it explores the concept of identity and how unique elements can come together to form a unified, beautiful whole. Let’s dive into the story behind this fascinating project.]]></description>
                                    <author><![CDATA[Samnang Pheng <neat814@gmail.com>]]></author>
                                <guid>http://aurarios.dev/mosaic-faces-individuality-and-diversity-through-digital-art</guid>
                <pubDate>Wed, 08 Jan 2025 14:13:33 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://aurarios.cloud/storage/slide1-2.jpg"
                    length="0"
                />
                                    <category>Art</category>
                            </item>
                    <item>
                <title><![CDATA[Git and GitHub: Your Ultimate Guide to Seamless Collaboration and Coding Mastery]]></title>
                <link>http://aurarios.dev/git-and-github-your-ultimate-guide-to-seamless-collaboration-and-coding-mastery</link>
                <description><![CDATA[Discover how Git and GitHub can revolutionize your coding workflow! From version control to seamless collaboration, this guide breaks down the essentials to help you work smarter, code better, and team up effortlessly.]]></description>
                                    <author><![CDATA[Samnang Pheng <neat814@gmail.com>]]></author>
                                <guid>http://aurarios.dev/git-and-github-your-ultimate-guide-to-seamless-collaboration-and-coding-mastery</guid>
                <pubDate>Fri, 03 Jan 2025 04:33:26 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://aurarios.cloud/storage/git.png"
                    length="0"
                />
                                    <category>Software</category>
                            </item>
                    <item>
                <title><![CDATA[Introducing RouteLLM: A Smarter Way to Optimize LLM Usage]]></title>
                <link>http://aurarios.dev/introducing-routellm-a-smarter-way-to-optimize-llm-usage</link>
                <description><![CDATA[As the popularity of Large Language Models (LLMs) grows, so does the need for smarter tools to optimize their usage. RouteLLM is a cutting-edge framework designed to intelligently route queries to the most appropriate language model, balancing performance and cost. This blog explores the workings, features, and benefits of RouteLLM, based on the provided diagrams and code examples.]]></description>
                                    <author><![CDATA[Samnang Pheng <neat814@gmail.com>]]></author>
                                <guid>http://aurarios.dev/introducing-routellm-a-smarter-way-to-optimize-llm-usage</guid>
                <pubDate>Thu, 02 Jan 2025 02:10:22 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://aurarios.cloud/storage/routellm-architecture.png"
                    length="0"
                />
                                    <category>AI</category>
                            </item>
                    <item>
                <title><![CDATA[Exploring the Capabilities of Aider: An AI Tool for Developers]]></title>
                <link>http://aurarios.dev/exploring-the-capabilities-of-aider-an-ai-tool-for-developers</link>
                <description><![CDATA[Aider is an innovative tool that leverages the power of artificial intelligence to streamline development workflows. Whether you’re managing a complex project or refining individual code files, Aider provides a suite of features that enhance productivity. This blog will delve into the key functionalities of Aider as illustrated in the diagram.]]></description>
                                    <author><![CDATA[Samnang Pheng <neat814@gmail.com>]]></author>
                                <guid>http://aurarios.dev/exploring-the-capabilities-of-aider-an-ai-tool-for-developers</guid>
                <pubDate>Thu, 02 Jan 2025 01:55:42 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://aurarios.cloud/storage/aider-diagram.png"
                    length="0"
                />
                                    <category>AI</category>
                            </item>
                    <item>
                <title><![CDATA[Understanding HTTP: A Beginner-Friendly Overview]]></title>
                <link>http://aurarios.dev/understanding-http-a-beginner-friendly-overview</link>
                <description><![CDATA[HTTP, or Hypertext Transfer Protocol, is the foundation of data communication on the web. It enables the transfer of information between clients (like web browsers) and servers. This blog post will break down the key elements of HTTP, as illustrated in the provided diagram, and help you understand its inner workings.]]></description>
                                    <author><![CDATA[Samnang Pheng <neat814@gmail.com>]]></author>
                                <guid>http://aurarios.dev/understanding-http-a-beginner-friendly-overview</guid>
                <pubDate>Thu, 02 Jan 2025 01:46:57 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://aurarios.cloud/storage/http-diagram.png"
                    length="0"
                />
                                    <category>Software</category>
                            </item>
                    <item>
                <title><![CDATA[Microcontroller 101]]></title>
                <link>http://aurarios.dev/microcontroller-101</link>
                <description><![CDATA[Discover the fundamentals of microcontrollers and their role in powering modern technology. From Arduino to ESP32, learn about popular boards, digital vs. analog signals, circuit design basics, and essential tools like breadboards. Perfect for beginners and tech enthusiasts diving into electronics and IoT!]]></description>
                                    <author><![CDATA[Samnang Pheng <neat814@gmail.com>]]></author>
                                <guid>http://aurarios.dev/microcontroller-101</guid>
                <pubDate>Wed, 01 Jan 2025 13:17:13 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://aurarios.cloud/storage/slide1-1.jpg"
                    length="0"
                />
                                    <category>IoT</category>
                            </item>
            </channel>
</rss>
