Organize your functional code When coming to a functional language, I often hear people ask, “How do I organize my code?” Let’s take a look at some ways in which data can tell us how to organize our modules and functions. German Velasco March 19, 2018 Elixir Functional Programming Good Code Code
Access Ruby Hash Values with Fallbacks for Missing Data Find out different ways to access hash values in Ruby and save the dinosaurs at the same time. Rob Whittaker September 25, 2017 Code Rails Ruby Web
Extending Elm Native UI with JavaScript How to add extra UI functionality to your Elm Native UI project. Jon Yurek March 27, 2017 Code Elm JavaScript Mobile
How to Skim a Pull Request A list of keywords that give us pause. Mike Burns February 13, 2017 Code Ruby