Blog Posts
★ Favorites-
Disaster Recovery: RTO and RPO
March 9, 2020Explaining recovery time objectives and recovery point objectives
sre disaster-recovery rto rpo -
Woodworking
November 13, 2019A gallery of my handmade cutting boards and other woodworking crafts
woodworking -
Paged by nf_conntrack?
June 2, 2019Discovering and debugging an issue in nf_conntrack
conntrack debugging networking firewall linux -
Butterick's Practical Typography
May 6, 2019An amazing source to learn some typography rules and improvements
typography -
Docker and Puppet: Firewall Contention
April 16, 2019Discovering a race condition with Puppet and Docker
docker networking firewall puppet linux -
TalkCoffeeTo.me
November 14, 2018A tool for running lean coffee discussions written in Elixir
elixir phoenix k8s liveview -
Using Postgres Enums in Ecto Migrations
October 16, 2018How do we set a field to an acceptable value from an Enum type?
elixir ecto postgres sql -
Parameters in a Jenkins Scripted Pipeline
March 8, 2018Similar by different syntax for Scripted and Declarative Pipelines
jenkins -
Montovat
February 15, 2018A feed-aggregator written in Elixir with Phoenix with an Elm front-end
elixir elm decommissioned -
Parsing JSON With Elm
December 19, 2017Quick tutorial on how to parse JSON in Elm before a pipline
elm json tutorial