Welcome to my blog, company page, and everything else website.
Latest Posts
-
Testing Elixir
·
Apr 21, 2017
I’ve posted in the past on avoiding mocks in Elixir.I decided to give some more thorough explanation and examples in the form of video.I had fun wi...
-
MicroCast 03 - Elixir Railway Programming
·
Dec 29, 2016
Piping functions together is really convenient in many cases, but sometimes you needmore advanced error condition handling.We’ll cover The problem...
-
MicroCast 02 - Elixir Avoiding Mocks
·
Dec 20, 2016
From a Ruby/RSpec background, it may seem odd that mocking is discouraged in most cases in Elixir. In this case we're going to talk about why that ...
-
MicroCast 01 - Elixir Inline Docs
·
Dec 9, 2016
Elixir provides really cool built-in documentation features.Let's take a looks at some of that!We'll coverReading documentation from iex consoleRea...
-
Elixir Without Mocks - A Succinct Example
·
Aug 5, 2016
Wrapping my head around why mocking is less favored in Elixir than in Ruby (and other languages).Here's an example asserting that a function is cal...