Learn Makefiles With the tastiest examples – Makefiles are everywhere in DevOps, so it’s definitely worth learning about make. This resource starts from quite a one-sided introduction to make (as a build tool for C++ projects), but the rest is full of useful information. Also, looking at make from the angle of a build (i.e., file manipulation) tool could explain many of its quirks.
How We Halved Go Monorepo CI Build Time – A detailed post on drastically reducing the build time of a large, complex Go project.
Notes on running containers with bubblewrap – Julia Evans on launching “containers” without Docker (or Podman). Do recommend, it might help close some containerization knowledge gaps!
netboot.xyz lets you PXE boot various operating system installers or utilities from a single tool over the network.
Mist Cloud Management Platform - Community Edition – Mist is an open source multi-cloud management platform. It provides visibility across cloud and on-premise infrastructure, along with lifecycle management features. There are also commercial add-ons available.
Application Architecture: A Quick Guide for Startups – A post on the typical evolution of a startup’s architecture as it scales, with a focus on the database architecture as you deploy across multiple regions.