CCSPiP Unbreakable Encryption with Elixir Explores the basic cryptographic technique known as a one time pad using Elixir. Based on examples found in the book Classic Computer Science Problems in Python.
CCSPiP Trivial Gene Compression with Elixir Foray into an introductory compression technique for genes using Elixir. Based on examples found in the book Classic Computer Science Problems in Python.
CCSPiP Fibbing with Elixir Investigates a handful of simple approaches to generate Fibonacci numbers in Elixir based on a similar section in Classic Computer Science Problems in Python.
Docker Set up Piwik in Docker Once you set up a blog and generate some content, you might eventually wonder if anyone is actually reading what your are writing. Down that line of thought is web
Ghost Update Ghost in Docker This was actually relatively painless for me! I was on Ghost 0.7.x and updated to 0.9.x with no troubles. Since I have no idea how you
Clojure Target Practice with the Arrow Macro Sometimes I end up with rather ugly looking code that shoots to the far right and looks like a cliff hanging over the code below. While the line works, it
Clojure Library: Cheshire Grinning like a Cheshire Cat Anytime I work with JSON and Clojure my mind goes immediately to a library that puts a grin on my face: Cheshire. This is not
Docker A Ghost at the Dock(er) Note: This post was written for Ghost 0.7.1, which is no longer a recent version. I've been eyeballing Docker for months now. Always popping up in my feeds