<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="https://sierrasoftworks.com/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <atom:link href="https://sierrasoftworks.com/rss.xml" rel="self" type="application/rss+xml"/>
    <title>Sierra Softworks Blog</title>
    <link>https://sierrasoftworks.com/</link>
    <description>The official Sierra Softworks blog.</description>
    <language>en-GB</language>
    <pubDate>Wed, 12 Nov 2025 22:04:50 GMT</pubDate>
    <lastBuildDate>Wed, 12 Nov 2025 22:04:50 GMT</lastBuildDate>
    <generator>@vuepress/plugin-feed</generator>
    <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
    <copyright>Copyright © 2025 Sierra Softworks</copyright>
    <category>leadership</category>
    <category>programming</category>
    <category>3d-printing</category>
    <category>business</category>
    <category>technology</category>
    <category>operations</category>
    <category>databases</category>
    <category>development</category>
    <category>advent-of-code</category>
    <category>finance</category>
    <category>home-automation</category>
    <category>psychology</category>
    <category>sre</category>
    <category>processes</category>
    <category>culture</category>
    <category>theory</category>
    <category>security</category>
    <category>github</category>
    <category>hashicorp</category>
    <category>azure</category>
    <category>planning</category>
    <category>observability</category>
    <category>balance</category>
    <category>architecture</category>
    <category>web</category>
    <category>projects</category>
    <category>design</category>
    <item>
      <title>Taking a Stance</title>
      <link>https://sierrasoftworks.com/2025/01/25/taking-a-stance/</link>
      <guid>https://sierrasoftworks.com/2025/01/25/taking-a-stance/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Taking a Stance</source>
      <description>When working on non-trivial problems we&amp;apos;re often faced with the worst
possible challenge: multiple viable options with no clear mutual exclusivity.
This mistake we often make is to simultaneously reach for a plurality, and
ultimately fail on all.

I&amp;apos;ve been spending a lot of time thinking about this problem recently, and
thought I&amp;apos;d share my thoughts on why we do so and how to quantify the impact.
</description>
      <category>leadership</category>
      <pubDate>Sat, 25 Jan 2025 23:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="taking-a-stance" tabindex="-1"><a class="header-anchor" href="#taking-a-stance"><span>Taking a Stance</span></a></h1>
<p>Multi-agent systems, in which several distinct and independent entities interact with one another,
suffer from a key challenge: the complexity of the interactions within the system grows exponentially
as the number of interacting agents increases. This same model maps to organizations and even the
lives of individuals.</p>
<p>As leaders attempting to develop and execute effective strategies, we are often faced with the
need to predict system behaviour and make decisions based on those predictions. As the number of
entities within our strategic model grows, our ability to accurately predict outcomes decreases.</p>
<p>In this post I propose a model for estimating our prediction accuracy, common pitfalls and the impact
they have, and a model which enables us to take appropriate actions regardless.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Creating a Task in .NET</title>
      <link>https://sierrasoftworks.com/2024/11/26/dotnet-task-new/</link>
      <guid>https://sierrasoftworks.com/2024/11/26/dotnet-task-new/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Creating a Task in .NET</source>
      <description>Today I found something surprising - a piece of code in C# which awaited a `new Task(...)`
and which achieved its goal, but did the opposite of what I expected. Indeed, instead
of the task running to completion, it instead never completed. In this post I&amp;apos;ll share
some interesting empirical observations about how this works and talk about how this
differs from asynchronous execution systems in other languages.
</description>
      <category>programming</category>
      <pubDate>Tue, 26 Nov 2024 20:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="creating-a-task-in-net" tabindex="-1"><a class="header-anchor" href="#creating-a-task-in-net"><span>Creating a Task in .NET</span></a></h1>
<p>Today I found something surprising - a piece of code in C# which awaited a <code v-pre>new Task(...)</code>
and which achieved its goal, but did the opposite of what I expected. Indeed, instead
of the task running to completion, it instead never completed. In this post I'll share
some interesting empirical observations about how this works and talk about how this
differs from asynchronous execution systems in other languages.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Prusa XL Review</title>
      <link>https://sierrasoftworks.com/2024/10/24/prusa-xl-review/</link>
      <guid>https://sierrasoftworks.com/2024/10/24/prusa-xl-review/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Prusa XL Review</source>
      <description>I recently had the pleasure of building and using a Prusa XL 3D printer alongside my
trusty Voron 2.4R2. It&amp;apos;s a very different experience, with a very different set of
trade-offs, for a very different price-point. Since I haven&amp;apos;t found many reviews
which dive into the technical details of the Prusa XL, I thought I&amp;apos;d share my thoughts
and experiences here.
</description>
      <category>3d-printing</category>
      <pubDate>Thu, 24 Oct 2024 12:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="prusa-xl-review" tabindex="-1"><a class="header-anchor" href="#prusa-xl-review"><span>Prusa XL Review</span></a></h1>
<p>The Prusa XL is a high-end Core-XY 3D printer from Prusa Research, the technical specifications of
which you can find on their <a href="https://www.prusa3d.com/original-prusa-xl/" target="_blank" rel="noopener noreferrer">product page</a>. I was recently
looking add another printer to my home lab, alongside my trusty Voron 2.4R2, and the Prusa XL was one
of several printers I considered - it is also ultimately the one I chose to purchase based on its unique
set of trade-offs.</p>
<img src="//cdn.sierrasoftworks.com/blog/2024-10-24-prusa-xl-dark.jpg" width="500" alt="An image of the Prusa XL." />
<p>The biggest challenge I faced making this decision was the lack of any deep technical reviews of the Prusa
XL, so I'm going to try and close that gap here by sharing my thoughts and experiences through the lens of
someone who has spent the last couple of years diving into the guts of what makes for a reliable 3D printer.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Illusions as a Service</title>
      <link>https://sierrasoftworks.com/2024/06/01/illusions/</link>
      <guid>https://sierrasoftworks.com/2024/06/01/illusions/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Illusions as a Service</source>
      <description>The typical tech sales pitch you&amp;apos;ll see today, especially in the age of AI,
reads more like a magician&amp;apos;s prelude than the matter-of-fact boxes your
grandfather&amp;apos;s (or grandmother&amp;apos;s) drill came in. Let&amp;apos;s talk a bit about
reality, business decisions, and understanding what you&amp;apos;re buying in a world
where sellers control the narrative.
</description>
      <category>business</category>
      <category>technology</category>
      <pubDate>Sat, 01 Jun 2024 03:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="illusions-as-a-service" tabindex="-1"><a class="header-anchor" href="#illusions-as-a-service"><span>Illusions as a Service</span></a></h1>
<p>The world today strikes a particularly jarring contrast with the one I grew up
in. Buzz-words and gimmicks have taken center stage in an environment where a
&quot;cheap&quot; alternative can be found for threepence on the quart (or however that
monetary system worked).</p>
<p>To compete in a sea of identical products, companies pitch differentiating
features, many of which seem to have been crafted through a haphazard &quot;Cards
against Humanity&quot; approach where every second card is the word &quot;AI&quot;. Before that
it was &quot;Blockchain&quot;, and before that &quot;The Cloud&quot;.</p>
<p>Thing is, for all that these products will try to convince you that they have
the singular ability to magically solve whatever problem you face; the simple
reality is that the laws of physics cannot be negotiated with.</p>
<p>There is no magic, you cannot beat the Shannon compression limit, you can't
move information faster than the speed of light, and you must choose between
consistency or availability.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Fixing PostgreSQL Sequence Numbers</title>
      <link>https://sierrasoftworks.com/2024/05/28/postgres-sequence-fix/</link>
      <guid>https://sierrasoftworks.com/2024/05/28/postgres-sequence-fix/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Fixing PostgreSQL Sequence Numbers</source>
      <description>If you&amp;apos;ve found yourself in a situation where your PostgreSQL database
sequence numbers are out of sync with the data in your tables, you&amp;apos;ll likely
want to get to fixing that - let me show you how.
</description>
      <category>operations</category>
      <category>databases</category>
      <pubDate>Tue, 28 May 2024 12:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="fixing-postgresql-sequence-numbers" tabindex="-1"><a class="header-anchor" href="#fixing-postgresql-sequence-numbers"><span>Fixing PostgreSQL Sequence Numbers</span></a></h1>
<p>If you've found yourself in a situation where your PostgreSQL database
sequence numbers are out of sync with the data in your tables, you'll likely
want to get to fixing that.</p>
<p>This script is intended to automatically fix the sequence numbers for all tables in the current database.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Fixing Coverage Stats</title>
      <link>https://sierrasoftworks.com/2024/04/29/coverage-stats/</link>
      <guid>https://sierrasoftworks.com/2024/04/29/coverage-stats/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Fixing Coverage Stats</source>
      <description>Every now and then you&amp;apos;ll find automated code coverage tooling getting in the way
