Elixir programming language
Creating a simple weather application with Phoenix LiveView
we will discuss our experience building an online weather application in Elixir using Phoenix LiveView. We created a real-time weather application that allows users to see the past, current, and forecast temperature and precipitation data for any UK postcode.
Can’t Live `with` It, Can’t Live `with`out It
'with' is a powerful tool in Elixir, but it's not without its quirks. This blog will help you understand how to use it best and how to manage unexpected behaviours.
Building a Remote Control Car from Scratch Using Elixir
From the car straight to the app on your phone, check out how our America office uses Elixir’s fullstack capability to build a remote control car.
Change data capture with Postgres & Elixir
CDC is the process of identifying and capturing data changes from the database. Learn how you can achieve that by leveraging Postgres and Elixir.
Learning functional and concurrent programming concepts with Elixir
Our latest developer Rhys Davey explains his first-hand introduction to Elixir, and his learnings along the way.
What we expect from Phoenix Framework 1.7
In this blog we look at what we expect and what we hope to see in the upcoming release of Phoenix 1.7.
Pair Programming
Want to know more about pair programming? Our Junior Software Developer John Holt explains what valuable findings he's uncovered implementing this strategy.
Implementing Go Fish to Learn Elixir
Here is how the Erlang Solutions team designed and implemented GoFish in Elixir.
Contract Programming an Elixir approach – Part 1
Check out our findings as we explore how we adapted Contract Programming to Elixir language.