Reading List
The most recent articles from a list of feeds I subscribe to.
Be careful with Dropbox
Fun times with Dropbox’s new
~/Library/CloudStorage
location and File Provider API integration.
Optimizing JPEGs with MozJPEG for local archival
Writing a wrapper script around MozJPEG to achieve ~80% compression on large JPEGs with little downside.
The right way to do data fixtures in Go
A safe, succinct test data fixtures pattern using sqlc and validator.
Profiling production for memory overruns + canonical log stats
Using Go’s
runtime.MemStats
and canonical log lines to isolate huge memory allocations to a specific endpoint.
Go's bytes.Buffer vs. strings.Builder
Taking five minutes to write a benchmark so I know which of these I should be reaching for first.