of you landing changes when you&amp;apos;re pretty certain you&amp;apos;ve written tests for the code
in question... Let&amp;apos;s talk about how code coverage works and what you can do to unblock
yourself.
</description>
      <category>development</category>
      <pubDate>Mon, 29 Apr 2024 12:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="fixing-coverage-stats" tabindex="-1"><a class="header-anchor" href="#fixing-coverage-stats"><span>Fixing Coverage Stats</span></a></h1>
<p>Every now and then you'll find automated code coverage tooling getting in the way
of you landing changes when you're pretty certain you've written tests for the code
in question.</p>
<p>Let's take some time to dig into how code coverage works and then use that new knowledge
to find ways to unblock ourselves.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Be Right, Nicely</title>
      <link>https://sierrasoftworks.com/2024/01/26/be-right-nicely/</link>
      <guid>https://sierrasoftworks.com/2024/01/26/be-right-nicely/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Be Right, Nicely</source>
      <description>Being right is something that, as an industry, we tend to place a lot of
value on. Some companies go as far as to make it one of their guiding
values. Whether you subscribe to the merits of that or not, one common
virtue we should all be able to agree on is that when we do happen to
get things right, it is important to do so in a constructive manner.

Today I&amp;apos;m going to spend a bit of time talking about how important
your reaction to being right is when building a team culture.
</description>
      <category>development</category>
      <category>leadership</category>
      <pubDate>Fri, 26 Jan 2024 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="be-right-nicely" tabindex="-1"><a class="header-anchor" href="#be-right-nicely"><span>Be Right, Nicely</span></a></h1>
<p>In the software and computer industry, we have a tendency to assume that the
world, its inhabitants, and most of all ourselves are deterministically
rational beings. At the risk of inciting the ire of the orange site, this is
patently inaccurate and allows us to justify a diverse array of logical
fallacies.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Optimizing Data Algorithms</title>
      <link>https://sierrasoftworks.com/2023/12/14/optimizing-data-algorithms/</link>
      <guid>https://sierrasoftworks.com/2023/12/14/optimizing-data-algorithms/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Optimizing Data Algorithms</source>
      <description>Advent of Code 2023 has just kicked off, and I&amp;apos;m going to try something a bit
different this year, I&amp;apos;m going to try and share useful concepts and patterns
that play a role in solving each day&amp;apos;s puzzle.

Today, I&amp;apos;m going to talk about some how I go about optimizing algorithms for
practical performance on data-intensive problems in Rust.
</description>
      <category>development</category>
      <category>advent-of-code</category>
      <pubDate>Thu, 14 Dec 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="optimizing-data-algorithms" tabindex="-1"><a class="header-anchor" href="#optimizing-data-algorithms"><span>Optimizing Data Algorithms</span></a></h1>
<p>Advent of Code 2023 has just kicked off, and I'm going to try something a bit
different this year, I'm going to try and share useful concepts and patterns
that play a role in solving each day's puzzle.</p>
<p>Today, I'm going to talk about some how I go about optimizing algorithms for
practical performance on data-intensive problems in Rust. I find that knowing
how to optimize algorithms for practical performance is one of those skills that
many overlook because it's rarely talked about, and yet it can have significant
implications on performance for your applications.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Debugging Shapes</title>
      <link>https://sierrasoftworks.com/2023/12/10/debugging-shapes/</link>
      <guid>https://sierrasoftworks.com/2023/12/10/debugging-shapes/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Debugging Shapes</source>
      <description>Advent of Code 2023 has just kicked off, and I&amp;apos;m going to try something a bit
different this year, I&amp;apos;m going to try and share useful concepts and patterns
that play a role in solving each day&amp;apos;s puzzle.

Today, I want to talk about some cool tricks for visualizing shapes in your
application&amp;apos;s debug output by taking advantage of Unicode&amp;apos;s Box-drawing
characters.
</description>
      <category>development</category>
      <category>advent-of-code</category>
      <pubDate>Sun, 10 Dec 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="debugging-shapes" tabindex="-1"><a class="header-anchor" href="#debugging-shapes"><span>Debugging Shapes</span></a></h1>
<p>Advent of Code 2023 has just kicked off, and I'm going to try something a bit
different this year, I'm going to try and share useful concepts and patterns
that play a role in solving each day's puzzle.</p>
<p>Today, I want to talk about some cool tricks for visualizing shapes in your
application's debug output by taking advantage of Unicode's Box-drawing
characters. Most humans are visual creatures and have an incredible ability to
spot patterns and interpret visual representations of data, so taking advantage
of some of the tricks I've previously shared in <RouteLink to="/posts/2023-12-03-rust-display.html">Displaying Objects in Rust</RouteLink>,
we can make our debugging output much more useful.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Sortable Objects</title>
      <link>https://sierrasoftworks.com/2023/12/07/sortable-objects/</link>
      <guid>https://sierrasoftworks.com/2023/12/07/sortable-objects/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Sortable Objects</source>
      <description>Advent of Code 2023 has just kicked off, and I&amp;apos;m going to try something a bit
different this year, I&amp;apos;m going to try and share useful concepts and patterns
that play a role in solving each day&amp;apos;s puzzle.

Today, I wanted to talk about making your objects sortable and how you can use
this to take advantage of the built-in sort functionality in your language of
choice.
</description>
      <category>development</category>
      <category>advent-of-code</category>
      <pubDate>Thu, 07 Dec 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="sortable-objects" tabindex="-1"><a class="header-anchor" href="#sortable-objects"><span>Sortable Objects</span></a></h1>
<p>Advent of Code 2023 has just kicked off, and I'm going to try something a bit
different this year, I'm going to try and share useful concepts and patterns
that play a role in solving each day's puzzle.</p>
<p>Today, I wanted to talk about making your objects sortable and how you can use
this to take advantage of the built-in sort functionality in your language of
choice. This is an incredibly useful pattern to know about, and one which I
found useful for Day 7 of Advent of Code 2023.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Solving Hard Problems</title>
      <link>https://sierrasoftworks.com/2023/12/06/solving-hard-problems/</link>
      <guid>https://sierrasoftworks.com/2023/12/06/solving-hard-problems/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Solving Hard Problems</source>
      <description>Advent of Code 2023 has just kicked off, and I&amp;apos;m going to try something a bit
different this year, I&amp;apos;m going to try and share useful concepts and patterns
that play a role in solving each day&amp;apos;s puzzle.

Today, I wanted to share a little bit of how I approach solving hard problems,
and specifically how I set things up to make it easier to remain engaged in the
face of ongoing challenges.
</description>
      <category>development</category>
      <category>advent-of-code</category>
      <pubDate>Wed, 06 Dec 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="solving-hard-problems" tabindex="-1"><a class="header-anchor" href="#solving-hard-problems"><span>Solving Hard Problems</span></a></h1>
<p>Advent of Code 2023 has just kicked off, and I'm going to try something a bit
different this year, I'm going to try and share useful concepts and patterns
that play a role in solving each day's puzzle.</p>
<p>Today, I wanted to share a little bit of how I approach solving hard problems,
and specifically how I set things up to make it easier to remain engaged in the
face of ongoing challenges.</p>
<p>I think this is particularly relevant to Advent of Code, because the puzzles
continue to get harder each day and at some point all of us will struggle with
a problem that we just can't seem to get a solution for. I find that having a
process for remaining engaged in the face of a challenge is a superpower that
will help you grow beyond what you thought you were capable of.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Dynamic Programming</title>
      <link>https://sierrasoftworks.com/2023/12/04/dynamic-programming/</link>
      <guid>https://sierrasoftworks.com/2023/12/04/dynamic-programming/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Dynamic Programming</source>
      <description>Advent of Code 2023 has just kicked off, and I&amp;apos;m going to try something a bit
different this year, I&amp;apos;m going to try and share useful concepts and patterns
that play a role in solving each day&amp;apos;s puzzle.

Today, we&amp;apos;re looking at how you can use dynamic programming to save yourself
a lot of computation, and how I spot and reason my way towards solutions in
this space.
</description>
      <category>development</category>
      <category>advent-of-code</category>
      <pubDate>Mon, 04 Dec 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="dynamic-programming" tabindex="-1"><a class="header-anchor" href="#dynamic-programming"><span>Dynamic Programming</span></a></h1>
<p>Advent of Code 2023 has just kicked off, and I'm going to try something a bit
different this year, I'm going to try and share useful concepts and patterns
that play a role in solving each day's puzzle.</p>
<p>Today, we're looking at how you can use dynamic programming to save yourself
a lot of computation, and how I spot and reason my way towards solutions in
this space.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Displaying Objects in Rust</title>
      <link>https://sierrasoftworks.com/2023/12/03/rust-display/</link>
      <guid>https://sierrasoftworks.com/2023/12/03/rust-display/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Displaying Objects in Rust</source>
      <description>Advent of Code 2023 has just kicked off, and I&amp;apos;m going to try something a bit
different this year, I&amp;apos;m going to try and share useful concepts and patterns
that play a role in solving each day&amp;apos;s puzzle.

