Blog.
A software development blog by David Viramontes
If you work across multiple systems, you've likely accumulated a collection of configuration files over time.

David Viramontes
More Posts
Binary Search in Elixir
Let's implement a quick and dirty version of binary search, and we'll improve upon it after identifying the base case and the recursive case.