#486 — November 28, 2023 |
|
Go Weekly |
GoFakeIt 6.25.0: A Random Fake Data Generator — Has over 260 functions for generating things like names, emails, locations, colors, user agents, breakfast items(!), and more. v6.25.0 introduces a templating option so you can create more complex things in one go (as above). Repo. Brian Voelker |
💡 Use tools like this for good, BTW – not to generate fake conf speakers.. 🤦 |
Python is Easy. Go is Simple. Simple != Easy — A high level post touching on the symbiosis that the author and his team have found for using both Python and Go which, naturally, provoked an extensive discussion on Hacker News, if you’re not bored of reading what everyone else thinks about programming languages yet. Preslav Rachev |
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 |
Making Games in Go (for Absolute Beginners) — Miłosz uses the much loved Ebitengine to create a simple Asteroids game (see Wikipedia, if you’re not as old as me). There’s a lot to cover, but the steps are small and easy to digest if you’re looking to understand how games are made. Miłosz Smółka |
QUICK BITS:
|
Demystifying Function Parameters in Go — How (and why!) different types of function parameters behave differently. Alex Edwards |
George MacRorie |
How a Zero-Sized Field at the End of a Struct Has Non-Zero Size — Does a zero-sized type always occupy 0 bytes of space? Nope.. hsfzxjy |
How to Parse a Time or Date — Well presented with interactive examples. Willem Schots |
🛠 Code & Tools |
Pagoda 0.10: Rapid, Full-Stack 'Starter Kit' — If you don’t mind strong opinions, Pagoda acts as a foundation of frameworks and modules for building a full-stack Go app. Echo and Ent are on the backend talking to Postgres and Redis with htmx and Alpine.js up front. Mike Stefanello |
Ready for a Pairing Tool You'll Love? Tuple Makes Pairing a Pleasure — You deserve purpose-built tools. Seamless control, low CPU usage, super crisp audio & video. Free 14-day trial. Tuple sponsor |
htmx-go: A Type-Safe Way to Work with HTMX from Go — htmx is an increasingly popular set of ‘power tools’ for HTML – essentially a way to enrich HTML with JavaScript-powered features in a declarative way. This library provides functions and structs to make working with HTMX from Go easier. Angelo Fallaria |
NutsDB 1.0: Persistent Key/Value Store in Pure Go — A simple, fast, embeddable K/V store that supports fully serializable transactions and data structures like lists, sets, and sorted set. GitHub repo. nutsdb |
SDNS: A Lightweight, Fast Recursive DNS Server — A Go powered DNS server with a focus on privacy. Includes DNSSEC support. GitHub repo. Yasar Alev |
|
|