Today, we&amp;apos;re looking at how you can render objects to human readable representations
in Rust, and how you can use that to make debugging your code easier.
</description>
      <category>development</category>
      <category>advent-of-code</category>
      <pubDate>Sun, 03 Dec 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="displaying-objects-in-rust" tabindex="-1"><a class="header-anchor" href="#displaying-objects-in-rust"><span>Displaying Objects in Rust</span></a></h1>
<p>Advent of Code 2023 has just kicked off, and I'm going to try something a bit
different this year, I'm going to try and share useful concepts and patterns
that play a role in solving each day's puzzle.</p>
<p>Today, we're looking at how you can render objects to human readable representations
in Rust, and how you can use that to make debugging your code easier.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Type Converters in Rust</title>
      <link>https://sierrasoftworks.com/2023/12/02/from-rust/</link>
      <guid>https://sierrasoftworks.com/2023/12/02/from-rust/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Type Converters in Rust</source>
      <description>Advent of Code 2023 has just kicked off, and I&amp;apos;m going to try something a bit
different this year, I&amp;apos;m going to try and share useful concepts and patterns
that play a role in solving each day&amp;apos;s puzzle.

Today, we&amp;apos;re looking at how type converters work in Rust, and how you can use
them to create intuitive interfaces for your types.
</description>
      <category>development</category>
      <category>advent-of-code</category>
      <pubDate>Sat, 02 Dec 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="type-converters-in-rust" tabindex="-1"><a class="header-anchor" href="#type-converters-in-rust"><span>Type Converters in Rust</span></a></h1>
<p>Advent of Code 2023 has just kicked off, and I'm going to try something a bit
different this year, I'm going to try and share useful concepts and patterns
that play a role in solving each day's puzzle.</p>
<p>Today, we're looking at how type converters work in Rust, and how you can use
them to create intuitive interfaces for your types.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Iterators in Rust</title>
      <link>https://sierrasoftworks.com/2023/12/01/rust-iterators/</link>
      <guid>https://sierrasoftworks.com/2023/12/01/rust-iterators/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Iterators in Rust</source>
      <description>Advent of Code 2023 has just kicked off, and I&amp;apos;m going to try something a bit
different this year, I&amp;apos;m going to try and share useful concepts and patterns
that play a role in solving each day&amp;apos;s puzzle.

Today, we&amp;apos;re looking at iterators (in Rust) and how they can be used to
simplify your code by abstracting away the complex details of incremental
computation.
</description>
      <category>development</category>
      <category>advent-of-code</category>
      <pubDate>Fri, 01 Dec 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="iterators-in-rust" tabindex="-1"><a class="header-anchor" href="#iterators-in-rust"><span>Iterators in Rust</span></a></h1>
<p>Advent of Code 2023 has just kicked off, and I'm going to try something a bit
different this year, I'm going to try and share useful concepts and patterns
that play a role in solving each day's puzzle.</p>
<p>Today, we're looking at iterators (in Rust) and how they can be used to
simplify your code by abstracting away the complex details of incremental
computation.</p>
]]></content:encoded>
    </item>
    <item>
      <title>YNAB Automation</title>
      <link>https://sierrasoftworks.com/2023/11/26/ynab-automation/</link>
      <guid>https://sierrasoftworks.com/2023/11/26/ynab-automation/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">YNAB Automation</source>
      <description>I&amp;apos;ve been using GitHub Actions to automate our household budgeting and investment tracking
for the past few years, so I wanted to share not only how I&amp;apos;ve done it, but also how you can
set it up yourself.
</description>
      <category>finance</category>
      <category>home-automation</category>
      <pubDate>Sun, 26 Nov 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="ynab-automation" tabindex="-1"><a class="header-anchor" href="#ynab-automation"><span>YNAB Automation</span></a></h1>
<p>Over the years I have tried several different budgeting tools, from spreadsheets, to desktop applications,
to one-person-startups, and finally to <a href="https://www.ynab.com" target="_blank" rel="noopener noreferrer">YNAB</a>. They've all had their quirks and limitations,
but in the end YNAB is the one I've hated the least, and with some creative automation, I've been able to
close the deal-breaking gaps in its functionality and happily use it for several years now.</p>
<p>In this post, I'll share how I've set built and hosted my own YNAB automation system, and how you can
easily (literally a few minutes) set up your own.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Ductile Burnout</title>
      <link>https://sierrasoftworks.com/2023/04/01/ductile-burnout/</link>
      <guid>https://sierrasoftworks.com/2023/04/01/ductile-burnout/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Ductile Burnout</source>
      <description>Burnout is one of those terms that most of us have heard
used in our professional lives, many of us have been
subject to, and yet few of us really have a means of
grasping the severity of the problem or when it goes
too far.

Hopefully this post will give you some ideas no how to
reason about burnout in both your professional and
personal environments.
</description>
      <category>development</category>
      <category>psychology</category>
      <pubDate>Sat, 01 Apr 2023 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="ductile-burnout" tabindex="-1"><a class="header-anchor" href="#ductile-burnout"><span>Ductile Burnout</span></a></h1>
<p>Burnout is one of those terms that most of us have heard
used in our professional lives, many of us have been
subject to, and yet few of us really have a means of
grasping the severity of the problem or when it goes
too far.</p>
<p>Hopefully this post will give you some ideas no how to
reason about burnout in both your professional and
personal environments.</p>
]]></content:encoded>
    </item>
    <item>
      <title>ASP.NET Lock Contention</title>
      <link>https://sierrasoftworks.com/2022/07/22/aspnet-api-locks/</link>
      <guid>https://sierrasoftworks.com/2022/07/22/aspnet-api-locks/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">ASP.NET Lock Contention</source>
      <description>If you&amp;apos;re running an API on ASP.NET (.NET Framework) there&amp;apos;s a good chance
that you&amp;apos;re losing a significant amount of performance and potential concurrency
to a default feature you don&amp;apos;t need.

I&amp;apos;ll walk you through this feature, how it works, why it&amp;apos;s a problem and how
you can go about disabling it.
</description>
      <category>development</category>
      <category>sre</category>
      <pubDate>Fri, 22 Jul 2022 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="asp-net-lock-contention" tabindex="-1"><a class="header-anchor" href="#asp-net-lock-contention"><span>ASP.NET Lock Contention</span></a></h1>
<p>If you're running a (large) API on ASP.NET (.NET Framework) there's a good chance that
you're significantly throughput and concurrency limited. Part of this is no doubt due to
the relative performance increases we've seen in ASP.NET Core over the years, but I'm here
to show you a one line change you can make which (depending on your use case) might unlock
a significant amount of additional performance headroom.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Commenting in Reviews</title>
      <link>https://sierrasoftworks.com/2022/06/13/commenting-in-reviews/</link>
      <guid>https://sierrasoftworks.com/2022/06/13/commenting-in-reviews/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Commenting in Reviews</source>
      <description>Reviewing documents and code is something engineers and managers are commonly
called upon to do. It&amp;apos;s a great way to socialize knowledge, improve clarity,
and support the production of high quality artifacts. How we write comments can
make a significant difference in our ability to influence those positive outcomes.
</description>
      <category>processes</category>
      <category>culture</category>
      <pubDate>Mon, 13 Jun 2022 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="commenting-in-reviews" tabindex="-1"><a class="header-anchor" href="#commenting-in-reviews"><span>Commenting in Reviews</span></a></h1>
<p>As engineers, managers, friends, or family members we are often called upon to review
the work of others. Reviews are a critical part of our professional social contract and
give us the opportunity to build cohesion, socialize knowledge, improve clarity, and
support the production of high quality artifacts.</p>
<p>How we comment in a review determines whether we are able to foster those positive
outcomes, or end up in a confrontation over the validity of our distinct perspectives.
In this blog post I'll talk about how you can approach reviews in a manner which is
more likely to succeed in more situations.</p>
]]></content:encoded>
    </item>
    <item>
      <title>What could SRE be?</title>
      <link>https://sierrasoftworks.com/2022/06/08/what-could-sre-be/</link>
      <guid>https://sierrasoftworks.com/2022/06/08/what-could-sre-be/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">What could SRE be?</source>
      <description>Thoughts on the role of Site Reliability Engineering in the modern software
development environment.
</description>
      <category>sre</category>
      <category>theory</category>
      <pubDate>Wed, 08 Jun 2022 00:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="what-is-site-reliability-engineering" tabindex="-1"><a class="header-anchor" href="#what-is-site-reliability-engineering"><span>What is Site Reliability Engineering?</span></a></h1>
