Issue #20
DevOps
Take control of your $ HOME https://getfleek.dev
2023 State of the API Report https://www.postman.com/state-of-api/
Why Do SBOM Haters Hate? Or Why Trade Associations Say the Darndest Things https://dfrlab.org/2023/07/19/why-do-sbom-haters-hate/
This post explores how to align platform and product engineering teams by implementing business value proxy metrics and using incidents to inform them https://firehydrant.com/blog/align-platform-and-product-engineering-teams-over-incidents/
Rethinking infrastructure as code from scratch https://nathanpeck.com/rethinking-infrastructure-as-code-from-scratch/
Golang
fast and flexible embedded scripting language for Go projects. Risor compiles scripts to bytecode internally which it then runs on a lightweight Virtual Machine (VM). Risor is written in pure Go https://risor.io
From 26 Minutes to 20 Seconds: Using pprof to optimize large GraphQL Operations in Go https://wundergraph.com/blog/optimizing_large_graphql_operations_with_golangs_pprof_tools
A gentle introduction to Pointers https://www.alexedwards.net/blog/a-gentle-introduction-to-pointers
Use Cobra to Build Go-Powered CLIs https://www.twilio.com/blog/use-cobra-build-go-powered-clis
Getting Friendly With CPU Caches https://www.ardanlabs.com/blog/2023/07/getting-friendly-with-cpu-caches.html
How Turborepo is porting from Go to Rust https://vercel.com/blog/how-turborepo-is-porting-from-go-to-rust
Common pitfalls in Go benchmarking https://eli.thegreenplace.net/2023/common-pitfalls-in-go-benchmarking/
The Go Memory Model https://go.dev/ref/mem
Tutorial: Find and fix vulnerable dependencies with govulncheck https://go.dev/doc/tutorial/govulncheck
Preview: ranging over functions in Go https://eli.thegreenplace.net/2023/preview-ranging-over-functions-in-go/