sonichigo

↗ HN profile [ 95.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I’ve been looking into workflows where database environments are kept in sync continuously rather than periodically fixing drift. The idea is to treat database state more like an artifact — capture a snapshot, diff it…

  2. If you've ever deployed schema changes manually, you know the pain: tracking SQL scripts, guessing what's applied where, and praying nothing breaks in prod. I recently wrote a post on how Liquibase helps database admins…

  3. I recently wrote a blog walking through how to run WebAssembly (WASM) containers using containerd, crun, and WasmEdge inside a local Kubernetes cluster. It includes setup instructions, differences between using shim vs…