Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
A Brazilian Portuguese version of this article is available here. What is Lambda...
This guide provides a comprehensive walkthrough on how to package a Phoenix LiveView application as a...
Durable Workflow, but useless. In 15 lines of code. 😂
I’ve been studying again operating systems — processes, threads, CPU scheduling — and wanted to...
NOTE: I know that modifying environment variables in tests is a controversial technique, but we do it...
The pandemic drove a considerable increase in fully remote teams, which made card games quite...
If I need to ship a new product in a week, Phoenix LiveView is my go-to framework. Elixir LiveView...
As a solo developer, my biggest challenge isn't coding—it's efficiency. Every hour I spend fighting...
Ranges are like bookmarks that mark the start and end of a sequence without actually writing down...
Se você já ouviu falar que o Elixir é ideal para sistemas escaláveis, distribuídos e tolerantes a...
Hey everyone! In this post I wanted to share some of thoughts from my learning process. I’m...
Acelerando a Busca: Por que o O(log N) (Busca Binária) é mais rápido que a Luz? ✨ Vimos...
I'm building Grimoire, a tool that helps story writers create AI-powered content for games. Writers...
Pensando Linear: Resolvendo Problemas Complexos em O(N) e o Segredo do O(1) de Elixir...
O Melhor dos Dois Mundos: Entendendo a Complexidade O(N log N) do Merge Sort 🥇 Nos posts...
Complexidade de Algoritmos com Elixir: Entendendo o O(N^2) e Por que sua lista é tão...
日本語版 Introduction One day my friend kurokouji asked, innocently opening a rabbit...
Domando o Crescimento: Como Transformar O(N^2) em O(N) com Estruturas de Dados Elixir No...
Intro Recently, I wrote an example for my friend can see and understand how to apply AI to...
Notes on building Elixir bindings for the zstandard C library. We use Zig/Zigler to wrap the...
When I learned about "Advanced Functional Programming with Elixir" by Joseph Koski (PragProg...
Crônica de uma madrugada em que a beleza do design não salvou o sistema Estava eu vivendo...
I have not interacted much with metaprogramming in Elixir, but I thought it was time to check it out....
I previously tried using AtomVM, a lightweight virtual machine that lets you run Elixir (and Erlang)...
When you first look at a distributed architecture diagram with services scattered across multiple...
Recently, I must type too much for alias Module for using short name in code(Module name in Elixir is...
The Secret Sauce - Distributed Session Management If you've been following along, we've...
O que é a Lambda Days? A Lambda Days é uma conferência internacional dedicada a linguagens...
Recently, I watched some Elixir vs Go comparison videos on YouTube. After the first comparison, José...
Hey devs 👋 Let's make OTP login system in just 5 lines of codes (and it's possible bro😱👇). There's...