This guide explores how to efficiently run the blazingly fast NixOS integration tests, orchestrate multiple VMs, and leverage Python scripting.| nixcademy.com
Documenting how I render, serve, build and deploy my personal website and blog using a combination of Go, Hugo, Nix and Fly.io.| jnsgr.uk
A write up of how I boot KVM accelerated NixOS VMs on Github Actions runners in order to run end-to-end tests for my packages.| jnsgr.uk
Go Modules Reference| go.dev
The HTTP If-None-Match request header makes a request conditional. The server returns the requested resource in GET and HEAD methods with a 200 status, only if it doesn't have an ETag matching the ones in the If-None-Match header. For other methods, the request will be processed only if the eventually existing resource's ETag doesn't match any of the values listed.| MDN Web Docs