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

My impressions of Elm

If you know me or have been reading this blog for a couple of years then chances are you know I'm a programming language nut. I not only believe that being a polyglot programmer makes you a better programmer overall, but I'm always on the look out for new...

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 »