Stop Coding and Start Drawing When you’re stuck, the best solution is often to represent the problem in a different medium. Joël Quenneville April 4, 2018 Elm Gamedev Web
Gamedev with Elm Types Elm’s type system gives us some great tools for modeling gamedev. Joël Quenneville April 4, 2018 Elm Gamedev Web
Decoupling All the Things In gamedev, decoupling the in-game world from the real world makes math easier. Joël Quenneville April 4, 2018 Elm Gamedev Web
Using `yield_self` for composable ActiveRecord relations On the code-changing magic of yield_self. Derek Prior March 13, 2018 Rails Ruby Web
Querying an Embedded Map in PostgreSQL with Ecto Structs and maps are easy to work with in Elixir, but if they are stored in the database as JSON and accessed via an Ecto Schema, it’s not as clear how to query them. We’re going to explore how to do that, and make it clear and easy. David Bernheisel March 9, 2018 Ecto Map Embeds One PostgreSQL JSON Elixir Query Web
Problem Solving with Maybe Write more confident code to avoid viral Maybe taking over your project. Joël Quenneville February 12, 2018 Elm Functional Programming Good Code Web
The Mechanics of Maybe Leverage the core mechanics of Maybe to clean up your nested cases. Joël Quenneville February 9, 2018 Elm Functional Programming Web
Designing Lucky: Rock Solid Actions & Routing Sick of bugs? See how Crystal and Lucky actions work together to prevent common web application errors. Paul Smith January 15, 2018 Lucky Crystal Web
Why Factories? Understanding why we use factories helps us write faster, more readable tests. Joël Quenneville January 12, 2018 Ruby Web Testing
5 Common JSON Decoders Elm JSON decoding in 5 common scenarios Joël Quenneville December 4, 2017 Elm Web