<p>Site Reliability Engineering is an incredibly interesting field, one which has straddled
the interesting line of both being relatively clearly defined and being hugely open to
interpretation. For many familiar with it, the idea of SRE brings thoughts of SLI/SLO/SLAs,
incident response, on-call, and an obsession with system architecture and failure modes. For
others, the line between concepts like DevOps and SRE is hard to make out, and to add yet
another perspective to the pile - it can simply mean &quot;we want to hire an ops team, but nobody
wants to work for us unless we call it something else&quot;.</p>
<p>Recently, Niall Murphy (one of the original authors of the (in)famous Google SRE Book) wrote
<a href="https://blog.relyabilit.ie/what-sre-could-be/" target="_blank" rel="noopener noreferrer">a thought provoking piece</a> about the future of
SRE and the assumptions that underpin it. It does a great job of articulating some of the
problems that have consistently worn a blister in my experience of SRE - especially when it comes
to articulating what it is we do to leadership.</p>
<p>I'd like to present what Site Reliability Engineering means to me and a hypothesis for what
SRE may be when we take a step back from some of the implementation details.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Using Vault with GitHub Actions</title>
      <link>https://sierrasoftworks.com/2021/12/20/vault-github-actions/</link>
      <guid>https://sierrasoftworks.com/2021/12/20/vault-github-actions/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Using Vault with GitHub Actions</source>
      <description>GitHub Actions has recently introduced support for OIDC tokens within your
workflows, and this can be paired with Hashicorp Vault to provide a secure
secrets management solution for your workflow. This is especially valuable
if you&amp;apos;re planning on using Vault to manage short-lived secrets for your
deployments.
</description>
      <category>security</category>
      <category>github</category>
      <category>hashicorp</category>
      <pubDate>Mon, 20 Dec 2021 10:18:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="using-vault-with-github-actions" tabindex="-1"><a class="header-anchor" href="#using-vault-with-github-actions"><span>Using Vault with GitHub Actions</span></a></h1>
<p>So, you're using GitHub Actions to deploy your project and have tossed some
service principal credentials into your GitHub Actions Secrets to let you
do so. The birds are signing, the sun is shining, an hackers are hacking your
code coverage service...</p>
<p>How confident are you that your service principal credentials aren't
compromised? If you're like me, that number goes to zero very, very quickly.
Rotating them for hundreds of repositories and service principals is far from
a simple task, and I hate having to do complex work - so let's look at a better
solution.</p>
<p>Enter <a href="https://www.vaultproject.io/" target="_blank" rel="noopener noreferrer">Hashicorp Vault</a>, a comprehensive secrets
management platform which (amongst other things) lets you issue short lived
credentials with limited permissions. If configured correctly, this can help
greatly reduce the risk surface area for compromised credentials and minimize
the operator overhead associated with managing them.</p>
<p>This blog post is a top-to-bottom run-through of setting up Hashicorp Vault
and GitHub Actions so that you can easily consume secrets from your GitHub
Actions workflows.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Hashicorp Vault on Azure Functions</title>
      <link>https://sierrasoftworks.com/2021/12/19/vault-on-azure-functions/</link>
      <guid>https://sierrasoftworks.com/2021/12/19/vault-on-azure-functions/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Hashicorp Vault on Azure Functions</source>
      <description>Hashicorp Vault is an awesome platform to use for managing secrets
across your environment, and being free and open source, it should have
a pretty low barrier to entry. Unfortunately, setting up Vault can be
a bit of a mission and running a cluster can be quite costly.

Let&amp;apos;s put an end to that by using Azure Functions to run a Vault server
for a fraction of a dollar per month.
</description>
      <category>security</category>
      <category>azure</category>
      <pubDate>Sun, 19 Dec 2021 19:32:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="hashicorp-vault-on-azure-functions" tabindex="-1"><a class="header-anchor" href="#hashicorp-vault-on-azure-functions"><span>Hashicorp Vault on Azure Functions</span></a></h1>
<p>I've long been a fan of Hashicorp's <a href="https://www.vaultproject.io/" target="_blank" rel="noopener noreferrer">Vault</a> for
its ability to go far beyond the traditional &quot;key/value&quot; secrets management solution.
Even &quot;advanced&quot; offerings like Azure's KeyVault tend to barely scratch the surface
of what is possible with Hashicorp Vault.</p>
<p>Unfortunately, for all that Vault is phenomenally powerful, it is also a fair bit more
difficult to setup and run than its cloud-native counterparts. Where deploying an
Azure KeyVault only takes a few clicks and runs almost for free, Hashicorp Vault's
suggested configuration relies on you building and maintaining a cluster of virtual
machines, which is a lot of additional work and cost.</p>
<p>While I'm not averse to putting in effort and paying a bit of money for a good service,
I'm also not going to do so if there is an easier solution at hand. This blob post
is a (not so quick) run through of how to run Vault without the overhead of managing
your own cluster, and without needing to spend a small fortune on virtual machines.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Inner-Loop Planning for SRE Teams</title>
      <link>https://sierrasoftworks.com/2021/06/14/tactical-planning/</link>
      <guid>https://sierrasoftworks.com/2021/06/14/tactical-planning/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Inner-Loop Planning for SRE Teams</source>
      <description>In the world of Site Reliability Engineering, there is a fine balance to be struck
between working on things that have been planned for &amp;quot;up-front&amp;quot; and dealing with
&amp;quot;on-demand&amp;quot; work that emerges due to the nature of the role. The task of balancing
this work can be thought of as a control system and optimizing its operation is
critical to the success of the team.
</description>
      <category>sre</category>
      <category>planning</category>
      <pubDate>Mon, 14 Jun 2021 22:36:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="inner-loop-planning-for-sre-teams" tabindex="-1"><a class="header-anchor" href="#inner-loop-planning-for-sre-teams"><span>Inner-Loop Planning for SRE Teams</span></a></h1>
<p>When it comes to planning and strategy; Site Reliability Engineering teams walk a fine line.
On one side of this line is a team who is closely aligned with the product group's priorities,
to the point where they cannot be distinguished from one another (staff augmentation). On the
other side is a separate operations team who only peripherally works on the same product as
the product group.</p>
<p>Neither of these extremes is healthy and a well functioning SRE team will attempt to strike a
balance between the two. In my mind, our goal is to balance the broomstick in the palm of our
hand. This kind of balance trick is one that every control systems engineer is familiar with
and the technique for solving it is a well trodden path. Let's discuss it and use it to formulate
a method for planning how your team works on a daily basis.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How Async Works</title>
      <link>https://sierrasoftworks.com/2021/04/25/how-async-works/</link>
      <guid>https://sierrasoftworks.com/2021/04/25/how-async-works/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">How Async Works</source>
      <description>How Async Works Modern languages are increasingly moving towards async as the default means by which concurrency and I/O are managed, reducing our visibility into the threads an...</description>
      <category>development</category>
      <pubDate>Sun, 25 Apr 2021 17:25:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="how-async-works" tabindex="-1"><a class="header-anchor" href="#how-async-works"><span>How Async Works</span></a></h1>
<p>Modern languages are increasingly moving towards <code v-pre>async</code> as the default means by which
concurrency and I/O are managed, reducing our visibility into the threads and processes
which underpin our code. The promise is that, by tossing a few <code v-pre>async</code> and <code v-pre>await</code>s around
your codebase, you'll achieve scaling nirvana - but as with all magic, there is a dark side.</p>
<p>Over the course of my career, I have spent a lot of time leveraging and debugging asynchronous
code across a range of different languages. One of the things that has helped me do so is
a solid mental model of how a feature like <code v-pre>async</code> is implemented and the impact that has.
This blog post is my rough attempt at explaining that.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Building Dashboards</title>
      <link>https://sierrasoftworks.com/2021/03/30/building-dashboards/</link>
      <guid>https://sierrasoftworks.com/2021/03/30/building-dashboards/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Building Dashboards</source>
      <description>Building good dashboards for the services you operate can seem like a
daunting prospect, let&amp;apos;s see if we can make it a bit easier to reason
about.
</description>
      <category>sre</category>
      <category>observability</category>
      <pubDate>Tue, 30 Mar 2021 22:14:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="building-dashboards" tabindex="-1"><a class="header-anchor" href="#building-dashboards"><span>Building Dashboards</span></a></h1>
<p>Dashboards are one of those things which sound easy to get right on the surface,
but often fall short of expectations. In the majority of cases, my experience has
been that they, at best, do not support an investigation and at worst can actively
hinder it.</p>
<p>That is a huge pity, because when they are done well, dashboards can be one of your
most powerful tools for showcasing the current state of your system and enabling
engineers to rapidly track down failures.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Blueprint for a Monitoring Stack</title>
      <link>https://sierrasoftworks.com/2021/02/14/recipe-for-a-monitoring-service/</link>
      <guid>https://sierrasoftworks.com/2021/02/14/recipe-for-a-monitoring-service/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Blueprint for a Monitoring Stack</source>
      <description>Lessons learnt and thoughts on how to design a full monitoring stack which supports
your company&amp;apos;s success and prioritizes the happiness of your customers.
</description>
      <category>development</category>
      <category>operations</category>
      <category>theory</category>
      <pubDate>Sun, 14 Feb 2021 01:53:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="blueprint-for-a-monitoring-stack" tabindex="-1"><a class="header-anchor" href="#blueprint-for-a-monitoring-stack"><span>Blueprint for a Monitoring Stack</span></a></h1>
