Developer Happiness on the Front End with Elm by Kevin Yank [video]

RailsConf 2017: Developer Happiness on the Front End with Elm by Kevin Yank Ruby and Rails famously prioritised developer happiness, and took the world by st… Read more

Similar

Elm in practice

Step by step guide to making a Font Awesome search app using elm. From learning the basics, to deploying to production. Beginner level, because... well, I am a beginner. (more…)

Read more »

Elm Optimize Level 2

Elm is fast. Can we make it faster? Turns out, yes! 🚀 We’ve put together elm-optimize-level-2, which is a CLI tool that adjusts the javascript that Elm generates to make it faster. Once installed, you can just call elm-optimize-level-2 instead of elm-m... (more…)

Read more »

JSON Decoding in Elm

JSON is probably the most common way of representing data that is being sent between a server and a browser. JSON stands for JavaScript Object Notation, and, as the name implies, dealing with JSON in JavaScript is pretty straight forward. When you get JSO... (more…)

Read more »