<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tooling on Advancing Engineering</title><link>https://www.advancingengineering.dev/categories/tooling/</link><description>Recent content in Tooling on Advancing Engineering</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 12 May 2026 13:38:59 +0100</lastBuildDate><atom:link href="https://www.advancingengineering.dev/categories/tooling/index.xml" rel="self" type="application/rss+xml"/><item><title>Justfiles Are a Joy to Use</title><link>https://www.advancingengineering.dev/posts/2026-05-justfiles-are-a-joy-to-use/</link><pubDate>Tue, 12 May 2026 13:08:46 +0100</pubDate><guid>https://www.advancingengineering.dev/posts/2026-05-justfiles-are-a-joy-to-use/</guid><description>&lt;p&gt;Every project eventually grows its own mythology. &amp;ldquo;How do you run the tests?&amp;rdquo; becomes a question answered with a message, a README with outdated instructions, or — if you&amp;rsquo;re truly cursed — a tribal elder who just left the company.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;just&lt;/code&gt; ends this. It&amp;rsquo;s a command runner that stores your project&amp;rsquo;s commands in a &lt;code&gt;justfile&lt;/code&gt;, right next to your code, where they belong.&lt;/p&gt;</description></item><item><title>The Anti-Pattern: One Language Inside Another</title><link>https://www.advancingengineering.dev/posts/2026-05-anti-patterns-one-language-inside-another/</link><pubDate>Fri, 08 May 2026 10:54:36 +0100</pubDate><guid>https://www.advancingengineering.dev/posts/2026-05-anti-patterns-one-language-inside-another/</guid><description>&lt;p&gt;Placing one language inside another is one of those anti-patterns that seems harmless until you&amp;rsquo;re trying to lint it, test it, or ask an LLM to reason about it. The moment you embed a language inside a string in another language, its entire toolchain disappears.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We &lt;strong&gt;contain multitudes&lt;/strong&gt;. Our code should be singular, not polyglot.&lt;/p&gt;
&lt;/blockquote&gt;</description></item><item><title>The Standards Skill: Applying Engineering Standards with AI</title><link>https://www.advancingengineering.dev/posts/2026-05-standards-skill/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.advancingengineering.dev/posts/2026-05-standards-skill/</guid><description>&lt;p&gt;Encoding engineering standards as an AI skill means they get applied consistently, automatically, and can be measured against.&lt;/p&gt;</description></item><item><title>Pre-commit Hooks: Enforcing Quality at the Source</title><link>https://www.advancingengineering.dev/posts/2026-04-pre-commit-hooks/</link><pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.advancingengineering.dev/posts/2026-04-pre-commit-hooks/</guid><description>&lt;p&gt;Pre-commit hooks catch issues before they reach CI — shifting quality checks as far left as possible.&lt;/p&gt;
&lt;p&gt;In an AI-assisted workflow this matters more than ever. LLM-generated commits are faster and more numerous; human review bandwidth is the same. Pre-commit hooks are how you define &amp;ldquo;done&amp;rdquo; in a form the machine can check — and the LLM can iterate on.&lt;/p&gt;</description></item></channel></rss>