Golang Weekly - Awesome Go gets even more awesome

Plus why Go developers should try Odin, and maybe Rust too.. |

#​529 — October 29, 2024

Unsub  |  Web Version

Together with  WorkOS

Go Weekly

Awesome Go: Almost 3000 Categorized Go Resources — A perennially useful resource that continues to get frequent updates (almost non-stop), and well worth revisiting in this quiet week for Go. You can contribute projects of your own to the list too.

Awesome Go

Writing Benchmarks: Performance Testing in Go — A handy article that lays out all that’s possible with Go’s benchmarking tests. After reviewing the tool’s myriad parameters, Willem provides a full repo-backed example to show it off in action.

Willem Schots

WorkOS: The Modern Identity Platform for B2B SaaS — WorkOS is a modern identity platform for B2B SaaS, offering flexible and easy-to-use APIs to integrate SSO, SCIM, and FGA in minutes instead of months. It's trusted by hundreds of high-growth startups such as Perplexity, Vercel, and Cursor.

WorkOS sponsor

▶  🤖 Exploring AI-Powered Solutions with Ollama and LangChain GoOllama is used to run open source large language models locally and LangChain Go makes it easy to build Go-powered apps that lean on such LLMs.

Bill Kennedy

Why Go Developers Should Try OdinOdin is a lesser known but well featured programming language that the author says is part Go and part ‘features you wished Go had’. It’s worth having on your radar even if you don’t adopt it.

(a)RManos

🎤 Along similar lines, John Arundel went on go podcast() to talk about why learning Rust is a good idea for Go developers too.

'Jia Tanning' Go Code'Jia Tan' here refers to essentially ‘backdooring’ a codebase with code that appears to be test code but isn’t, by the use of sneakily formatted filenames.

Martin Tournoij

Fuzz Testing Go HTTP Services — You can’t possibly test all of the potential inputs your app could get, so why not let your computer bombard your service and see where things break?

Alex Pliutau

Free Course: Temporal 101 with Go — 🎓 Join this course to learn the basics of Temporal and use Temporal’s Go SDK to build an app that communicates with an external service.

Temporal Technologies sponsor

📄 How to Implement Authorization using Cerbos in Go Kunal Verma

📄 Go and Postgres' LISTEN/NOTIFY – or: “How I Learned to Stop Worrying and Love PubSub” Jon Brown

📄 Writing an HTTP Router for AWS Lambda Functions From Scratch with Go Dimitar Andreev

📄 Lisp vs. Go – If you’re not tired of the language comparisons yet. Abstract Heresies

🛠 Code & Tools

ListMonk 4.0: Self-Hosted Newsletter and Mailing List Manager — If you don’t want to pay to use a hosted newsletter system, how about a one binary Go solution? v4.0 is a major upgrade introducing multi-user management and auth features (including OIDC), support for CC and BCC headers, syntax highlighting in email HTML, and more. GitHub repo.

Kailash Nadh

go-graphviz: Go Bindings for GraphvizGraphviz is a popular open source graph visualization toolkit and this library lets you use it from Go by way of a cross-platform friendly WebAssembly build. You can now encode/decode DOT notated graphs and render them to SVG or PNG without needing to install Graphviz itself on your system.

Masaaki Goshima

Viddy 1.2: A Modern Go Alternative to watchviddy can execute commands on a periodic basis but you get niceties like ‘time travel’, attractive output, and paging. Plus a bit of A Clockwork Orange thrown in.

Takumasa Sakao

yq: Portable CLI YAML, JSON and XML Processorjq is a popular tool for working with JSON from the command line – yq takes a similar idea to even more formats. Plus it's built in Go!

Mike Farah

📰 Classifieds

Turo simplified authorization with SpiceDB. Learn how.


💛 If you're a JavaScript developer or just need to keep up with the modern JavaScript landscape, check out our sister newsletter JavaScript Weekly. Last week's issue had a ton of great stuff.

  • TinyGo 0.34 – The Go compiler for 'small places', like microcontrollers and WebAssembly. v0.34 adds support for go:wasmexport as a standardized way to export WebAssembly functions to the host.

  • FastHTTP 1.57 – Performance-oriented alternative to net/http for specific high-volume scenarios.

  • pdfcpu 0.9 – Go PDF processor. You can now update individual images in PDFs.

  • Roaring 2.4 – 'Roaring' bitmap data structure implementation.

  • notify 1.0.1 – Library to send notifications to various services.

  • progressbar 3.17 – Basic thread-safe progress bar.

  • Traefik 3.2 – Popular Go-powered app proxy.

  • Bun 1.2.5 – SQL-first ORM for Go.

