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 »
While trying to learn Elm, I came across a few concepts that were not easy to grasp. Especially when it comes to types and the syntax. I struggled with the difference between type and type alias. I struggled with understanding what was going on in a type ... (more…)
Read more »
Most language tutorials start with language features: here are numbers, here are strings, in a way ever so slightly different from other… (more…)
Read more »
In Elm, we often have modules around a data type which needs a validation when you initially create it.
For instance, the package defines a function, which… (more…)
Read more »
Reflecting on our experience of using Elm in production and an evaluation of Elm's distinguishing features... (more…)
Read more »