Elixir programming language

Stay in the loop with the latest news and developments in the Elixir ecosystem.
Unleashing the Power of SNMP: Exposing Your Embedded Elixir/Erlang (Nerves, GRiSP) Apps to the World

Unleashing the Power of SNMP: Exposing Your Embedded Elixir/Erlang (Nerves, GRiSP) Apps to the World

Discover the power of integrating SNMP into your Elixir or Erlang apps, effortlessly bridging the gap between industrial environments and embedded systems.

Lifting Your Loads for Maintainable Elixir Applications

Lifting Your Loads for Maintainable Elixir Applications

In his latest post, Brian Underwood explores separating data loading from data usage in Elixir applications using the Ecto library.

How ChatGPT improved my Elixir code. Some hacks are included.

How ChatGPT improved my Elixir code. Some hacks are included.

Ever wondered the impact ChatGPT can have on your Elixir code? Oleg Tarasenko has put the AI tool to the test and shares his interesting results.

Re-implement our first blog scrapper with Crawly 0.15.0

Re-implement our first blog scrapper with Crawly 0.15.0

Oleg is back with a blog scrapper update! A lot has changed in four years, including our blog design. Check out his recent tutorial on the update, with insight into the newest Crawly features.

You’ve been curious about LiveView, but you haven’t gotten into it

You’ve been curious about LiveView, but you haven’t gotten into it

As a backend developer, I’ve spent most of my programming career away from frontend development. Whether it’s React/Elm for the web or Swift/Kotlin for mobile,...

Here’s Why You Should Build Scalable and Concurrent Applications with Elixir

Here’s Why You Should Build Scalable and Concurrent Applications with Elixir

In today's world, when dealing with high levels of system requests, you need applications that can handle them without slowing down. Here’s where Elixir comes in. Elixir is a programming language that is designed to create highly scalable and concurrent applications. Built on Erlang's virtual machine (BEAM), it has been used for decades to build highly reliable and scalable systems.

Creating a simple weather application with Phoenix LiveView

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

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

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.