<p>At one point in my career, I spent over two years building a monitoring stack. It started out
the way many do; with people staring at dashboards, hoping to divine the secrets of production
from ripples in gravitational waves before an outage occurred. The most experienced engineers
could sometimes spot the high energy particles as they were about to flip bits, but I never
got that good.</p>
<p>Over these two years we was able to transform not just the technology used, but the entire
way the organization viewed monitoring, eventually removing the need for a <abbr title="Network Operations Center">NOC</abbr> altogether.
To achieve this, we spent a lot of time focusing on what is important and, more importantly,
what is irrelevant in a monitoring system.</p>
<p>What I'm going to describe here isn't that stack specifically, but rather the key design
decisions and crucial pieces which allowed us to build something successful and which have
left me wishing for something equivalent in everywhere I've worked since. If you're planning
to build a monitoring stack from the ground up, this might be a good place to start.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Devil&amp;apos;s Advocate in Operations</title>
      <link>https://sierrasoftworks.com/2021/02/10/devils-advocate-role/</link>
      <guid>https://sierrasoftworks.com/2021/02/10/devils-advocate-role/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Devil&amp;apos;s Advocate in Operations</source>
      <description>Escaping from group think when solving complex problems as a group can be challenging
and having a dedicated role within the group whose job it is to look for counter arguments
and challenge assumptions can help, if done right.
</description>
      <category>operations</category>
      <pubDate>Wed, 10 Feb 2021 18:37:07 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="devil-s-advocate-in-operations" tabindex="-1"><a class="header-anchor" href="#devil-s-advocate-in-operations"><span>Devil's Advocate in Operations</span></a></h1>
<p>Around the world, Israeli intelligence agencies have a reputation for punching well above their weight.
For a country of less than 10 million people, they compete with nations orders of magnitude larger and
have routinely demonstrated an ability to achieve far more than their larger cousins.</p>
<p>There are many factors which play a role in this, but today I'd like to focus on a small keynote in that
story which has, on numerous occasions, been the primary factor in advancing the reliability of the
services I support. That factor is the role of the &quot;Devil's Advocate&quot;.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Designing Human Systems</title>
      <link>https://sierrasoftworks.com/2020/05/15/designing-human-systems/</link>
      <guid>https://sierrasoftworks.com/2020/05/15/designing-human-systems/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Designing Human Systems</source>
      <description>Working in Site Reliability Engineering is something akin to driving. You&amp;apos;re part of a system
which is attempting to travel from point A to point B as rapidly as possible without having
a serious accident. Here, I talk about how balancing investments in our observability and velocity
help us achieve this goal.
</description>
      <category>sre</category>
      <category>balance</category>
      <pubDate>Fri, 15 May 2020 08:00:52 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="designing-human-systems" tabindex="-1"><a class="header-anchor" href="#designing-human-systems"><span>Designing Human Systems</span></a></h1>
<p>Recently I was having a conversation with a colleague who asserted that we (SREs) are broadly the
types of engineer who, if given the choice, try to focus on perfecting the fundamentals. This
surprised me, because if you were to ask me about my views on engineering, I'd probably lean
in a slightly different direction.</p>
<p>My personal view on SRE is that its a game of balance. We're not Software Engineers, we're
not Operations Engineers and we're also not Security Engineers. We tread a fine line in the
middle, pushing on aspects of the broader (humans included) system to help it find a stable
equilibrium in which it delivers maximum value for all stakeholders. That kind of balancing
requires a very pragmatic, flexible approach and often depends more on the subtleties of the
system at hand than a rigidly theoretical approach can offer.</p>
<p>With that in mind, I think that as engineers, we need to focus on building systems that support
that healthy equilibrium. Doing so means balancing a wide range of requirements from different,
often competing, stakeholders while attempting to divine what the future may bring. In my
experience, however, all of this becomes much easier to deal with if you can solve two key
problems: velocity and observability.</p>
<p>Before I dive into that, let's quickly talk about that experience.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Fight COVID with F@H</title>
      <link>https://sierrasoftworks.com/2020/03/21/folding-covid/</link>
      <guid>https://sierrasoftworks.com/2020/03/21/folding-covid/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Fight COVID with F@H</source>
      <description>Support efforts to combat COVID-19 by contributing to the Folding@Home project using this Azure template.
</description>
      <pubDate>Sat, 21 Mar 2020 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>App Updates</title>
      <link>https://sierrasoftworks.com/2019/10/15/app-updates/</link>
      <guid>https://sierrasoftworks.com/2019/10/15/app-updates/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">App Updates</source>
      <description>App Updates Today I work as an SRE, surrounded by dozens of complex systems designed to make the process of taking code we write and exposing it to customers. It&amp;apos;s easy to forge...</description>
      <category>development</category>
      <pubDate>Tue, 15 Oct 2019 12:21:22 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="app-updates" tabindex="-1"><a class="header-anchor" href="#app-updates"><span>App Updates</span></a></h1>
<p>Today I work as an SRE, surrounded by dozens of complex systems designed to make the process of
taking code we write and exposing it to customers. It's easy to forget that software deployment
itself is a problem that many developers have not yet solved.</p>
<p>Today I'd like to run you through a straightforward process I recently implemented for <a href="https://github.com/sierrasoftworks/git-tool" target="_blank" rel="noopener noreferrer">Git Tool</a>
to enable automated updates with minimal fuss. It's straightforward, easy to implement and works
without any fancy tooling.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Live Unit Testing .NET Core - Where are my tests?</title>
      <link>https://sierrasoftworks.com/2019/10/11/live-unit-testing-dotnet-core-no-tests/</link>
      <guid>https://sierrasoftworks.com/2019/10/11/live-unit-testing-dotnet-core-no-tests/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Live Unit Testing .NET Core - Where are my tests?</source>
      <description>Live Unit Testing .NET Core - Where are my tests? So you&amp;apos;re sitting in front of your computer, wondering why your unit tests won&amp;apos;t show up in Visual Studio&amp;apos;s Live Test Window. T...</description>
      <category>development</category>
      <pubDate>Fri, 11 Oct 2019 13:08:17 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="live-unit-testing-net-core-where-are-my-tests" tabindex="-1"><a class="header-anchor" href="#live-unit-testing-net-core-where-are-my-tests"><span>Live Unit Testing .NET Core - Where are my tests?</span></a></h1>
<p>So you're sitting in front of your computer, wondering why your unit tests won't
show up in Visual Studio's Live Test Window. They appear fine in the normal Tests
Window and they run without problems, you haven't done anything weird and all you
want is to be able to see whether your code works.</p>
<p>You're not alone and there is a solution!</p>
]]></content:encoded>
    </item>
    <item>
      <title>.gitignore unicode</title>
      <link>https://sierrasoftworks.com/2019/07/12/gitignore-unicode/</link>
      <guid>https://sierrasoftworks.com/2019/07/12/gitignore-unicode/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">.gitignore unicode</source>
      <description>.gitignore 💔 Unicode Have you ever run into a situation where Git just refused to obey your commands? No, I&amp;apos;m not talking about that time you &amp;quot;typo-ed&amp;quot; git commit and ended up ...</description>
      <category>development</category>
      <category>operations</category>
      <pubDate>Fri, 12 Jul 2019 16:35:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="gitignore-unicode" tabindex="-1"><a class="header-anchor" href="#gitignore-unicode"><span>.gitignore 💔 Unicode</span></a></h1>
<p>Have you ever run into a situation where Git just refused to obey your commands? No, I'm
not talking about that time you &quot;typo-ed&quot; <code v-pre>git commit</code> and ended up <code v-pre>git reset --hard</code>-ing
your repository back to the dawn of the universe, I'm talking about it really, truly,
ignoring you.</p>
<p>I have, so let me tell you a story about what happened and how I fixed it so that you can
avoid future hair-loss and avoid questioning the nature of your reality.</p>
<div class="hint-container tip">
<p class="hint-container-title">Tips</p>
<p><em>(For those who want to skip right to the punchline)</em></p>
<p>Make sure your <code v-pre>.gitignore</code> file is saved in UTF-8 format, or you'll have a bad time.</p>
</div>
]]></content:encoded>
    </item>
    <item>
      <title>Organizing your Development Directory</title>
      <link>https://sierrasoftworks.com/2019/04/15/git-tool/</link>
      <guid>https://sierrasoftworks.com/2019/04/15/git-tool/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Organizing your Development Directory</source>
      <description>Organizing your Development Directory As an engineer, I like to think that I help fix problems. That&amp;apos;s what I&amp;apos;ve tried to do most of my life and career and I love doing so to th...</description>
      <category>development</category>
      <pubDate>Mon, 15 Apr 2019 19:05:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="organizing-your-development-directory" tabindex="-1"><a class="header-anchor" href="#organizing-your-development-directory"><span>Organizing your Development Directory</span></a></h1>
