Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
There's a ton of stuff out there about using AI to write JavaScript and Next.js code, but what about...
Here’s a quick backstory. I wanted a GitHub CI action that kicks in whenever I create/re-open a PR,...
We Ditched WordPress for Elixir/Phoenix and OMG The Results! Average...
In this tutorial, you will learn how to create WYSIWYG editor with image insertion (+ auto upload to...
Recently, I watched some Elixir vs Go comparison videos on YouTube. After the first comparison, José...
The with special form provides a clean way to chain operations where each step depends on the...
A few years ago, I discovered sqlcommenter, a tool that enables adding trace context to SQL queries....
Handling Infinity and Recursive Elegance Part 3 of 4: From Code Chaos to Mathematical...
I recently had to build convenience wrappers around producers and consumers for RabbitMQ in a pub-sub...
Intro Phoenix is amazing web framework. Now Phoenix released new version, it's RC version...
In this article, we'll explore how to customize the Interactive Elixir (IEx) shell to enhance your...
TL; DR: In this article, I describe how I setup zed to develop in elixir and phoenix framework, and...
Why Your Object-Oriented Code is Driving You Crazy (And What Math Can Teach Us) Part 1 of...
The Elixir pipe operator (|>) is beautiful. How do you use it? Imagine you have a data structure...
⚠️ Important: Before introducing new languages into your project, ensure that your existing Elixir...
As developers, we’re always on the lookout for tools and technologies that enable us to build faster,...
A comprehensive guide to creating a unified, lightweight note-taking ecosystem using Syncthing,...
Hello! As a member of the Erlang Ecosystem Foundation's Education, Training, & Adoption...
Inspired by a conversation on Bsky (Thanks Netto) about the release of Phoenix LiveView 1.0. The...
Following our previous exploration of IEx basics, let's dive into the advanced helpers and features...
One of the most powerful features of Phoenix LiveView is its ability to build interactive, real-time...
In this guide, we'll explore how to configure Visual Studio Code for Elixir and Phoenix development....
Intro Phoenix LiveView is very attractive for real-time & rich interactive web app. I...
When working with Phoenix LiveView, you often juggle a lot of data while building interactive,...
Function composition is like building with LEGO blocks - you create small, simple pieces that can be...
The pandemic drove a considerable increase in fully remote teams, which made card games quite...
I am writing this post on May 23, 2025. First, let me define what I mean by an active podcast: one...
Higher-Order Functions Are Your New Superpower Part 2 of 4: From Code Chaos to...
I have struggled all year with learning Elixir. I headed out on the wrong path so it my fault not...
Elixir treats numbers with special care. Whether you're doing basic arithmetic, handling financial...