๐ Stories, Tutorials & Articles

hmarr.com
Finding the slow bits with pprof and flamegraphs.

getconvoy.io
Building a webhook publishing infrastructure requires providing a way to validate the messageโs integrity to enable consumers to validate the webhook event origin.
In this blog post, Subomi takes us through how Stripe-like signatures are generated.

medium.com
Object-relational mapping (ORM) is a technique (a.k.a. design pattern) of accessing a relational database from an object-oriented language.
There are multiple implementations of ORM in almost every language; for example: Hibernate for Java, ActiveRecord for Ruby on Rails, Doctrine for PHP, and SQLAlchemy for Python.
Of course, there are also libraries for Go like gorm or xorm. These libraries are huge and they use a lot reflection package and one of the Go proverbs is reflection is never clear .

cloud.google.com
Google Cloudโs Kelsey Hightower says yes.
Kelsey Hightower is an American software engineer, developer advocate, and speaker known for his work with Kubernetes, open-source software, and cloud computing.

medium.com
The story will describe what context is, how you can use it and why you should use it. You are going to get useful knowledge about the subject, not the next big article about why you shouldnโt use it, or about some magic approaches regarding the context.
โ๏ธ Tools, Apps & Software

github.com
A Simple Multi-Environment Kubernetes management CLI tool

github.com
Ghostly is a simple, lightweight, and fast full-stack framework for Golang

github.com
Get traces, metrics and logs in minutes. No code changes needed

github.com
A tool for glamorous shell scripts

github.com
gowitness - a golang, web screenshot utility using Chrome Headless

github.com
FUSE-based file system for replicating SQLite databases across a cluster of machines