Launch Scout Blog
Want to read more about Development? Let's take a look-see:

CSS-Only Avatar Fallback
This post has an updated solution. Check it out Avatars are everywhere—and no, I’m not...
Learn More →

How to Change the World
I want to talk about changing the world. While I would like to talk about...
Learn More →

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 →

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 →