<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Idioms on Bits, Trades &amp; Systems</title>
    <link>https://blog.turboawesome.win/tags/idioms/</link>
    <description>Recent content in Idioms on Bits, Trades &amp; Systems</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 07 Oct 2025 09:15:00 +0000</lastBuildDate>
    <atom:link href="https://blog.turboawesome.win/tags/idioms/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Migrating a Production Service from Zap to slog: Notes from the Trenches</title>
      <link>https://blog.turboawesome.win/2025/10/migrating-a-production-service-from-zap-to-slog-notes-from-the-trenches/</link>
      <pubDate>Tue, 07 Oct 2025 09:15:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2025/10/migrating-a-production-service-from-zap-to-slog-notes-from-the-trenches/</guid>
      <description>log/slog landed in the standard library in Go 1.21, but most production services are still on zap or zerolog. Here is what an actual migration looks like: where slog wins, where zap still wins, and how to move incrementally without a big-bang rewrite.</description>
    </item>
    <item>
      <title>Go 1.23 Range Over Functions: What It&#39;s For and What It Isn&#39;t</title>
      <link>https://blog.turboawesome.win/2025/06/go-1.23-range-over-functions-what-its-for-and-what-it-isnt/</link>
      <pubDate>Wed, 18 Jun 2025 09:00:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2025/06/go-1.23-range-over-functions-what-its-for-and-what-it-isnt/</guid>
      <description>Go 1.23 shipped range over functions — the ability to range over an iterator function rather than a slice, map, or channel. The feature is genuinely useful for a specific class of problems and genuinely misunderstood by engineers reaching for it in places where a slice works better.</description>
    </item>
    <item>
      <title>Writing Idiomatic Go</title>
      <link>https://blog.turboawesome.win/2023/01/writing-idiomatic-go/</link>
      <pubDate>Wed, 11 Jan 2023 10:00:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2023/01/writing-idiomatic-go/</guid>
      <description>Idiomatic Go is not just stylistic preference — it reflects how the language is designed to be used. The patterns that experienced Go engineers reach for, and why they work better than the alternatives.</description>
    </item>
  </channel>
</rss>
