Articles by Tag #elixir

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How was my experience at Lambda Days 2025

A Brazilian Portuguese version of this article is available here. What is Lambda...

Learn More 5 0Nov 14

Building a Phoenix LiveView Desktop App with Tauri: A Step-by-Step Guide

This guide provides a comprehensive walkthrough on how to package a Phoenix LiveView application as a...

Learn More 6 0Nov 13

Building a Useless Machine in Elixir

Durable Workflow, but useless. In 15 lines of code. 😂

Learn More 4 0Nov 27

TIL: BEAM Dirty Work!!

I’ve been studying again operating systems — processes, threads, CPU scheduling — and wanted to...

Learn More 5 2Oct 1

Don't nuke your test ENVs

NOTE: I know that modifying environment variables in tests is a controversial technique, but we do it...

Learn More 5 2Nov 5

OWASP® Cornucopia 2.2 & Copi - A Game Engine for OWASP® Cornucopia Threat Modeling

The pandemic drove a considerable increase in fully remote teams, which made card games quite...

Learn More 7 1May 19

When Phoenix LiveView is the wrong choice

If I need to ship a new product in a week, Phoenix LiveView is my go-to framework. Elixir LiveView...

Learn More 3 1Nov 17

Why I Migrated My Backend from Go to Elixir/Phoenix

As a solo developer, my biggest challenge isn't coding—it's efficiency. Every hour I spend fighting...

Learn More 0 0Nov 9

Learning Elixir: Ranges

Ranges are like bookmarks that mark the start and end of a sequence without actually writing down...

Learn More 1 0Nov 1

Desvendando os Superpoderes do Elixir: Concorrência e Tolerância a Falhas

Se você já ouviu falar que o Elixir é ideal para sistemas escaláveis, distribuídos e tolerantes a...

Learn More 1 0Nov 5

How I switched from ruby to elixir and to learn it better — built a product

Hey everyone! In this post I wanted to share some of thoughts from my learning process. I’m...

Learn More 1 0Oct 23

A Santa Graal da Busca: O(log N)

Acelerando a Busca: Por que o O(log N) (Busca Binária) é mais rápido que a Luz? ✨ Vimos...

Learn More 0 0Nov 29

Building a Neo4j NIF for Elixir: When the Ecosystem Doesn't Have What You Need

I'm building Grimoire, a tool that helps story writers create AI-powered content for games. Writers...

Learn More 0 0Nov 11

Desafio Final e o Segredo do O(N) (Dois Ponteiros)

Pensando Linear: Resolvendo Problemas Complexos em O(N) e o Segredo do O(1) de Elixir...

Learn More 0 0Nov 30

O Padrão Ouro da Ordenação: O(N log N)

O Melhor dos Dois Mundos: Entendendo a Complexidade O(N log N) do Merge Sort 🥇 Nos posts...

Learn More 0 0Nov 30

O que é Big O? e o Vilão O(N^2)

Complexidade de Algoritmos com Elixir: Entendendo o O(N^2) e Por que sua lista é tão...

Learn More 0 0Nov 29

Bringing Open JTalk to Elixir/Nerves: Make Your Pi Speak Japanese 🇯🇵

日本語版 Introduction One day my friend kurokouji asked, innocently opening a rabbit...

Learn More 2 0Sep 15

A Migração de O(N^2) para O(N): O Poder do O(1)

Domando o Crescimento: Como Transformar O(N^2) em O(N) com Estruturas de Dados Elixir No...

Learn More 0 0Nov 29

App power by LLM and Tools in Elixir

Intro Recently, I wrote an example for my friend can see and understand how to apply AI to...

Learn More 0 0Nov 3

On-the-fly zstandard (de)compression in Elixir

Notes on building Elixir bindings for the zstandard C library. We use Zig/Zigler to wrap the...

Learn More 3 0Oct 15

Domain modeling, Units-of-Measure, and Property-based testing, oh my

When I learned about "Advanced Functional Programming with Elixir" by Joseph Koski (PragProg...

Learn More 0 2Sep 9

Quando a arquitetura fala mais alto que o código

Crônica de uma madrugada em que a beleza do design não salvou o sistema Estava eu vivendo...

Learn More 5 4Nov 3

Let's build a test runner in Elixir.

I have not interacted much with metaprogramming in Elixir, but I thought it was time to check it out....

Learn More 1 0Nov 3

Getting Started with AtomVM: Setup with Prebuilt Firmware (ESP32-S3, September 2025)

I previously tried using AtomVM, a lightweight virtual machine that lets you run Elixir (and Erlang)...

Learn More 4 0Sep 2

Building Resilient Event-Driven Systems: Lessons from the Distributed Trenches

When you first look at a distributed architecture diagram with services scattered across multiple...

Learn More 3 0Nov 4

Solve alias problem in Elixir

Recently, I must type too much for alias Module for using short name in code(Module name in Elixir is...

Learn More 0 0Oct 24

Building a Ragnarok Online Server in Elixir - Part 3

The Secret Sauce - Distributed Session Management If you've been following along, we've...

Learn More 9 1Aug 30

Como foi minha experiência na Lambda Days 2025

O que é a Lambda Days? A Lambda Days é uma conferência internacional dedicada a linguagens...

Learn More 2 0Nov 10

The Journey of Optimization

Recently, I watched some Elixir vs Go comparison videos on YouTube. After the first comparison, José...

Learn More 16 1Jan 2

5 lines of code = OTP login system in Telegram 🤯

Hey devs 👋 Let's make OTP login system in just 5 lines of codes (and it's possible bro😱👇). There's...

Learn More 1 0Oct 26