n

Older messages

Speeding up with SIMD and Go assembly

Tuesday, October 22, 2024

Plus some Go code generation magic, test parallelism, and working with Excel spreadsheets. | #​528 — October 22, 2024 Unsub | Web Version Together with Ardan Labs Go Weekly A Taste of Go Code Generator

Pure Go HTML view components

Sunday, October 20, 2024

Plus a new tool to generate Go projects, making your network worse deliberately, and Russ Cox on passing on the Go torch. | #​527 — October 15, 2024 Unsub | Web Version Together with Blacksmith Go

Microsoft goes Go for SQL Server's CLI

Tuesday, October 8, 2024

Plus new ways to deploy Go apps, reflecting on reflection, and Windows gets high resolution timers in Go. | Together with Frontend Masters logo #​526 — October 8, 2024 Unsub | Web Version Go Weekly

A compile-time function evaluation experiment

Tuesday, October 1, 2024

Plus Go's great garbage collection guide, a dependency visualizer, and a Go-powered hex editor. | #​525 — October 1, 2024 Unsub | Web Version Together with WarpStream Go Weekly Prep: Compile-Time

A type by any other name would smell as sweet..

Tuesday, September 24, 2024

Plus both WIRED and the ACM take a look at Go, scripting Go with Prolog, and a faster linter for Go code. | #​524 — September 24, 2024 Unsub | Web Version Together with Three Dots Labs Go Weekly

You Might Also Like

🧠 7 Ways Tech Can Improve Your Mental Health — YouTube Music Has One Feature No Streaming Service Can Compete With

Tuesday, December 3, 2024

Also: You Should Play More Simulation Games, and More! How-To Geek Logo December 3, 2024 Did You Know The candy name "Milk Duds" is rather literal. The candies were first produced in 1926

Free Webinar: Key Trends in 2025 🔮

Tuesday, December 3, 2024

Join us Dec 12th to explore key trends shaping 2025—geopolitics, tech, markets, and more. View Online | Subscribe | Download Our App FREE WEBINAR - December 12th, 11am PST 2025 Outlook: Key Trends on

Django Performance, pathlib, Poetry, and More

Tuesday, December 3, 2024

Django Performance: Scaling and Optimization #658 – DECEMBER 3, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Django Performance: Scaling and Optimization Performance tuning in the context of

Daily Coding Problem: Problem #1626 [Easy]

Tuesday, December 3, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. Let's represent an integer in a linked list format by having each node

Why Go slices throw up surprises

Tuesday, December 3, 2024

Plus a look forward to Go 1.24, and a Go-powered alternative to Google Analytics. | #​534 — December 3, 2024 Unsub | Web Version Together with Google Go Weekly The Draft Go 1.24 Release Notes — Last

Charted | 30 Years of Global Equity Returns, by Region 🌎

Tuesday, December 3, 2024

The US has been the dominant global equity market as the top returning region for 10 years out of the past 15. View Online | Subscribe | Download Our App Presented by Brazil Potash Rising food costs

Invite your friends to read Code Story

Tuesday, December 3, 2024

Thank you for reading Code Story — your support allows me to keep doing this work. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Code Smell 282 - Bad Defaults and How to Fix Them

Tuesday, December 3, 2024

Top Tech Content sent at Noon! Advertise on this Newsletter! 50% off!! Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, December 3, 2024? The

Issue 162

Tuesday, December 3, 2024

💰🪖 Silicon Valley's new gold rush: AI giants chase Pentagon dollars. US landlords caught using AI to fix rental prices. How China is stealing the world's semiconductor technology. ͏ ͏ ͏ ͏ ͏ ͏ ͏

How Apple Watch can predict illness

Tuesday, December 3, 2024

New AI browser; The case against Google; Cyber Monday leftovers -- ZDNET ZDNET Tech Today - US December 3, 2024 sample-image-16-9-red.jpg How to use your Apple Watch to predict when you may get sick