Generating Go boilerplate from OpenAPI specs

Plus a look at some Go alternatives to using Makefiles. |

#​509 — June 4, 2024

Unsub  |  Web Version

🫣 We took a break last week, but forgot to notify you in advance - sorry! You didn't miss anything, and we're catching up with the past two weeks today :-)
__
Your editor, Peter Cooper

Together with  Ardan Labs

Go Weekly

Eradicating N+1s: The Two-Phase Data Load and Render Pattern in Go — Brandur demonstrates the N+1 problem by way of a little (and very easy to read) Ruby, before demonstrating how Go is equally susceptible to the issue. There is, however, a pattern you can introduce to nip it in the bud.

Brandur Leach

Don't Name Packages Common Nouns — The potential to collide with simple, everyday words you might want to use as variable names is too great.

Brandur Leach

Go! Unlock Your Tech Potential with Ardan Labs Consulting — Struggling with skill gaps, development speed or complex tech challenges? Ardan Labs specializes in Go, Rust, Docker and K8s to accelerate your software development, optimize architecture, and manage tech debt. Let us supercharge your team!

Ardan Labs Consulting sponsor

A Long-Overdue Problem Coming for Some in Go 1.23 — Go's compiler has special directives to let you do various things including, in the case of go:linkname, accessing unexported variables/functions from other packages. This has never been a guaranteed, safe feature, but changes to its operation in 1.23 could cause issues for more than a few packages.. (If you want to know why a library might not allow access to certain things by default, Chris covers that here.)

Chris Siebenmann

Running Go on Val TownVal Town is an interesting platform for running and composing JavaScript snippets that makes the claim: “If GitHub Gists could run, and AWS Lambda was fun.” Can you run Go on it? Thanks to WebAssembly, yes, but it’s more a fun experiment than a long-term play.

Max McDonnell

Abusing Go's Infrastructure? — Upon discovering that repositories containing zero Go code were in Go’s checksum DB, the author set out to see if arbitrary data could be uploaded to Go’s servers and, if so, whether it’s really a serious issue or not.

fG

[Webinar] Saga Pattern: Compensating Transactions at Will Bank — Hear Will Bank discuss financial transaction challenges and how Temporal's durable execution ensures reliable consistency.

Temporal Technologies sponsor

📄 A Look at Go Alternatives to Makefiles – Taskfile and Mage, specifically. Elton Minetto

📄 Reading Google Sheets from a Go Program Eli Bendersky

📺 My Neovim Configuration for Go Development in 2024 Mario Carrion

📄 Your API Shouldn't Redirect HTTP to HTTPS Joachim Viide

🛠 Code & Tools

gh-dash 4.0: A GitHub CLI Dashboard Extension — A TUI app for displaying a dashboard of pull requests and issues filtered however you like.

Dolev Hadar

oapi-codegen 2.2: Generate Boilerplate from OpenAPI 3 Specs — Convert OpenAPI specifications to Go code for server implementations, clients, or HTTP models. v2.2 now supports Go 1.22 and its new routing enhancements, much of the docs have been rewritten, and the project is focusing on ways to be more sustainable into the future.

DeepMap, Inc

Bob: SQL Query Builder and ORM/Factory Generator — With support for Postgres, MySQL and SQLite. Bob can be progressively adopted from raw SQL query strings, to fully typed queries with models and factories generated for a database.

Stephen Afam-Osemene

📰 Classifieds

Your fastest path to production. With Render, you can build, deploy, and scale your apps with unparalleled ease – from your first user to your billionth.


⛳️ Learn why OpenFeature is the leading standard for feature flags and how to migrate to it from LaunchDarkly in with leaders from eBay and Justworks in our live webinar this Wednesday (06/05/24) at 12 PM EST.


🪝 The Hookdeck CLI - A free and no-account-required alternative to ngrok for asynchronous web development.

Rill: A Go Concurrency Toolkit — A collection of functions for streaming, parallel processing, and pipeline construction – all aiming to abstract things nicely and reduce boilerplate.

Viktor Nikolaiev

Bubble Table: A Table Component for Bubble Tea — A customizable, interactive table component for the always elegant Bubble Tea TUI framework.

Brandon Fulljames

go-datastructures 1.1.5: Numerous Threadsafe Data Structures — There’s a lot packed in here: queues, heaps, trees, sets, tries, skiplists, graphs, and often multiple types of each.

Workiva

gcss: CSS Written in Pure Go? — The touted benefits include more maintainable CSS and HTML (with no more super long class attributes) along with simpler server-side theming.

