DEV Community

Elixir

This is where we talk about all thing related to the Elixir language, including it's surrounding OTP ecosystem.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
AppSignal’s Top 5 Elixir Posts in 2023

AppSignal’s Top 5 Elixir Posts in 2023

1
Comments
2 min read
Where Nerves-related Mix tasks are defined?

Where Nerves-related Mix tasks are defined?

2
Comments
3 min read
ElixirScript, a Github Action to run Elixir code in workflow steps

ElixirScript, a Github Action to run Elixir code in workflow steps

Comments
2 min read
What's New in Elixir 1.16

What's New in Elixir 1.16

3
Comments 2
7 min read
Elevate Your Elixir With Sigils

Elevate Your Elixir With Sigils

Comments
11 min read
Creating an efficient SpellChecker in Elixir

Creating an efficient SpellChecker in Elixir

Comments
3 min read
Easy LLM based text classification with instructor_ex

Easy LLM based text classification with instructor_ex

2
Comments 1
2 min read
Adding DALL-E to your Elixir app

Adding DALL-E to your Elixir app

1
Comments
3 min read
Elixir: A BEAM Machine

Elixir: A BEAM Machine

3
Comments 1
5 min read
How to import CSV file to the Database

How to import CSV file to the Database

1
Comments
1 min read
Definindo item ativo no menu no Phoenix Framework usando Short-circuit Evaluation

Definindo item ativo no menu no Phoenix Framework usando Short-circuit Evaluation

7
Comments
2 min read
Defining active menu item in Phoenix Framework through Short-circuit Evaluation

Defining active menu item in Phoenix Framework through Short-circuit Evaluation

5
Comments
2 min read
Resumable Uploading of Files in Live View (Phoenix/Elixir/JS)

Resumable Uploading of Files in Live View (Phoenix/Elixir/JS)

1
Comments
4 min read
Upgrading to Phoenix 1.7

Upgrading to Phoenix 1.7

1
Comments
6 min read
Schroedinger's Snack Stash

Schroedinger's Snack Stash

4
Comments
5 min read
Exploring the Data Analysis: From Python Certification to the Elixir Challenge - Mean-Variance-Standard Deviation Calculator

Exploring the Data Analysis: From Python Certification to the Elixir Challenge - Mean-Variance-Standard Deviation Calculator

2
Comments 2
4 min read
Using the Keyword module for options

Using the Keyword module for options

4
Comments
1 min read
Parsing data from CSV into PostgreSQL in Phoenix Framework project with Elixir

Parsing data from CSV into PostgreSQL in Phoenix Framework project with Elixir

Comments
2 min read
The Macaron Paradox

The Macaron Paradox

1
Comments
3 min read
Advanced Multi-tenancy for Elixir Applications Using Ecto

Advanced Multi-tenancy for Elixir Applications Using Ecto

3
Comments
9 min read
Spice up your LiveView app with a cool loading spinner!

Spice up your LiveView app with a cool loading spinner!

4
Comments 2
3 min read
How to take leverage from on_mount to reduce code

How to take leverage from on_mount to reduce code

8
Comments 2
1 min read
Notes on semantic search with Elixir and Bumblebee

Notes on semantic search with Elixir and Bumblebee

Comments
8 min read
Zoom + Pan, clamped to a container

Zoom + Pan, clamped to a container

Comments
2 min read
File upload to AWS S3 or S3 compatible bucket from Phoenix LiveView using Elixir

File upload to AWS S3 or S3 compatible bucket from Phoenix LiveView using Elixir

6
Comments
7 min read
Integrando um BFF Rest com um microsserviço via gRPC

Integrando um BFF Rest com um microsserviço via gRPC

1
Comments 1
4 min read
Setting Up a Multi-tenant Phoenix App for Elixir

Setting Up a Multi-tenant Phoenix App for Elixir

2
Comments
11 min read
What you should know about the live_session macro

What you should know about the live_session macro

2
Comments
1 min read
Performance optimization when adding 12,000+ markers to the map that renders fast with Elixir, LiveView, and Leaflet.js

