Learning Go in 2024; From Beginner to Senior — Go learning resources are plentiful and cover the gamut of media from text, to video, to podcasts, and all skill levels from beginner to expert. Here, Matt brings together six years of bookmarks (and YouTube history) to point to something for everyone.
Matt Boyle
|
A Visual Guide to Slices — A code and diagram-rich post looking at how slices work under the hood, covering slice creation, manipulation using make and append , how capacity grows, and slicing syntax for creating new slices from existing ones.
Ozan Sazak
|
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
|
The Case of a Leaky Goroutine — After finding “a never-ending goroutine factory” causing problems in an app, Wouter shares his findings so you can avoid a similar fate.
Wouter Groeneveld
|
Control ZigBee LED Lights from a Go App — To be fair, the Go app is mostly sending MQTT messages and serving up an HTML page, but it could be a quick, fun weekend project for you.
Thomas Derflinger
|
asciigraph 0.6: ASCII Line Graph Rendering Library — A long standing library for rendering basic line graphs in ASCII text (such as ideal for the terminal), all with no dependencies. v0.6 adds support for adding a legend for colored charts.
Rohit Gupta
|
|