<p>As an engineer, I like to think that I help fix problems. That's what I've tried to do most of
my life and career and I love doing so to this day. It struck me, though, that there was one
problem which has followed me around for years without due attention: the state of my development
directories.</p>
<p>That's not to say that they are disorganized, I've spent hours deliberating over the best way
to arrange them such that I can always find what I need, yet I often end up having to resort to
some dark incantation involving <code v-pre>find</code> to locate the project I was <em>certain</em> sat under my <code v-pre>Work</code>
folder.</p>
<p>No more, I've drawn the line and decided that if I can't fix the problem, automation damn well
better be able to!</p>
<p>I'd like to introduce you to my new, standardized (and automated), development directory structure
and the tooling I use to maintain it. With any luck, you'll find it useful and it will enable you
to save time, avoid code duplication and more easily transition between machines.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Patterns for APIs</title>
      <link>https://sierrasoftworks.com/2018/03/28/api-patterns/</link>
      <guid>https://sierrasoftworks.com/2018/03/28/api-patterns/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Patterns for APIs</source>
      <description>Patterns for APIs If you&amp;apos;ve built a production API before, you&amp;apos;ll know that they tend to evolve over time. This evolution is not only unavoidable, it is a natural state that any...</description>
      <pubDate>Wed, 28 Mar 2018 20:00:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="patterns-for-apis" tabindex="-1"><a class="header-anchor" href="#patterns-for-apis"><span>Patterns for APIs</span></a></h1>
<p>If you've built a production API before, you'll know that they tend to
evolve over time. This evolution is not only unavoidable, it is a natural
state that any active system will exist in until it is deprecated.</p>
<p>Realizing and designing to support this kind of evolution in a proactive
way is one of the aspects that differentiates a mature API from the thousands
that litter the Wall of Shame.</p>
<p>At the same time, it is important that your API remains easy to use and
intuitive, maximizing the productivity of developers who will make use of it.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Scheduled Backups with Kubernetes</title>
      <link>https://sierrasoftworks.com/2017/11/01/scheduled-backups-with-k8s/</link>
      <guid>https://sierrasoftworks.com/2017/11/01/scheduled-backups-with-k8s/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Scheduled Backups with Kubernetes</source>
      <description>Scheduled Backups with Kubernetes It&amp;apos;s a poorly hidden fact that I love Kubernetes. After spending months running everything from Marathon DCOS and CoreOS to Rancher and Docker ...</description>
      <pubDate>Wed, 01 Nov 2017 20:32:07 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="scheduled-backups-with-kubernetes" tabindex="-1"><a class="header-anchor" href="#scheduled-backups-with-kubernetes"><span>Scheduled Backups with Kubernetes</span></a></h1>
<p>It's a poorly hidden fact that I love Kubernetes. After spending months running everything from
Marathon DCOS and CoreOS to Rancher and Docker Swarm in production, Kubernetes is the only
container orchestration platform that has truly struck me as truly &quot;production ready&quot; and I
have been running it for the past year as a result.</p>
<p>While functionality when I first started using it (v1.4) was somewhat patchy and uninteresting,
some of the more recent updates have been making sizeable strides towards addressing the operations
challenges we face on a daily basis.</p>
<p>With v1.8, Kubernetes has introduced the <a href="https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/" target="_blank" rel="noopener noreferrer">CronJob</a> controller to <code v-pre>batch/v1beta1</code>, making it
generally available for people to play with. Sounds like the perfect time to show you how we
use <a href="https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/" target="_blank" rel="noopener noreferrer">CronJobs</a> to manage automated, scheduled, backups within our environments.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Relational and Document DBs</title>
      <link>https://sierrasoftworks.com/2017/01/26/relational-vs-document/</link>
      <guid>https://sierrasoftworks.com/2017/01/26/relational-vs-document/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Relational and Document DBs</source>
      <description>Relational and Document DBs One of the most interesting discussions to have with people, notably those with traditional database experience, is that of the relationship between ...</description>
      <category>development</category>
      <category>architecture</category>
      <pubDate>Thu, 26 Jan 2017 17:31:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="relational-and-document-dbs" tabindex="-1"><a class="header-anchor" href="#relational-and-document-dbs"><span>Relational and Document DBs</span></a></h1>
<p>One of the most interesting discussions to have with people, notably those
with traditional database experience, is that of the relationship between
an off the shelf <a href="https://en.wikipedia.org/wiki/Relational_database_management_system" target="_blank" rel="noopener noreferrer"><abbr title="Relational Database Management System">RDBMS</abbr></a> and some modern <a href="https://en.wikipedia.org/wiki/NoSQL" target="_blank" rel="noopener noreferrer">NoSQL</a> document stores.</p>
<p>What makes this discussion so interesting is that there's invariably a lot
of opinion driven from, often very valid, experience one way or another.
The truth is that there simply isn't a silver-bullet database solution and
that by better understanding the benefits and limitations of each, one can
make vastly better decisions on their adoption.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Out of the Box Docker</title>
      <link>https://sierrasoftworks.com/2017/01/05/out-of-the-box-docker/</link>
      <guid>https://sierrasoftworks.com/2017/01/05/out-of-the-box-docker/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Out of the Box Docker</source>
      <description>Out of the Box Docker Docker&amp;apos;s Logo Docker is become an incredibly prevalent tool in the development and operations realms in recent months. Its combination of developer friendl...</description>
      <category>operations</category>
      <pubDate>Thu, 05 Jan 2017 21:39:45 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="out-of-the-box-docker" tabindex="-1"><a class="header-anchor" href="#out-of-the-box-docker"><span>Out of the Box Docker</span></a></h1>
<Figure src="https://cdn.sierrasoftworks.com/blog/docker_logo.png">
Docker's Logo
</Figure>
<p><a href="https://www.docker.com/" target="_blank" rel="noopener noreferrer">Docker</a> is become an incredibly prevalent tool in the development and
operations realms in recent months. Its combination of developer friendly
configuration and simple operational management make it a very attractive
prospect for companies and teams looking to adopt <abbr title="Continuous Integration">CI</abbr> and <abbr title="Continuous Deployment">CD</abbr> practices.</p>
<p>In most cases, you'll see <a href="https://www.docker.com/" target="_blank" rel="noopener noreferrer">Docker</a> used to deploy applications in much the
same way as a zip file or virtual machine image. This is certainly the
most common use case for <a href="https://www.docker.com/" target="_blank" rel="noopener noreferrer">Docker</a>, but by no means the extent of its
functionality.</p>
<p>In this post I'm going to discuss some of the more interesting problems
we've used <a href="https://www.docker.com/" target="_blank" rel="noopener noreferrer">Docker</a> to solve and why it serves as a great solution to them.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Dockerizing Aurelia</title>
      <link>https://sierrasoftworks.com/2016/12/21/dockerizing-aurelia/</link>
      <guid>https://sierrasoftworks.com/2016/12/21/dockerizing-aurelia/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Dockerizing Aurelia</source>
      <description>Dockerizing Aurelia Aurelia&amp;apos;s Logo Aurelia is a modern web application framework in the spirit of Angular, with an exceptionally concise and accessible developer experience and ...</description>
      <category>web</category>
      <pubDate>Wed, 21 Dec 2016 07:40:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="dockerizing-aurelia" tabindex="-1"><a class="header-anchor" href="#dockerizing-aurelia"><span>Dockerizing Aurelia</span></a></h1>
<Figure src="https://cdn.sierrasoftworks.com/blog/aurelia_logo.png" alt="Aurelia's logo">
Aurelia's Logo
</Figure>
<p><a href="http://aurelia.io" target="_blank" rel="noopener noreferrer">Aurelia</a> is a modern web application framework in the spirit of <a href="https://angularjs.org" target="_blank" rel="noopener noreferrer">Angular</a>,
with an exceptionally concise and accessible developer experience and
standards compliant implementation. It is hands down my favourite web
framework right now and one I'd strongly recommend for most projects.</p>
<p>One of Aurelia's greatest claims to fame is the incredible productivity
you can achieve, enabling you to build a full web application in just
days, if not hours.</p>
<p>When building the application becomes that fast, spending a day putting
together your deployment pipelines to roll out your application becomes
incredibly wasteful, so how can we avoid that?</p>
<p>Well, <a href="https://www.docker.com" target="_blank" rel="noopener noreferrer">Docker</a> offers us a great way to deploy and manage the life-cycle
of production applications. It enables us to deploy almost anywhere, with
minimal additional effort and in a highly reproducible fashion.</p>
<p>In this post I'll go over the process of Dockerizing an existing Aurelia
web application built with <a href="https://webpack.github.io/" target="_blank" rel="noopener noreferrer">WebPack</a>, however the same process applies to
those built using <a href="https://github.com/systemjs/systemjs" target="_blank" rel="noopener noreferrer">SystemJS</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Signing Git Commits using KeyBase</title>
      <link>https://sierrasoftworks.com/2016/12/19/signed-commits-keybase/</link>
      <guid>https://sierrasoftworks.com/2016/12/19/signed-commits-keybase/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Signing Git Commits using KeyBase</source>
      <description>Signing Git Commits using KeyBase KeyBase&amp;apos;s Logo With the increasing popularity of Git as a tool for open source collaboration, not to mention distribution of code for tools lik...</description>
      <pubDate>Mon, 19 Dec 2016 07:55:47 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="signing-git-commits-using-keybase" tabindex="-1"><a class="header-anchor" href="#signing-git-commits-using-keybase"><span>Signing Git Commits using KeyBase</span></a></h1>
