<?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="https://devoracle.saasweb.savoir.co.ke/feed/posts"
            rel="self"
        />
        <title><![CDATA[Posts feed]]></title>
        <link><![CDATA[https://devoracle.saasweb.savoir.co.ke/feed/posts]]></link>
                <description><![CDATA[Latest posts from DevOracle – Code. Architect. Automate.]]></description>
        <language>en-US</language>
        <pubDate>2025-02-10T18:44:58+00:00</pubDate>

                    <item>
                <title><![CDATA[A Comprehensive Guide to Flutter Widget Types]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/a-comprehensive-guide-to-flutter-widget-types</link>
                <description><![CDATA[Flutter is a UI toolkit from Google that allows developers to build natively compiled applications for mobile, web, and desktop from a single codebase. At the core of Flutter's UI design are widgets. In this blog, we'll explore the different types of Flutter widgets and how they work together.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/a-comprehensive-guide-to-flutter-widget-types</guid>
                <pubDate>Mon, 10 Feb 2025 18:44:58 +0000</pubDate>
                <enclosure
                    type="image/webp"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/software-engineering/dalle-2025-02-10-154105-an-inspiring-and-modern-digital-illustration-of-a-flutter-developer-working-.webp"
                    length="117318"
                />
                                    <category>Software Engineering</category>
                            </item>
                    <item>
                <title><![CDATA[Deploying a Dart (Flutter) API on Docker]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/deploying-a-dart-flutter-api-on-docker</link>
                <description><![CDATA[Docker simplifies the deployment of applications by packaging them with all their dependencies in lightweight containers. In this guide, we’ll explore how to deploy a Dart API (built with shelf) in a Docker container for easy scalability and deployment.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/deploying-a-dart-flutter-api-on-docker</guid>
                <pubDate>Mon, 10 Feb 2025 18:38:09 +0000</pubDate>
                <enclosure
                    type="image/webp"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/software-engineering/dalle-2025-02-10-154105-an-inspiring-and-modern-digital-illustration-of-a-flutter-developer-working-.webp"
                    length="117318"
                />
                                    <category>Software Engineering</category>
                            </item>
                    <item>
                <title><![CDATA[Building a CRUD REST API with Dart and SQLite]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/building-a-crud-rest-api-with-dart-and-sqlite</link>
                <description><![CDATA[Dart is a powerful language developed by Google, widely used for Flutter development. However, it is also great for backend development. In this guide, we will build a simple CRUD REST API using Dart and SQLite as the database.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/building-a-crud-rest-api-with-dart-and-sqlite</guid>
                <pubDate>Mon, 10 Feb 2025 18:03:16 +0000</pubDate>
                <enclosure
                    type="image/webp"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/software-engineering/dalle-2025-02-10-154105-an-inspiring-and-modern-digital-illustration-of-a-flutter-developer-working-.webp"
                    length="117318"
                />
                                    <category>Software Engineering</category>
                            </item>
                    <item>
                <title><![CDATA[Getting Started with Dart Programming: A Beginner's Guide]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/getting-started-with-dart-programming-a-beginners-guide</link>
                <description><![CDATA[Dart is a modern, object-oriented programming language developed by Google. It is optimized for building high-performance applications across multiple platforms, including mobile, web, and desktop. Whether you're a beginner or an experienced developer looking to explore Dart, this guide will help you get started.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/getting-started-with-dart-programming-a-beginners-guide</guid>
                <pubDate>Mon, 10 Feb 2025 17:49:47 +0000</pubDate>
                <enclosure
                    type="image/webp"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/software-engineering/dalle-2025-02-10-154105-an-inspiring-and-modern-digital-illustration-of-a-flutter-developer-working-.webp"
                    length="117318"
                />
                                    <category>Software Engineering</category>
                            </item>
                    <item>
                <title><![CDATA[Mastering Flutter: A Roadmap to Proficiency]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/mastering-flutter-a-roadmap-to-proficiency</link>
                <description><![CDATA[Flutter has gained immense popularity for building cross-platform mobile applications with a single codebase. Whether you're a beginner or an experienced developer looking to upskill, mastering Flutter requires a structured approach. This guide will walk you through the key learning areas to ensure you become proficient in Flutter.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/mastering-flutter-a-roadmap-to-proficiency</guid>
                <pubDate>Mon, 10 Feb 2025 17:07:58 +0000</pubDate>
                <enclosure
                    type="image/webp"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/software-engineering/dalle-2025-02-10-154105-an-inspiring-and-modern-digital-illustration-of-a-flutter-developer-working-.webp"
                    length="117318"
                />
                                    <category>Software Engineering</category>
                            </item>
                    <item>
                <title><![CDATA[Introduction to Apache Airflow DAGs]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/introduction-to-apache-airflow-dags</link>
                <description><![CDATA[A Directed Acyclic Graph (DAG) in Apache Airflow represents a workflow or pipeline where tasks are executed in a defined order based on dependencies. Each DAG consists of multiple tasks that can run in parallel or sequentially.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/introduction-to-apache-airflow-dags</guid>
                <pubDate>Fri, 31 Jan 2025 09:18:01 +0000</pubDate>
                <enclosure
                    type="image/webp"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/software-engineering/8a420f5c-7100-4f77-93de-43d6552bbdde.webp"
                    length="105462"
                />
                                    <category>Data Analytics</category>
                            </item>
                    <item>
                <title><![CDATA[Running Apache Airflow on Docker Using Docker Compose]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/running-apache-airflow-on-docker-using-docker-compose</link>
                <description><![CDATA[Apache Airflow is a powerful workflow orchestration tool widely used for automating data pipelines. Running Apache Airflow in a containerized environment using Docker Compose simplifies deployment, enhances scalability, and ensures consistency across environments. This guide will walk you through setting up Apache Airflow using Docker and Docker Compose.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/running-apache-airflow-on-docker-using-docker-compose</guid>
                <pubDate>Fri, 31 Jan 2025 08:33:20 +0000</pubDate>
                <enclosure
                    type="image/webp"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/software-engineering/8a420f5c-7100-4f77-93de-43d6552bbdde.webp"
                    length="105462"
                />
                            </item>
                    <item>
                <title><![CDATA[Introduction to Apache Airflow: Streamlining Workflow Automation]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/introduction-to-apache-airflow-streamlining-workflow-automation</link>
                <description><![CDATA[In today’s data-driven world, managing and automating workflows efficiently is critical for businesses. Apache Airflow, an open-source workflow automation tool, has gained immense popularity for orchestrating complex data pipelines with ease. This blog explores Apache Airflow, its key features, and how it enhances workflow automation.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/introduction-to-apache-airflow-streamlining-workflow-automation</guid>
                <pubDate>Fri, 31 Jan 2025 06:10:11 +0000</pubDate>
                <enclosure
                    type="image/webp"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/software-engineering/8a420f5c-7100-4f77-93de-43d6552bbdde.webp"
                    length="105462"
                />
                            </item>
                    <item>
                <title><![CDATA[Building a Flutter CRUD App with GetX for User Management]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/building-a-flutter-crud-app-with-getx-for-user-management</link>
                <description><![CDATA[Flutter is a powerful framework for building beautiful, high-performance cross-platform applications. In this tutorial, we'll walk through creating a simple CRUD (Create, Read, Update, Delete) app using GetX, a lightweight and reactive state management library. The app will manage users by fetching, displaying, and adding new users from/to an API.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/building-a-flutter-crud-app-with-getx-for-user-management</guid>
                <pubDate>Tue, 28 Jan 2025 09:14:11 +0000</pubDate>
                <enclosure
                    type="image/webp"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/software-engineering/dalle-2025-01-28-121322-a-vibrant-and-modern-workspace-showcasing-the-development-of-a-flutter-crud-.webp"
                    length="141876"
                />
                                    <category>Software Engineering</category>
                            </item>
                    <item>
                <title><![CDATA[This Year Enjoy the Color of Festival with Amazing Holi Gifts Ideas]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/this-year-enjoy-the-color-of-festival-with-amazing-holi-gifts-ideas</link>
                <description><![CDATA[Molestias libero consectetur velit reprehenderit expedita enim. Et ut saepe occaecati ipsam quo quia dicta. Ea quae a ipsa autem.]]></description>
                                    <author><![CDATA[Arthur Vandervort <xwintheiser@schimmel.biz>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/this-year-enjoy-the-color-of-festival-with-amazing-holi-gifts-ideas</guid>
                <pubDate>Fri, 03 May 2024 18:00:40 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/news/news-1.jpg"
                    length="6233"
                />
                                    <category>Design</category>
                            </item>
                    <item>
                <title><![CDATA[The World Caters to Average People and Mediocre Lifestyles]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/the-world-caters-to-average-people-and-mediocre-lifestyles</link>
                <description><![CDATA[Officiis pariatur nulla officia in tempora provident officiis. Dolores aut suscipit corrupti rerum.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/the-world-caters-to-average-people-and-mediocre-lifestyles</guid>
                <pubDate>Fri, 03 May 2024 18:00:40 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/news/news-2.jpg"
                    length="6233"
                />
                                    <category>Design</category>
                            </item>
                    <item>
                <title><![CDATA[Not a bit of hesitation, you better think twice]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/not-a-bit-of-hesitation-you-better-think-twice</link>
                <description><![CDATA[Modi veritatis asperiores inventore dolores. Odio nihil nihil eveniet ad dolorem. Quidem omnis quod aut sunt omnis aut. Incidunt velit ab iste repellendus rerum ut.]]></description>
                                    <author><![CDATA[Frederik Predovic <blake.dickinson@stroman.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/not-a-bit-of-hesitation-you-better-think-twice</guid>
                <pubDate>Fri, 03 May 2024 18:00:40 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/news/news-3.jpg"
                    length="6233"
                />
                                    <category>Design</category>
                            </item>
                    <item>
                <title><![CDATA[We got a right to pick a little fight, Bonanza]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/we-got-a-right-to-pick-a-little-fight-bonanza</link>
                <description><![CDATA[Facilis doloribus et aliquam voluptas. Nobis officiis dolorum quas cum aliquam excepturi molestiae. Praesentium nostrum consequuntur corrupti eos ut. Quis ut quo consequatur omnis facilis.]]></description>
                                    <author><![CDATA[Frederik Predovic <blake.dickinson@stroman.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/we-got-a-right-to-pick-a-little-fight-bonanza</guid>
                <pubDate>Fri, 03 May 2024 18:00:40 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/news/news-4.jpg"
                    length="6233"
                />
                                    <category>Design</category>
                            </item>
                    <item>
                <title><![CDATA[My entrance exam was on a book of matches]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/my-entrance-exam-was-on-a-book-of-matches</link>
                <description><![CDATA[Quo mollitia illum saepe et suscipit aut. Dignissimos sed blanditiis et ab dolor delectus. Et cum quia velit perferendis earum.]]></description>
                                    <author><![CDATA[Rebeca Kemmer <alayna.wunsch@mertz.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/my-entrance-exam-was-on-a-book-of-matches</guid>
                <pubDate>Fri, 03 May 2024 18:00:40 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/news/news-5.jpg"
                    length="6233"
                />
                                    <category>Design</category>
                            </item>
                    <item>
                <title><![CDATA[Essential Qualities of Highly Successful Music]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/essential-qualities-of-highly-successful-music</link>
                <description><![CDATA[Minus optio repudiandae consequatur numquam. Laboriosam dolore inventore reprehenderit aut fugit sit.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/essential-qualities-of-highly-successful-music</guid>
                <pubDate>Fri, 03 May 2024 18:00:40 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/news/news-6.jpg"
                    length="6233"
                />
                                    <category>Design</category>
                            </item>
                    <item>
                <title><![CDATA[Why Teamwork Really Makes The Dream Work]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/why-teamwork-really-makes-the-dream-work</link>
                <description><![CDATA[Natus enim minus ullam illo qui eos modi doloremque. In quam voluptatem voluptas eveniet. Quidem sed consequatur mollitia repudiandae minus laboriosam. Eos nobis illo consequatur soluta id.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/why-teamwork-really-makes-the-dream-work</guid>
                <pubDate>Fri, 03 May 2024 18:00:40 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/news/news-7.jpg"
                    length="6233"
                />
                                    <category>Design</category>
                            </item>
                    <item>
                <title><![CDATA[9 Things I Love About Shaving My Head During Quarantine]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/9-things-i-love-about-shaving-my-head-during-quarantine</link>
                <description><![CDATA[Ea et doloribus et maiores. Sit autem sequi at expedita omnis rerum. Iusto dolorem maxime itaque impedit nemo.]]></description>
                                    <author><![CDATA[Jarrell Krajcik <bertram44@corkery.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/9-things-i-love-about-shaving-my-head-during-quarantine</guid>
                <pubDate>Fri, 03 May 2024 18:00:40 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/news/news-8.jpg"
                    length="6233"
                />
                                    <category>Design</category>
                            </item>
                    <item>
                <title><![CDATA[The litigants on the screen are not actors]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/the-litigants-on-the-screen-are-not-actors</link>
                <description><![CDATA[Rem quo ea animi cum non atque omnis tenetur. Nihil consectetur consequatur porro dolores. Consequatur odio assumenda ipsam facere quae. Et id laudantium iure cumque.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/the-litigants-on-the-screen-are-not-actors</guid>
                <pubDate>Fri, 03 May 2024 18:00:40 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/news/news-9.jpg"
                    length="6233"
                />
                                    <category>Design</category>
                            </item>
                    <item>
                <title><![CDATA[Imagine Losing 20 Pounds In 14 Days!]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/imagine-losing-20-pounds-in-14-days</link>
                <description><![CDATA[Nesciunt voluptatem sed dicta illum corrupti est. Itaque nobis possimus hic nostrum eos. Dolorum aut aut odio praesentium suscipit. Magni tempora est recusandae doloremque nobis neque.]]></description>
                                    <author><![CDATA[Krista Toy <branson00@jacobi.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/imagine-losing-20-pounds-in-14-days</guid>
                <pubDate>Fri, 03 May 2024 18:00:40 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/news/news-10.jpg"
                    length="6233"
                />
                                    <category>Design</category>
                            </item>
                    <item>
                <title><![CDATA[Are You Still Using That Slow, Old Typewriter?]]></title>
                <link>https://devoracle.saasweb.savoir.co.ke/are-you-still-using-that-slow-old-typewriter</link>
                <description><![CDATA[Aut consequatur hic autem autem natus. Eos consequatur et odio quo cum soluta. Molestias quam laboriosam laboriosam unde alias aspernatur. Quia ut sed enim sit voluptas quis aliquam.]]></description>
                                    <author><![CDATA[John Smith <user@thesky9.com>]]></author>
                                <guid>https://devoracle.saasweb.savoir.co.ke/are-you-still-using-that-slow-old-typewriter</guid>
                <pubDate>Fri, 03 May 2024 18:00:40 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://devoracle.saasweb.savoir.co.ke/storage/news/news-11.jpg"
                    length="6233"
                />
                                    <category>Design</category>
                            </item>
            </channel>
</rss>
