Why didn’t I think of the very helpful Go module “net/http/pprof” earlier? This way I can profile my blog live. 🤓 (And hopefully find parts that I should or can optimize.)
XXXX-02-23
Published on in đź’¬ Micro
“On SEO”
Published on in đź”— Links
Scott Nesbit’s Weekly Musings are one of my favorite sources to follow. In Musing number 101 he writes about SEO, Search Engine Optimization.
Reducing the size of Docker images
Published on in đź”— Links
Updated on
Jérôme Petazzoni published a great article on the Ardan labs blog about reducing the size of Docker images. He compares different ways to package a binary into an image by using different base images and either dynamic or static linking. The conclusion is that although you can get really tiny images with SCRATCH, it is probably not worth it because it is more difficult to debug.