Ronin on Rails
Give a man a fish and he’ll eat for a day.
Give a fish a man and he’ll eat for weeks.
Elixir Presentation @ LRUG
I gave a presentation on Elixir at the London Ruby User Group in March.
Dispatch Tmux panes like a boss
I use tmux panes all the time. I’m always editing at least one set of source code in one pane, running tests in another and probably running servers and consoles in yet more.
Building a Javascript project with Broccoli
This blog post is my latest attempt at putting together a JavaScript build pipeline to create an application using ES6 and a unit testing framework.
Redux Demo. App. part 2
In part 1 we created a build system that lets us write an application using React.js components. Now let’s extend that.