<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>All Posts - Shane Hart Solutions</title><link>https://shanehart.solutions/posts/</link><description>All Posts | Shane Hart Solutions</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 14 Jul 2026 15:45:06 +0200</lastBuildDate><atom:link href="https://shanehart.solutions/posts/" rel="self" type="application/rss+xml"/><item><title>CI/CD Pipelines</title><link>https://shanehart.solutions/posts/pipeline/</link><pubDate>Tue, 14 Jul 2026 15:45:06 +0200</pubDate><author>Shane</author><guid>https://shanehart.solutions/posts/pipeline/</guid><description><![CDATA[<p><strong>Beyond the &ldquo;Pipeline&rdquo; Metaphor</strong></p>
<h2 id="what-is-a-pipeline">What is a pipeline</h2>
<p>Continuous Integration and Continuous Delivery (CI/CD) are two halves of the software delivery process. However, referring to this process as a &ldquo;pipeline&rdquo; is an oversimplification, as there is rarely a single source or a fixed end point.</p>
<p>A more accurate comparison is global automotive manufacturing. Developers act as part suppliers, shipping individual components to a central facility where incoming packages are checked against quality and build specifications. This represents Continuous Integration (CI): developers commit code to a shared repository, which automatically triggers a battery of testing suites.</p>]]></description></item><item><title>Go, Where and Why</title><link>https://shanehart.solutions/posts/go-lang/</link><pubDate>Thu, 25 Jun 2026 21:34:33 +0100</pubDate><author>Shane</author><guid>https://shanehart.solutions/posts/go-lang/</guid><description><![CDATA[<h2 id="go-in-comparison">Go in Comparison</h2>
<p>Python is a great starting point for general programming and scripts. But when automation needs reliably across nodes, containers, or CI/CD pipelines, its additional layers slows it down. That is why infrastructure, Kubernetes, Docker, and Terraform are built in Go.</p>
<p>Bash shell scripting is a closely aligned to Go, in terms of its benefit and purpose. I believe Go is quicker to pickup and start using. However, more understanding is required to distinguish the differences.</p>]]></description></item><item><title>Hugo - Static Site Generation guide</title><link>https://shanehart.solutions/posts/20260319/</link><pubDate>Mon, 11 May 2026 18:51:50 +0100</pubDate><author>Shane</author><guid>https://shanehart.solutions/posts/20260319/</guid><description><![CDATA[<h2 id="quick-guide">Quick Guide</h2>
<p>I use Hugo to build this blog site. It is lightweight, simple to pickup and thematically leans into the Linux way of building.
Hugo creates static sites and is designed for performance. It has a strong templating support and allows for re-use and fast implementation.
Hugo runs in terminal and has all functionality (and is actually practical) from CLI, very unusual for [current year].</p>
<p>Let’s run through some important hugo commands:</p>]]></description></item><item><title>Ansible - Configuration Management</title><link>https://shanehart.solutions/posts/my-third-post/</link><pubDate>Mon, 13 Apr 2026 14:40:33 +0100</pubDate><author>Shane</author><guid>https://shanehart.solutions/posts/my-third-post/</guid><description><![CDATA[<h2 id="introduction">Introduction</h2>
<p>This is a beginner taster course, I’m going to use Ansible to deploy and configure a basic web server. I’ll cover the core concepts and we should understand how it works and its place in a DevOps toolbox.</p>
<p>Pros:</p>
<ul>
<li>Easy to read</li>
<li>Uses SSH rather than an Agent ()</li>
<li>quick to deploy consistent configuration across hundreds of linux servers</li>
</ul>
<p>Cons:</p>
<ul>
<li>Limited Windows support - (can’t install directly but can with WSL2)</li>
<li>Being procedural, can cause errors in very large (thousands) or complex infrastructure (dynamic micro servers).</li>
</ul>
<p>Use-cases</p>]]></description></item><item><title>Minimum Viable Kubernetes</title><link>https://shanehart.solutions/posts/second-post/</link><pubDate>Tue, 24 Mar 2026 23:29:19 +0100</pubDate><author>Shane</author><guid>https://shanehart.solutions/posts/second-post/</guid><description><![CDATA[<h2 id="introduction">Introduction</h2>
<p>The minimum circumstances where Kubernetes becomes a logical choice usually fall into three categories: Infrastructure Complexity, Operational Scale, and Business Requirements.</p>
<h2 id="complexity-thresholds">Complexity Thresholds</h2>
<p>If your &ldquo;site&rdquo; is a single monolith or just two containers (App + DB), Kubernetes is almost certainly overkill.
It starts to make sense when you have many services that need to talk to each other, manage their own secrets, and scale independently.
The manual effort of managing them on individual virtual machines (VMs) becomes higher than the effort of running K8s.</p>]]></description></item><item><title>Hello World</title><link>https://shanehart.solutions/posts/first-post/</link><pubDate>Fri, 13 Mar 2026 12:11:12 +0100</pubDate><author>Shane</author><guid>https://shanehart.solutions/posts/first-post/</guid><description><![CDATA[<h2 id="introduction">Introduction</h2>
<p>Purpose: documenting <strong>learning, experience and investigations</strong> using this personal and technical blog.</p>
<p>I have decided to create this using Hugo and LoveIt theme due to the impactful experience with consistent structure.
Learning and self-development often goes overlooked and under valued - I am the worse culprit!</p>
<p>Taking time to process and formally write up my own words both helps to cement learning and offer resources to others interested in the <em>DevOps Journey</em>.</p>]]></description></item></channel></rss>