#391 — December 10, 2021 |
Go Weekly |
A Tale of Hacking the Go Compiler to Add a New Keyword — Inspired by Eli Bendersky’s 'Adding an new statement to Go' post (that we linked in issue 270), a developer decided to try and add Avinash |
▶ Go Code Roast — The narrator solicited Gophers to submit code for him to “roast” which means he goes through the code, says what he likes, doesn’t like, and whether or not he would hire them based only on the code. More of this please! The Tiny DevOps Guy |
Meet GoLand 2021.3 — This version brings native support for Go projects in WSL, the Inline Function and Inline Method refactorings, our new remote development solution (Beta), and more. Also, gofmt on save is now enabled by default. JetBrains sponsor |
IN BRIEF:
|
Ebiten, and Developing Games in Go, in 2021 — Ebiten is an open source game library for the Go programming language that we mention from time to time. “It’s been 8 years since I started to develop Ebiten. This article is a retrospective of Ebiten in 2021.” Lots of useful links here if this is an area of Go you want to explore. Hajime Hoshi |
How I Wrote My Go Book — Kevin has written a book on AWS Lambda and Go and this post covers the tools and process he used to do just that. Kevin W. McConnell |
▶ Coding Go in the Blind — An hour long chat with Dominic St-Pierre, a Go developer with limited vision who uses a screen reader and other assistive technologies to be productive. Go Time Podcast podcast |
What I Learned Contributing My First Feature to Ent's GRPC Plugin — Jeremy discovers ORMs and Ent (an entity framework) and immediately sees a missing method to add, starting his first journey to open-source contributor. Jeremy Vesperman |
|
🛠 Code & Tools |
Zinc: A Lightweight Elasticsearch Alternative in Go — It’s alpha for now, but Zinc’s ambitions are bold: provide full text indexing and querying a la Elasticsearch, but in a simple and lightweight Go-powered way. Prabhat Sharma |
Gotenberg: Docker-Powered Stateless API for Creating PDF Files — A Go-powered system that offers a developer-friendly API for converting numerous document formats into PDF files. Their logo is just.. wow. Gotenberg Inc. |
Developer-First Infrastructure Using Go and Pulumi - Try it Today Pulumi sponsor |
Plow: A High-Perf HTTP Benchmarking Tool with Real-Time Web UI and Terminal Display — Plow has a load of options and offers autocompletion. Uses ddc |
Go Bindings for the Telegram Bot API v5.5.0 — A simple wrapper about the bot API for the popular Telegram chat service. GitHub repo. Syfaro |
gnet 1.6: A High-Performance, Non-Blocking, Event-Loop Networking Library — “It makes direct epoll and kqueue syscalls rather than using the standard Go Andy Pan |
Oto 2: Low-Level Library to Play Sound on Multiple Platforms — Windows, macOS, Android, iOS, and even through WebAssembly. Hajime Hoshi |
id3v2: ID3 Decoding and Encoding Library — ID3 is a metadata format most commonly associated with MP3s for storing stuff like song name, artist, etc. Albert Nigmatzianov |
Plumber 1.0: A 'Swiss Army Knife' CLI Tool for Kafka, RabbitMQ and Other Messaging Systems
|
FLAC: Access FLAC (Free Lossless Audio Codec) Data from Go
|
🕰 ICYMI (Some older stuff that's worth checking out...)
|