FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
When bash gets too wild: rewriting my publish pipeline in Go
NewsDevOps

When bash gets too wild: rewriting my publish pipeline in Go

via Dev.to DevOpsChristo Zietsman3w ago

There is a particular kind of technical debt that only grows in shell scripts. It starts innocently: a sed command to strip some quotes, a grep to pull out a frontmatter field, a jq one-liner to map tags. Each fix is small and defensible in isolation. But give it a few months and you have something that works in exactly the conditions it was written for and fails in ways that are almost impossible to reason about. That is where I ended up with the publish pipeline for this blog, and it did not even take months. We built it fresh, but the pace of iteration compressed what normally takes a year into days. The workarounds accumulated just as fast. The pipeline cross-posts markdown files to Hashnode and Dev.to via their APIs. It lives in a GitHub Actions workflow, and it started failing almost immediately: quoted YAML values, tags with hyphens, multi-line frontmatter. Each failure led to another workaround: quote-stripping logic, a tag glossary loaded via jq , conditionals that were more i

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
23 views

Related Articles

Amazon Spring Sale live blog 2026: Last day to score top deals
News

Amazon Spring Sale live blog 2026: Last day to score top deals

ZDNet • 1d ago

Mastering Clean Code Part 6
News

Mastering Clean Code Part 6

Medium Programming • 1d ago

Be honest: are we still becoming better developers, or just faster at assembling code with tools we barely understand? Shipping fast feels good until the bug shows up in production and nobody really knows why.
News

Be honest: are we still becoming better developers, or just faster at assembling code with tools we barely understand? Shipping fast feels good until the bug shows up in production and nobody really knows why.

Dev.to • 1d ago

5 gadgets I'm buying this spring to grow my green thumb (and they're still discounted)
News

5 gadgets I'm buying this spring to grow my green thumb (and they're still discounted)

ZDNet • 1d ago

The Graph Problems You’re Already Solving (Just Badly)
News

The Graph Problems You’re Already Solving (Just Badly)

Medium Programming • 1d ago

Discover More Articles