<Figure src="https://cdn.sierrasoftworks.com/blog/keybase_logo.png">
KeyBase's Logo
</Figure>
<p>With the increasing popularity of Git as a tool for open source collaboration,
not to mention distribution of code for tools like <a href="https://golang.org/" target="_blank" rel="noopener noreferrer">Go</a>, being able
to verify that the author of a piece of code is indeed who they claim to be
has become absolutely critical.</p>
<p>This requirement extends beyond simply ensuring that malicious actors cannot
modify the code we've published, something GitHub and its kin
(<a href="http://homakov.blogspot.ie/2014/02/how-i-hacked-github-again.html" target="_blank" rel="noopener noreferrer">usually</a>) do a very good job of preventing.
The simple fact is that by adopting code someone else has written, you are
entrusting your clients' security to them - you best be certain that trust
is wisely placed.</p>
<p>Using Git's built in support for <a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy" target="_blank" rel="noopener noreferrer"><abbr title="Pretty Good Privacy">PGP</abbr></a> signing and pairing it with
<a href="https://keybase.io/" target="_blank" rel="noopener noreferrer">Keybase</a> provides you with a great framework on which to build and
verify that trust. In this post I'll go over how one sets up their development
environment to support this workflow.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Feeling Lucky</title>
      <link>https://sierrasoftworks.com/2016/12/18/feeling-lucky/</link>
      <guid>https://sierrasoftworks.com/2016/12/18/feeling-lucky/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Feeling Lucky</source>
      <description>Feeling Lucky Anybody who has worked in the development world for a significant portion of time will have built up a vast repertoire of abbreviations to describe how they solve ...</description>
      <category>development</category>
      <pubDate>Sun, 18 Dec 2016 15:25:16 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="feeling-lucky" tabindex="-1"><a class="header-anchor" href="#feeling-lucky"><span>Feeling Lucky</span></a></h1>
<p>Anybody who has worked in the development world for a significant portion of
time will have built up a vast repertoire of abbreviations to describe how
they solve problems. Everything from TDD to DDD and, my favourites, <a href="http://www.hanselman.com/blog/FearDrivenDevelopmentFDD.aspx" target="_blank" rel="noopener noreferrer">FDD</a>
and <a href="http://hopedrivendevelopment.blogspot.ie/" target="_blank" rel="noopener noreferrer">HDD</a>. There are so many in fact that you'll find a
<a href="http://devdriven.by" target="_blank" rel="noopener noreferrer">website dedicated to naming and shaming them</a>.</p>
<p>I'm not one to add another standard to the mix... Oh who am I kidding, let me
introduce you to Chance Driven Development.</p>
<p><a href="https://xkcd.com/927/" target="_blank" rel="noopener noreferrer"><img src="https://imgs.xkcd.com/comics/standards.png" alt="XKCD Standards"></a></p>
]]></content:encoded>
      <enclosure url="https://imgs.xkcd.com/comics/standards.png" type="image/png"/>
    </item>
    <item>
      <title>Inki</title>
      <link>https://sierrasoftworks.com/2016/12/15/inki/</link>
      <guid>https://sierrasoftworks.com/2016/12/15/inki/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Inki</source>
      <description>Inki Inki is a small proof of concept project I&amp;apos;ve been working on which is designed to manage transient, single-use, SSH keys for an automated remediation tool our team is in t...</description>
      <category>projects</category>
      <pubDate>Thu, 15 Dec 2016 16:53:47 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="inki" tabindex="-1"><a class="header-anchor" href="#inki"><span>Inki</span></a></h1>
<p><a href="https://github.com/SierraSoftworks/inki" target="_blank" rel="noopener noreferrer">Inki</a> is a small proof of concept project I've been working on which is
designed to manage transient, single-use, SSH keys for an automated remediation
tool our team is in the process of building.</p>
<p>In this blog post I'll go over some of the design decisions motivating
a tool like <a href="https://github.com/SierraSoftworks/inki" target="_blank" rel="noopener noreferrer">Inki</a>, some of its interesting implementation details and
the questions we're hoping it will allow us to answer.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Autocompletion for Bash CLI</title>
      <link>https://sierrasoftworks.com/2016/12/14/bash-cli-autocompletion/</link>
      <guid>https://sierrasoftworks.com/2016/12/14/bash-cli-autocompletion/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Autocompletion for Bash CLI</source>
      <description>Autocompletion for Bash CLI Tips If you haven&amp;apos;t yet read the article on Bash CLI then go read it now. Bash&amp;apos;s ability to automatically provide suggested completions to a command ...</description>
      <pubDate>Wed, 14 Dec 2016 10:41:20 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="autocompletion-for-bash-cli" tabindex="-1"><a class="header-anchor" href="#autocompletion-for-bash-cli"><span>Autocompletion for Bash CLI</span></a></h1>
<div class="hint-container tip">
<p class="hint-container-title">Tips</p>
<p>If you haven't yet read the article on
<a href="https://github.com/SierraSoftworks/bash-cli" target="_blank" rel="noopener noreferrer">Bash CLI</a> then
go <a href="/post/bash-cli">read it now</a>.</p>
</div>
<p>Bash's ability to automatically provide suggested completions to a command
by pressing the <kbd>Tab</kbd> key is one of its most useful features. It
makes navigating complex command lines trivially simple, however it's generally
not something we see that often.</p>
<p>Bash CLI was designed with the intention of making it as easy as possible to
build a command line tool with a great user experience. Giving our users the
ability to use autocompletion would be great, but we don't want to make it
any more difficult for developers to build their command lines.</p>
<p>Thankfully, Bash CLI's architecture makes adding basic autocomplete possible
without changing our developer-facing API (always a good thing).</p>
]]></content:encoded>
    </item>
    <item>
      <title>Building a CLI in Bash</title>
      <link>https://sierrasoftworks.com/2016/12/12/bash-cli/</link>
      <guid>https://sierrasoftworks.com/2016/12/12/bash-cli/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Building a CLI in Bash</source>
      <description>Building a CLI in Bash Tips If you&amp;apos;re just looking to hop straight to the final project, you&amp;apos;ll want to check out SierraSoftworks/bash-cli on GitHub. Anybody who has worked in t...</description>
      <pubDate>Mon, 12 Dec 2016 08:43:55 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="building-a-cli-in-bash" tabindex="-1"><a class="header-anchor" href="#building-a-cli-in-bash"><span>Building a <abbr title="Command Line Interface">CLI</abbr> in Bash</span></a></h1>
<div class="hint-container tip">
<p class="hint-container-title">Tips</p>
<p>If you're just looking to hop straight to the final project, you'll want
to check out <a href="https://github.com/SierraSoftworks/bash-cli" target="_blank" rel="noopener noreferrer">SierraSoftworks/bash-cli</a> on GitHub.</p>
</div>
<p>Anybody who has worked in the ops space as probably built up a veritable
library of scripts which they use to manage everything from deployments
to <a href="https://github.com/NARKOZ/hacker-scripts" target="_blank" rel="noopener noreferrer">brewing you coffee</a>.</p>
<p>Unfortunately, this tends to make finding the script you're after
and its usage information a pain, you'll either end up <code v-pre>grep</code>-ing
a README file, or praying that the script has a <code v-pre>help</code> feature built
in.</p>
<p>Neither approach is conducive to a productive workflow for you or
those who will (inevitably) replace you. Even if you do end up adding
help functionality to all your scripts, it's probably a rather significant
chunk of your script code that is dedicated to docs...</p>
<p>After a project I was working on started reaching that point, I decided
to put together a tool which should help minimize both the development
workload around building well documented scripts, as well as the usage
complexity related to them.</p>
]]></content:encoded>
    </item>
    <item>
      <title>New Website</title>
      <link>https://sierrasoftworks.com/2016/12/11/new-website/</link>
      <guid>https://sierrasoftworks.com/2016/12/11/new-website/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">New Website</source>
      <description>New Website Sierra Softworks has a brand new website, rebuilt from the ground up using the brilliant Hexo project. A lot of emphasis was placed on making it as easy as possible ...</description>
      <category>web</category>
      <pubDate>Sun, 11 Dec 2016 22:36:47 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="new-website" tabindex="-1"><a class="header-anchor" href="#new-website"><span>New Website</span></a></h1>