Performance optimization when adding 12,000+ markers to the map that renders fast with Elixir, LiveView, and Leaflet.js

5
Comments 5
7 min read
Avoid Trips To The Database With Nebulex - Phoenix Series

Avoid Trips To The Database With Nebulex - Phoenix Series

2
Comments
4 min read
Building an AI Chatbot with Elixir + Phoenix LiveView

Building an AI Chatbot with Elixir + Phoenix LiveView

Comments
3 min read
Build Phoenix Docker Compose development environment easily

Build Phoenix Docker Compose development environment easily

3
Comments
2 min read
When to use the handle_params callback

When to use the handle_params callback

9
Comments
1 min read
Why I chose Elixir & Phoenix for UneeBee

Why I chose Elixir & Phoenix for UneeBee

5
Comments 3
3 min read
How to use unique_index wisely to grasp our business logic

How to use unique_index wisely to grasp our business logic

1
Comments
1 min read
Using Phoenix LiveView to create interactive courses

Using Phoenix LiveView to create interactive courses

6
Comments 2
1 min read
Using Phoenix Channels? High Memory Usage? Save Money With ERL_FULLSWEEP_AFTER

Using Phoenix Channels? High Memory Usage? Save Money With ERL_FULLSWEEP_AFTER

Comments
5 min read
Modern Modal For Phoenix Liveview

Modern Modal For Phoenix Liveview

Comments
8 min read
Validating Data in Elixir: Using Ecto and NimbleOptions

Validating Data in Elixir: Using Ecto and NimbleOptions

1
Comments
8 min read
Como começar a programar em Elixir?

Como começar a programar em Elixir?

2
Comments
2 min read
For, Map and Reduce in Elixir

For, Map and Reduce in Elixir

21
Comments
3 min read
Supervisors - Letting things crash

Supervisors - Letting things crash

192
Comments 9
5 min read
How To Use Zig for Elixir NIFs

How To Use Zig for Elixir NIFs

9
Comments
8 min read
Send a msg to Discord channel through webhook in Elixir

Send a msg to Discord channel through webhook in Elixir

3
Comments
4 min read
Do It - Subcommands and Single Binary CLI

Do It - Subcommands and Single Binary CLI

2
Comments
2 min read
Começando com testes unitários nos módulos LiveView

Começando com testes unitários nos módulos LiveView

2
Comments 2
4 min read
Functional domain modeling in Elixir

Functional domain modeling in Elixir

14
Comments 4
7 min read
API Prototypes with dbb: A little more than a prototype

API Prototypes with dbb: A little more than a prototype

Comments
2 min read
Gen servers - Abstracting state management and task run together

Gen servers - Abstracting state management and task run together

203
Comments 11
5 min read
Easy site Crawling in Elixir with ex_crawlzy

Easy site Crawling in Elixir with ex_crawlzy

2
Comments
5 min read
Building Apps with Tauri and Elixir

Building Apps with Tauri and Elixir

6
Comments
5 min read
Phoenix LiveView: When to use navigate, patch, href, redirect, push_patch, push_navigate

Phoenix LiveView: When to use navigate, patch, href, redirect, push_patch, push_navigate

2
Comments
2 min read
Validate Data in a Phoenix Application for Elixir

Validate Data in a Phoenix Application for Elixir

9
Comments
7 min read
Moving the Blog to Elixir

Moving the Blog to Elixir

11
Comments
3 min read
Pattern matching - Dealing with the if statement nightmare

Pattern matching - Dealing with the if statement nightmare

220
Comments 8
7 min read
Handling state between multiple processes with elixir

Handling state between multiple processes with elixir

347
Comments 26
5 min read
Start with unit tests on LiveView modules

Start with unit tests on LiveView modules

2
Comments 2
4 min read
How to start programming in Elixir?

How to start programming in Elixir?

6
Comments
1 min read
10 things in Elixir that confuse Ruby programmers - Part 2

10 things in Elixir that confuse Ruby programmers - Part 2

3
Comments 2
6 min read
How To Reduce Reductions in Elixir

How To Reduce Reductions in Elixir

1
Comments
6 min read
loading...