#465 — June 20, 2023 |
|
Go Weekly |
Initializing Large Static Maps in Go — Dolt is an SQL database implemented in Go and it needed to bring a lot of static data tables into its binary for string collation purposes. The team's first approach hurt performance, so they worked through some alternative methods and compared them against each other. Aaron Son (DoltHub) |
Russ Cox |
Revolutionize User Engagement with a Notification Inbox: Go SDK — The ultimate notification center for web and mobile apps, ensuring timely and tailored messages for users to stay in touch with what is happening inside the app. Say goodbye to overwhelmed email experiences and hello to optimized user experiences! Courier.com sponsor |
Focus on the Happy Path with the 'Step Functions' Pattern — No, not AWS Step Functions, but an approach to chaining the execution of a string of Go functions together in an easy to manage way. Preslav Rachev |
IN BRIEF:
|
▶ Comparing Stacks for Building REST APIs: Go vs the World — You’ll need some time to work through these, but it’s interesting to see a single developer take on the task of implementing a CRUD-style REST API in ten different ecosystems. ▶️ The Go-based one leans on the now-archived Mux, but you can also enjoy quick tours of doing the same in Java, Rust, PHP, C#, and others. Francesco Ciulla |
kubectl Cheat Sheet — Your guide on how best to integrate the most common kubectl commands and helpful tools for further optimization. Teleport | goteleport.com sponsor |
▶ Go Pointers: When and How To Use Them Efficiently
|
AutoML Pipeline for Tabular Data on VertexAI in Go — Vertex AI is Google Cloud’s machine learning platform – for now.
|
🛠 Code & Tools |
Dasel: Query and Update Data Structures from the Command Line — Think of Tom Wright |
Pie 2.7: A Utility Library for Dealing with Slices — Ways to work with slices with a focus on type safety, performance and immutability. Elliot Chance |
GoAWK: An AWK Interpreter Written in Go — AWK is a text processing language with a long history. GoAWK has recently been updated, but if you missed it back in the day, Ben did a great blog post explaining the project. Ben Hoyt |
Tuple – The Fastest Way to Onboard New Devs — Waste hours verbally steering on Zoom? New hires learn your codebase faster with Tuple. Trusted by over 40,000 devs. Tuple sponsor |
Dbmate: A Lightweight, Framework-Agnostic Database Migration Tool — Written in Go but can be used alongside database-using apps written in any language. Supports MySQL, Postgres, SQLite and ClickHouse. Adrian Macneil |
Anywherelan: A Mesh VPN System Built in Go — Think WireGuard or Tailscale but.. not. It’s fully peer to peer with no third-party coordination servers required and works on Windows, Linux, and Android. Unknown |
pgfs: |
|
|