Articles by Tag #elixir

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

My AI-Powered Workflow for Writing Elixir and Phoenix with Windsurf

There's a ton of stuff out there about using AI to write JavaScript and Next.js code, but what about...

Learn More 29 1Mar 10

Build Your Own GitHub CI Automation for Code Reviews using Elixir and Gemini

Here’s a quick backstory. I wanted a GitHub CI action that kicks in whenever I create/re-open a PR,...

Learn More 24 4Apr 20

ProgrammerHumor.io - Wordpress to Elixir (Phoenix Liveview)

We Ditched WordPress for Elixir/Phoenix and OMG The Results! Average...

Learn More 19 3Mar 10

WYSIWYG editor in LiveView with embedded images that are uploaded to S3 bucket

In this tutorial, you will learn how to create WYSIWYG editor with image insertion (+ auto upload to...

Learn More 16 0Apr 19

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

Learning Elixir: Control Flow with With

The with special form provides a clean way to chain operations where each step depends on the...

Learn More 13 0Mar 7

Sql commenter with postgrex

A few years ago, I discovered sqlcommenter, a tool that enables adding trace context to SQL queries....

Learn More 12 2Dec 15 '24

Intro to Functional Programming- 3 : Lazy Evaluation

Handling Infinity and Recursive Elegance Part 3 of 4: From Code Chaos to Mathematical...

Learn More 11 2Jun 5

Efficient and reliable message publishing with RabbitMQ and Elixir

I recently had to build convenience wrappers around producers and consumers for RabbitMQ in a pub-sub...

Learn More 11 0May 26

Migrate to Phoenix 1.8 (rc version) guide

Intro Phoenix is amazing web framework. Now Phoenix released new version, it's RC version...

Learn More 11 4Apr 28

Customizing IEx: Personalizing Your Elixir Shell Environment

In this article, we'll explore how to customize the Interactive Elixir (IEx) shell to enhance your...

Learn More 11 5Dec 8 '24

Setting up Zed for Elixir development 💧

TL; DR: In this article, I describe how I setup zed to develop in elixir and phoenix framework, and...

Learn More 11 5Nov 9 '24

Intro to Functional Programming - 1

Why Your Object-Oriented Code is Driving You Crazy (And What Math Can Teach Us) Part 1 of...

Learn More 11 3Jun 4

The Elixir Pipe Operator

The Elixir pipe operator (|>) is beautiful. How do you use it? Imagine you have a data structure...

Learn More 10 1Jun 15

Speeding up Elixir: integration with native code (NIF, Ports, etc.)

⚠️ Important: Before introducing new languages into your project, ensure that your existing Elixir...

Learn More 9 0May 21

Unlocking the Power of Elixir Phoenix and Rust: A Match Made for High-Performance Web Applications ⚡🔧

As developers, we’re always on the lookout for tools and technologies that enable us to build faster,...

Learn More 9 0Dec 24 '24

Build a Cross-Platform Markdown Notes System with Syncthing, Neovim & Markor (Offline, Fast & Private)

A comprehensive guide to creating a unified, lightweight note-taking ecosystem using Syncthing,...

Learn More 9 2Jun 7

Unlock Elixir and Erlang with Personalized GPTs from the Erlang Ecosystem Foundation

Hello! As a member of the Erlang Ecosystem Foundation's Education, Training, & Adoption...

Learn More 9 0Jul 2

Bridging the Gap: Simplifying Live Component Invocation in Phoenix LiveView

Inspired by a conversation on Bsky (Thanks Netto) about the release of Phoenix LiveView 1.0. The...

Learn More 8 5Dec 4 '24

Advanced IEx Helpers: Mastering Commands and Features in Elixir

Following our previous exploration of IEx basics, let's dive into the advanced helpers and features...

Learn More 8 0Nov 17 '24

Building a Live Search Feature with Phoenix LiveView

One of the most powerful features of Phoenix LiveView is its ability to build interactive, real-time...

Learn More 8 2May 11

Complete Guide: Setting up VS Code for Elixir and Phoenix Development

In this guide, we'll explore how to configure Visual Studio Code for Elixir and Phoenix development....

Learn More 8 0Nov 10 '24

Phoenix LiveView Optimization Guide

Intro Phoenix LiveView is very attractive for real-time & rich interactive web app. I...

Learn More 8 1Nov 10 '24

Optimize LiveView Performance with Temporary Assigns

When working with Phoenix LiveView, you often juggle a lot of data while building interactive,...

Learn More 7 0Nov 26 '24

Learning Elixir: Function Composition

Function composition is like building with LEGO blocks - you create small, simple pieces that can be...

Learn More 7 2Jun 28

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

Who's Still Podcasting About Elixir? (May 2025 Edition)

I am writing this post on May 23, 2025. First, let me define what I mean by an active podcast: one...

Learn More 7 3May 23

Intro Functional Programming - 2: Higher-order Function

Higher-Order Functions Are Your New Superpower Part 2 of 4: From Code Chaos to...

Learn More 7 1Jun 5

Elixir Learning Plan

I have struggled all year with learning Elixir. I headed out on the wrong path so it my fault not...

Learn More 7 1Oct 11 '24

Learning Elixir: Understanding Numbers

Elixir treats numbers with special care. Whether you're doing basic arithmetic, handling financial...

Learn More 7 0Dec 14 '24