<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Blue Toaster</title>
    <link>/</link>
    <description>Recent content on Blue Toaster</description>
    <generator>Hugo -- 0.118.2</generator>
    <language>en</language>
    <lastBuildDate>Thu, 18 Apr 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Microkernel Software Architecture</title>
      <link>/posts/microkernel-software-architecture/</link>
      <pubDate>Thu, 18 Apr 2024 00:00:00 +0000</pubDate>
      <guid>/posts/microkernel-software-architecture/</guid>
      <description>Description The microkernel architecture pattern is a way to structure an application as a set of loosely coupled, collaborating components. Each component has a specific responsibility or function, and each communicates with other components through well-defined interfaces. This pattern is used to build systems that can be easily extended, modified, and tested.
It is commonly used in systems that need to support a wide range of features or configurations. Some examples include:</description>
    </item>
    <item>
      <title>Service Based Architecture</title>
      <link>/posts/service-based-architecture/</link>
      <pubDate>Thu, 18 Apr 2024 00:00:00 +0000</pubDate>
      <guid>/posts/service-based-architecture/</guid>
      <description>&amp;ldquo;a hybrid of microservices architecture style and is considered one of the most pragmatic architecture styles, mostly due to its architectural flexibility.&amp;rdquo; &amp;ndash; &amp;ldquo;Fundamentals of Software Architecture&amp;rdquo; by Mark Richards &amp;amp; Neal Ford
Description If done correctly, Service Based Architecture (SBA) can be incredibly flexible, yet simple to build and maintain.
I think of SBA&amp;rsquo;s as I would a three-layer CRUD app: there&amp;rsquo;s a frontend, a backend, and a persistence layer.</description>
    </item>
    <item>
      <title>Homelab: CUDA on Ubuntu 22 Server with Docker Support</title>
      <link>/posts/homelab-cuda-ubuntu-server/</link>
      <pubDate>Sun, 17 Dec 2023 00:00:00 +0000</pubDate>
      <guid>/posts/homelab-cuda-ubuntu-server/</guid>
      <description>How to set up CUDA on Ubuntu 22 Server with Docker Support.</description>
    </item>
    <item>
      <title>Apache and Node.js on the same Ubuntu Server</title>
      <link>/posts/nodejs-apache-same-ubuntu-server/</link>
      <pubDate>Sun, 10 Nov 2013 00:00:00 +0000</pubDate>
      <guid>/posts/nodejs-apache-same-ubuntu-server/</guid>
      <description>How to run Apache and Node.js on the same Ubuntu server.</description>
    </item>
    <item>
      <title>Apache mod_rewrite and Short Urls - What you really want to know.</title>
      <link>/posts/apache-mod-rewrite-short-urls/</link>
      <pubDate>Fri, 09 Jan 2009 00:00:00 +0000</pubDate>
      <guid>/posts/apache-mod-rewrite-short-urls/</guid>
      <description>A quick tip on what you really want to know about mod_rewrite.</description>
    </item>
    <item>
      <title>EAV Modeling with PHP &amp; MySQL</title>
      <link>/posts/eav-modeling-with-php-mysql/</link>
      <pubDate>Thu, 28 Aug 2008 00:00:00 +0000</pubDate>
      <guid>/posts/eav-modeling-with-php-mysql/</guid>
      <description>Entity-Attribute-Value (EAV) modeling is a way to store data in a flexible way. This article describes how to implement EAV in PHP and MySQL.</description>
    </item>
  </channel>
</rss>
