<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>YAML on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/yaml/</link><description>Recent content in YAML on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 20 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/yaml/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 3: Content Loading and Frontmatter Parsing</title><link>https://ai-blog.noorshomelab.dev/stellar-gen-guide/chapter-03-content-frontmatter/</link><pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/stellar-gen-guide/chapter-03-content-frontmatter/</guid><description>&lt;h2 id="chapter-3-content-loading-and-frontmatter-parsing"&gt;Chapter 3: Content Loading and Frontmatter Parsing&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 3 of our Rust SSG journey! In the previous chapter, we laid the groundwork for our project structure and set up basic logging. Now, we&amp;rsquo;re ready to tackle the core of any static site generator: processing content. This chapter will focus on how our SSG will read content files from the file system, parse their associated metadata (known as &amp;ldquo;frontmatter&amp;rdquo;), and separate the main content body.&lt;/p&gt;</description></item><item><title>Smart CI: AI-Driven Testing and Build Optimization</title><link>https://ai-blog.noorshomelab.dev/ai-devops-guide-2026/smart-ci-ai-driven-testing-build-optimization/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-devops-guide-2026/smart-ci-ai-driven-testing-build-optimization/</guid><description>&lt;h2 id="introduction-supercharging-your-ci-with-ai"&gt;Introduction: Supercharging Your CI with AI&lt;/h2&gt;
&lt;p&gt;Welcome back, future-forward engineers! In previous chapters, we laid the groundwork for integrating AI and ML into DevOps, exploring MLOps principles and setting up our foundational tools. Now, it&amp;rsquo;s time to dive into the heart of software delivery: Continuous Integration (CI).&lt;/p&gt;
&lt;p&gt;Traditionally, CI pipelines run every test, every time, regardless of the changes made. While thorough, this can lead to slow feedback loops, wasted computational resources, and developer frustration, especially in large projects. What if your CI pipeline could be smarter? What if it could learn from past failures, understand the impact of code changes, and make intelligent decisions to optimize its own execution?&lt;/p&gt;</description></item><item><title>Chapter 7: Composing Multi-Container Applications</title><link>https://ai-blog.noorshomelab.dev/apple-containers-mac-2026/07-compose-applications/</link><pubDate>Wed, 25 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/apple-containers-mac-2026/07-compose-applications/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 7! So far, you&amp;rsquo;ve mastered the art of running individual Linux containers on your Mac using Apple&amp;rsquo;s powerful &lt;code&gt;container&lt;/code&gt; CLI. You&amp;rsquo;ve built images, run single services, and even understood the fundamental architecture that makes it all possible. That&amp;rsquo;s fantastic!&lt;/p&gt;
&lt;p&gt;But what happens when your application isn&amp;rsquo;t just one simple service? Most modern applications are a collection of interconnected services: a web front-end, a backend API, a database, a caching layer, and perhaps more. Managing each of these as separate &lt;code&gt;container run&lt;/code&gt; commands can quickly become a tangled mess. This is where the concept of &amp;ldquo;composing&amp;rdquo; multi-container applications comes into play.&lt;/p&gt;</description></item><item><title>Chapter 13: Project 2: Deploying a Multi-Service Application to Kubernetes</title><link>https://ai-blog.noorshomelab.dev/devops-journey-2026/project-multi-service-kubernetes/</link><pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/devops-journey-2026/project-multi-service-kubernetes/</guid><description>&lt;h2 id="chapter-13-project-2-deploying-a-multi-service-application-to-kubernetes"&gt;Chapter 13: Project 2: Deploying a Multi-Service Application to Kubernetes&lt;/h2&gt;
&lt;p&gt;Welcome back, future DevOps guru! In our previous Kubernetes adventures, we learned about the fundamental building blocks like Pods, Deployments, and Services. We even deployed a single application. But what happens when your application isn&amp;rsquo;t just one component, but a collection of interconnected services, like a frontend web app talking to a backend API, which might then talk to a database?&lt;/p&gt;</description></item><item><title>Chapter 7: Multi-Container Applications with Docker Compose</title><link>https://ai-blog.noorshomelab.dev/a-complete-beginner-to-advanced-guide-on-docker-engine-29-0-2/chapter-7-multi-container-applications-with-docker-compose/</link><pubDate>Sun, 23 Nov 2025 22:00:12 +0530</pubDate><guid>https://ai-blog.noorshomelab.dev/a-complete-beginner-to-advanced-guide-on-docker-engine-29-0-2/chapter-7-multi-container-applications-with-docker-compose/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In previous chapters, we learned how to build and run individual Docker containers. While this is powerful for isolated services, real-world applications often consist of multiple interconnected services—a web server, a database, a cache, a message queue, etc. Managing these services individually with &lt;code&gt;docker run&lt;/code&gt; can quickly become cumbersome and error-prone. This is where Docker Compose comes into play.&lt;/p&gt;
&lt;p&gt;Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application&amp;rsquo;s services, networks, and volumes. Then, with a single command, you can create and start all the services from your configuration. This chapter will delve into the core concepts of Docker Compose, its benefits, and how to use it effectively to orchestrate complex applications.&lt;/p&gt;</description></item></channel></rss>