How Elm Slays a UI Anti-Pattern

There’s a bug in several places in the OSX Twitter client, and in at
least one place in the Slack client, and in loads of other
apps. Here’s Twitter: Read more

Similar

Where Am I? Geolocation in Elm

Elm is a simple and functional language that compiles to JavaScript. These are my notes about getting started with Elm using a small but complete application to get the current location of a device and update it based on movement. (more…)

Read more »

Let’s make a GraphQL client in Elm

I’m a big fan of GraphQL and I’d like to explore how to use it in Elm. With a statically typed language (like Elm) we should be able to achieve very nice things, such as using a DSL to write queries and determine their correctness at compile time. We’ll i... (more…)

Read more »