Accent Design

⚙︎ Fusion – A lightweight, self-hosted RSS aggregator and reader, with Svelte in the front, Go in the back. Rook1e

⚙︎ HN-Text – A text-first Hacker News client. Edi Piqoni

⚙︎ PastePass – Secure, one-time paste bin for sharing secrets. Vikas Yadav

  • Vugu 0.4 – Experimental way to build Web front-ends in Go using WebAssembly.

  • Go Imagick 3.7 – ImageMagick bindings for Go.

  • pgxmock 4.0 – Mock driver to test database interactions in Go.

  • Permify 0.9 – Google Zanzibar-inspired authorization.

  • TOML 1.4TOML config file parser for Go.

n

Older messages

The Go team explains compiler optimizations

Tuesday, May 21, 2024

Plus the latest GoLand EAP begins. | #​508 — May 21, 2024 Unsub | Web Version Together with Flipt Go Weekly ▶ Boosting Performance of Go Apps with Optimizations — Three members of the Go team gave a

Using 97 fewer cores thanks to PGO

Tuesday, May 14, 2024

Plus an HNSW indexed vector store library, a new Go game hits the Steam store, and is 'ok' ok?. | #​507 — May 14, 2024 Unsub | Web Version Together with Stytch logo Go Weekly Reclaiming CPU for

A very random issue

Tuesday, May 7, 2024

Plus a new language that compiles to Go, charts for the terminal, and some Go books from Packt. | #​506 — May 7, 2024 Unsub | Web Version Together with Ardan Labs Go Weekly Evolving the Go Standard

Going supersonic

Tuesday, April 30, 2024

Plus Go remains popular in pull requests, a CP/M emulator, and, sure, Go isn't Java. | #​505 — April 30, 2024 Unsub | Web Version ✍️ It's been a quiet week for big Go related news, but we still

Bringing PGO to the build pipeline

Tuesday, April 23, 2024

Plus how Go grew at Google, cmp.Or, and ways to visualize makefiles, Go binaries, and live Go processes. | #​504 — April 23, 2024 Unsub | Web Version Together with Three Dots Labs Go Weekly How Dolt

You Might Also Like

Kotlin Weekly #438

Sunday, December 22, 2024

ISSUE #438 22nd of December 2024 Announcements klibs.io JetBrains has introduced the alpha version of klibs.io – a web service that speeds up and simplifies discovering KMP libraries that best meet

Weekend Reading — Happy "That's a January Problem" week

Saturday, December 21, 2024

Can Christmas season start a little earlier this year Tech Stuff Ramsey Nasser fuck it happened i am in a situation where i do actually need to reverse a linked list Atuin I just learned about Atuin

Daily Coding Problem: Problem #1644 [Easy]

Saturday, December 21, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by IBM. Given an integer, find the next permutation of it in absolute order. For example,

🐧 Whatever Happened to Unix Workstations? — My Incredibly Cheap Alternative to a Soundbar

Saturday, December 21, 2024

Also: Here's Why More Games Need Expanded Difficulty Settings How-To Geek Logo December 21, 2024 Did You Know Lake Wendouree, an artificially created and maintained shallow urban lake in Australia,

Supercharge Your Knowledge Capture Workflow with the Obsidian Web Clipper

Saturday, December 21, 2024

Stop juggling multiple tools and supercharge your knowledge capture workflow with Obsidian's powerful Web Clipper browser extension Sébastien Dubois DeveloPassion's Newsletter Supercharge Your

Charted | The World's Most Valuable Automakers 🚙

Saturday, December 21, 2024

Tesla shares reached a record high, setting a new valuation milestone. This graphic highlights the world's most valuable automakers by market cap. View Online | Subscribe | Download Our App

Next Holiday Season, Ignore Everyone Except One Customer

Saturday, December 21, 2024

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, December 21, 2024? The

🐍 New Python tutorials on Real Python

Saturday, December 21, 2024

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: 🎓 Master Python's Core Principles (New Live

Post from Syncfusion Blogs on 12/21/2024

Saturday, December 21, 2024

New blogs from Syncfusion ASP.NET MVC Suite Update: Aligning with .NET Changes By Rajendran R Discover key updates in our ASP.NET MVC suite, aligning with Microsoft's latest .NET changes for

LockBit Ransomware Developer Charged for Billions in Global Damages

Saturday, December 21, 2024

THN Daily Updates Newsletter cover The Data Science Handbook, 2nd Edition ($60.00 Value) FREE for a Limited Time Practical, accessible guide to becoming a data scientist, updated to include the latest