<p>Sierra Softworks has a brand new website, rebuilt from the ground up using the
brilliant <a href="https://hexo.io" target="_blank" rel="noopener noreferrer">Hexo</a> project. A lot of emphasis was placed on making it as
easy as possible for us to publish new content here while minimizing the rate
at which content becomes outdated (something our previous website suffered
from rather badly).</p>
<p>As a result, we've tried to move all the project pages to their GitHub repositories
and provide a dynamically generated list of them <RouteLink to="/projects/">here</RouteLink>. Unfortunately,
not every project we had previously is on GitHub, so we're busy migrating some
of the older content across to this website.</p>
<div class="hint-container tip">
<p class="hint-container-title">Tips</p>
<p>If you can't find one of our older projects here, please
<a href="mailto:contact@sierrasoftworks.com" target="_blank" rel="noopener noreferrer">send us an email</a>.</p>
</div>
]]></content:encoded>
    </item>
    <item>
      <title>Traefik on Docker Swarm</title>
      <link>https://sierrasoftworks.com/2016/12/11/traefik-on-swarm/</link>
      <guid>https://sierrasoftworks.com/2016/12/11/traefik-on-swarm/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Traefik on Docker Swarm</source>
      <description>Traefik on Docker Swarm Traefik is an application load balancer written in Go and designed to simplify the task of serving HTTP(S) services whose configuration changes on the fl...</description>
      <category>operations</category>
      <pubDate>Sun, 11 Dec 2016 14:11:22 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="traefik-on-docker-swarm" tabindex="-1"><a class="header-anchor" href="#traefik-on-docker-swarm"><span>Traefik on Docker Swarm</span></a></h1>
<p><a href="https://traefik.io" target="_blank" rel="noopener noreferrer">Traefik</a> is an application load balancer written in Go and designed to simplify
the task of serving HTTP(S) services whose configuration changes on the fly. Traefik v1.1.0
was recently released with support for Docker Swarm and it works excellently.</p>
<p>In this post, we'll go through how one sets up their Swarm cluster to automatically expose
its services through Traefik.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Docker Swarm</title>
      <link>https://sierrasoftworks.com/2016/12/11/docker-swarm/</link>
      <guid>https://sierrasoftworks.com/2016/12/11/docker-swarm/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Docker Swarm</source>
      <description>Docker Swarm Docker Swarm is one of those interesting new technologies which has succeeded in shaking up people&amp;apos;s preconceptions around what it means to run a scaleable cluster....</description>
      <category>operations</category>
      <pubDate>Sun, 11 Dec 2016 09:26:53 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="docker-swarm" tabindex="-1"><a class="header-anchor" href="#docker-swarm"><span>Docker Swarm</span></a></h1>
<p>Docker Swarm is one of those interesting new technologies which has succeeded in shaking up
people's preconceptions around what it means to run a scaleable cluster. In an environment
where everyone seems to be building a cluster orchestrator, including some big names like
Google's <a href="http://kubernetes.io" target="_blank" rel="noopener noreferrer">Kubernetes</a>, HashiCorp's <a href="https://nomadproject.io" target="_blank" rel="noopener noreferrer">Nomad</a> and Mesosphere's <a href="https://mesosphere.github.io/marathon/" target="_blank" rel="noopener noreferrer">Marathon</a>;
Swarm has managed to burst through as one of the most attractive orchestration frameworks out
there.</p>
<p>As a result of all this hype, it can be difficult to make a decision around whether Swarm is
the right tool to use. As someone who has had extensive experience with running <a href="https://www.docker.com/products/docker-swarm" target="_blank" rel="noopener noreferrer">Swarm</a>,
<a href="http://kubernetes.io" target="_blank" rel="noopener noreferrer">Kubernetes</a>, DC/OS (<a href="https://mesosphere.github.io/marathon/" target="_blank" rel="noopener noreferrer">Marathon</a>) and <a href="http://rancher.com/" target="_blank" rel="noopener noreferrer">Rancher</a> in production
environments, I'll try to give you an unbiased view on the reasons you'd choose Swarm
and some of the gotchas to be aware of.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Markdown or HTML?</title>
      <link>https://sierrasoftworks.com/2014/01/22/markdown-vs-html/</link>
      <guid>https://sierrasoftworks.com/2014/01/22/markdown-vs-html/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Markdown or HTML?</source>
      <description>Markdown or HTML? Until now, all of my work on websites has been done in HTML. Write HTML for this page, write HTML for that project and so on. HTML is one of those languages wh...</description>
      <category>web</category>
      <pubDate>Wed, 22 Jan 2014 21:52:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="markdown-or-html" tabindex="-1"><a class="header-anchor" href="#markdown-or-html"><span>Markdown or HTML?</span></a></h1>
<p>Until now, all of my work on websites has been done in HTML. Write HTML for this page,
write HTML for that project and so on. HTML is one of those languages which anyone who considers
themselves good with computers should know, but it also leaves a lot to be desired. In the latest version of our website,
I decided to move to Markdown as our primary markup language for documents. Markdown is one of those languages which
continues to grow more popular, especially on very tech-centric sites like <a href="http://www.stackoverflow.com" target="_blank" rel="noopener noreferrer">StackOverflow</a> and <a href="http://github.com" target="_blank" rel="noopener noreferrer">GitHub</a>
and yet if you talk to most people who are merely &quot;good&quot; with computers, they have never heard of it. Somewhat strange given
that Markdown is designed to be an easier to use, easier to read, shorthand version of HTML for writing documents; but I guess
that's just the way of things.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Code Highlighters</title>
      <link>https://sierrasoftworks.com/2013/12/06/highlighters/</link>
      <guid>https://sierrasoftworks.com/2013/12/06/highlighters/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Code Highlighters</source>
      <description>Code Highlighters Code Highlighting is one of those things which doesn&amp;apos;t seem like a big deal, until you see what a difference it can make. The issue is that source code is inhe...</description>
      <category>web</category>
      <pubDate>Fri, 06 Dec 2013 09:25:02 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="code-highlighters" tabindex="-1"><a class="header-anchor" href="#code-highlighters"><span>Code Highlighters</span></a></h1>
<p>Code Highlighting is one of those things which doesn't seem like a big deal, until you see what a difference it can make. The issue is that source
code is inherently difficult to read due to the vast number of keywords and punctuation used by compilers to understand what we are trying to tell
them to do. In an effort to combat this difficulty, we rely on two different tools.</p>
<p>The first, formatting, is probably the most important; it is the process of making code easier to read through added whitespace, often this
whitespace makes no difference for a compiler but by adding newlines and tabs, humans are able to read it considerably more easily.</p>
<p>The second, highlighting, is the automated (or manual, if you're a masochist) process of colouring different parts of the source code to make
it easier for humans to read. This involves colouring specific keywords in certain colours, maybe colouring variable names another etc.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Do you need a dynamic website?</title>
      <link>https://sierrasoftworks.com/2013/10/17/static-websites/</link>
      <guid>https://sierrasoftworks.com/2013/10/17/static-websites/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Do you need a dynamic website?</source>
      <description>Have you ever wondered whether setting up and running Wordpress, Drupal or Joomla is really worth it? I&amp;apos;ll run through
some of the benefits to be had with building a static website.
</description>
      <category>web</category>
      <pubDate>Thu, 17 Oct 2013 09:20:12 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="do-you-need-a-dynamic-website" tabindex="-1"><a class="header-anchor" href="#do-you-need-a-dynamic-website"><span>Do you need a dynamic website?</span></a></h1>
<p>Static websites are synonymous with the dawn of the internet, before database servers became mainstream, before the advent of the CMS and long before the
dawn of the web application. Over the years we've seen the advent of web development frameworks like Ruby on Rails, Express.js and MVC to name but a few.
These frameworks include support for advanced templating engines, database backed page generation and custom routing, but is it really necessary to use
such a framework when a static website might address all the same problems at a fraction of the cost.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Behind Our Corporate Logo</title>
      <link>https://sierrasoftworks.com/2013/09/13/new-logo/</link>
      <guid>https://sierrasoftworks.com/2013/09/13/new-logo/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Behind Our Corporate Logo</source>
      <description>Curious about our logo? In this post I discuss the inspiration behind it and how various decisions were made.
</description>
      <category>design</category>
      <pubDate>Fri, 13 Sep 2013 20:13:00 GMT</pubDate>
      <content:encoded><![CDATA[<h1 id="behind-our-corporate-logo" tabindex="-1"><a class="header-anchor" href="#behind-our-corporate-logo"><span>Behind our Corporate Logo</span></a></h1>
<p>First off, I'm not a graphic designer by profession and haven't received any kind of training in the field -
so don't take this as a tutorial on how to create your company's logo because in all likelihood I haven't got
the faintest clue what I'm talking about. I am, however, a huge fan of learning to do new things; and in my case
that generally involves mashing together a bunch of Google searches until I find some information that gets me on the way.</p>
]]></content:encoded>
      <enclosure url="https://cdn.sierrasoftworks.com/logos/old_logo.png" type="image/png"/>
    </item>
    <item>
      <title>Blog Posts</title>
      <link>https://sierrasoftworks.com/posts/</link>
      <guid>https://sierrasoftworks.com/posts/</guid>
      <source url="https://sierrasoftworks.com/rss.xml">Blog Posts</source>
      <description>Here are some recent blog posts I&amp;apos;ve written.</description>
    </item>
  </channel>
</rss>