Mission (B)log
Curious what's caught our interest lately? Read on.
Subscribe to our newsletter
How to get Elixir and Phoenix up and running
Maybe you’ve recently read an awesome blog post about Elixir and would like to try...
Learn More →
Rails ActiveRecord Scopes With Arguments
I came across another interesting syntax used in a Rails application. scope :graduated_after, ->(date) {...
Learn More →
Theory of Change: How we tackle the Discovery
I was recently talking with a colleague about our Product Discovery and he introduced me...
Learn More →
Preparing a Hot/Cold Meter Usability Study
UX research is a muscle every product designer should be able to flex. Side projects...
Learn More →
Distributed Elixir with Livebook
Livebook recently dropped and I was curious to see what the hype was all about....
Learn More →
Defining Class Methods
Recently I came across an unusual syntax in Ruby: class FooBar class << self end...
Learn More →