-
do while false pattern
March 12, 2018While working on an NDIS Driver for custom hardware, I saw a code pattern that intrigued me. The driver was using a do while false pattern with validated inputs and common error handling. A simplified version is below for reference.
-
Working with Erlang records in Elixir
December 21, 2015Elixir is a great way to hop on the power of the Erlang runtime with a more friendly syntax. Working with Erlang records can be a bit un-intuitive though, here’s how we are dealing with it.
-
Notifying AppSignal of Mina Deployments
March 25, 2015We decided to give AppSignal a trial run to possibly replace New Relic as our monitoring solution.