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...
Ever wanted to raise millions of $ by adding "AI" to your company name; and you happen to want to...
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....
Why Your Object-Oriented Code is Driving You Crazy (And What Math Can Teach Us) Part 1 of...
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...
The Elixir pipe operator (|>) is beautiful. How do you use it? Imagine you have a data structure...
In this article, we'll explore how to customize the Interactive Elixir (IEx) shell to enhance your...
Hey there, Let's explore advanced concepts in LiveView Native. Check out my previous blogs here:...
Sometimes you may find yourself in the need to capture a Postgres (or any other RDBMS) custom error...
TL; DR: In this article, I describe how I setup zed to develop in elixir and phoenix framework, and...
As developers, we’re always on the lookout for tools and technologies that enable us to build faster,...
⚠️ Important: Before introducing new languages into your project, ensure that your existing Elixir...
Intro I many years in my career, supervisor model is the best thing I wish other languages...
Intro Phoenix LiveView is very attractive for real-time & rich interactive web app. I...
One of the most powerful features of Phoenix LiveView is its ability to build interactive, real-time...
When working with Phoenix LiveView, you often juggle a lot of data while building interactive,...
Inspired by a conversation on Bsky (Thanks Netto) about the release of Phoenix LiveView 1.0. The...
I have struggled all year with learning Elixir. I headed out on the wrong path so it my fault not...
I am writing this post on May 23, 2025. First, let me define what I mean by an active podcast: one...
The pandemic drove a considerable increase in fully remote teams, which made card games quite...
Advanced control structures in Elixir allow you to build complex execution flows in an elegant and...
Higher-Order Functions Are Your New Superpower Part 2 of 4: From Code Chaos to...
Introduction Elixir is a functional, concurrent, and dynamically typed language built on...