Matt FurnessinLevel Up CodingComparing and Sorting in ElmIn this short post we will take a peek at how values can be compared and sorted in Elm, with the goal of sorting a List of records using…Apr 15, 2020Apr 15, 2020
Matt Furnessineverydayhero engineeringExtensibility in Elixir Using ProtocolsThe last post took a little look into the concept of atoms in Elixir and how they are used. This post will cover one of options that Elixir…Jun 26, 20172Jun 26, 20172
Matt Furnessineverydayhero engineeringElixir: When match? is always trueA look at the inner workings of the match? macroFeb 28, 2017Feb 28, 2017
Matt Furnessineverydayhero engineeringElixir AtomsThe last post took a peek at how functions can be defined and passed around in Elixir. This post centres around atoms and some of their not…Jan 16, 20171Jan 16, 20171
Matt Furnessineverydayhero engineeringElixir Function CapturingThe last post covered some bits and bobs about Elixir variable rebinding. This post will aim to cover some interesting things we have…Dec 23, 20161Dec 23, 20161
Matt Furnessineverydayhero engineeringElixir Variable RebindingHere at everydayhero we are starting to use more and more Elixir in production systems, so as more of the team start to learn the language…Dec 19, 20161Dec 19, 20161