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.
For, Map and Reduce in Elixir

For, Map and Reduce in Elixir

29
Comments 2
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

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

Send a msg to Discord channel through webhook in Elixir

4
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

12
Comments 4
7 min read
Introducing Elixir Drops

Introducing Elixir Drops

Comments
5 min read
Easy site Crawling in Elixir with ex_crawlzy

Easy site Crawling in Elixir with ex_crawlzy

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

Gen servers - Abstracting state management and task run together

204
Comments 11
5 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
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

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

Validate Data in a Phoenix Application for Elixir

3
Comments
7 min read
Moving the Blog to Elixir

Moving the Blog to Elixir

5
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

348
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
Como começar a programar em Elixir?

Como começar a programar em Elixir?

2
Comments
2 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
Enhancing SQL Traceability with Sqlcommenter in Elixir

Enhancing SQL Traceability with Sqlcommenter in Elixir

Comments
5 min read
An Introduction to Exceptions in Elixir

An Introduction to Exceptions in Elixir

5
Comments
8 min read
How to write a CRUD CLI using Elixir and ScyllaDB

How to write a CRUD CLI using Elixir and ScyllaDB

173
Comments 8
18 min read
¿Por qué elegir Elixir y Phoenix?

¿Por qué elegir Elixir y Phoenix?

9
Comments
6 min read
How to get the host from a LiveView Socket

How to get the host from a LiveView Socket

1
Comments
1 min read
Isomorphic showdown: liveview vs nextjs

Isomorphic showdown: liveview vs nextjs

1
Comments 2
2 min read
Understanding Process Restart Strategies: Transient, Temporary, and Permanent

Understanding Process Restart Strategies: Transient, Temporary, and Permanent

17
Comments 2
6 min read
Phoenix 1.7 for Elixir: Edit a Form in a Modal

Phoenix 1.7 for Elixir: Edit a Form in a Modal

Comments
9 min read
Managing Timeouts in GenServer in Elixir: How to Control Waiting Time in Critical Operations

Managing Timeouts in GenServer in Elixir: How to Control Waiting Time in Critical Operations

6
Comments
4 min read
Keynote Speakers da Elixir Fortaleza Conf 2023

Keynote Speakers da Elixir Fortaleza Conf 2023

11
Comments
5 min read
Serving Spam Detection With XGBoost and Elixir

Serving Spam Detection With XGBoost and Elixir

Comments
23 min read
Phoenix Internationalization

Phoenix Internationalization

5
Comments
2 min read
Writing a Custom Credo Check in Elixir

Writing a Custom Credo Check in Elixir

3
Comments 1
11 min read
Elixir syntax for Ruby developers: a quick introduction

Elixir syntax for Ruby developers: a quick introduction

2
Comments
9 min read
1O things in Elixir that confuse Ruby programmers - Part 1

1O things in Elixir that confuse Ruby programmers - Part 1

1
Comments
6 min read
Event Based System with Localstack (Elixir Edition): Notifing to SQS when a file its uploaded

Event Based System with Localstack (Elixir Edition): Notifing to SQS when a file its uploaded

2
Comments
3 min read
Boost HTTP Client Monitoring in Elixir with AppSignal and Tesla Templates

Boost HTTP Client Monitoring in Elixir with AppSignal and Tesla Templates

Comments
4 min read
Elixirでリストの最初の要素を取得

Elixirでリストの最初の要素を取得

2
Comments
2 min read
Data Processing with Elixir (Part 2)

Data Processing with Elixir (Part 2)

6
Comments 3
3 min read
Data processing with Elixir (Part 1)

Data processing with Elixir (Part 1)

9
Comments 5
4 min read
Elixir Phoenix 1.7 breadcrumb component

Elixir Phoenix 1.7 breadcrumb component

4
Comments
4 min read
Beautiful pipelines in Elixir

Beautiful pipelines in Elixir

2
Comments
1 min read
Deploy Phoenix App to fly.io with custom domain

Deploy Phoenix App to fly.io with custom domain

Comments
2 min read
Add a Form to a Modal in Phoenix 1.7

Add a Form to a Modal in Phoenix 1.7

1
Comments
7 min read
Do It - Elixir Command Line Interface Library

Do It - Elixir Command Line Interface Library

2
Comments 3
2 min read
Using ECharts in Elixir Livebook

Using ECharts in Elixir Livebook

2
Comments
3 min read
Random Cut Forests

Random Cut Forests

4
Comments
5 min read
A Deep Dive into Mutations with Absinthe

A Deep Dive into Mutations with Absinthe

Comments
8 min read
LiveView vs LiveComponent vs Component

LiveView vs LiveComponent vs Component

19
Comments
2 min read
Observe Your Phoenix App with Structured Logging

Observe Your Phoenix App with Structured Logging

3
Comments
15 min read
Monitoring Your Elixir GraphQL API with AppSignal

Monitoring Your Elixir GraphQL API with AppSignal

Comments
4 min read
Optimizing Elixir Phoenix action with huge json response by responding by cached, gzipped values.

Optimizing Elixir Phoenix action with huge json response by responding by cached, gzipped values.

Comments
2 min read
Testing Timer-based Logic in Elixir with Klotho Library

Testing Timer-based Logic in Elixir with Klotho Library

8
Comments
5 min read
How to merge Tailwind class in Elixir Phoenix

How to merge Tailwind class in Elixir Phoenix

5
Comments 1
2 min read
Implement `toggle_attribute` with LiveView JS

Implement `toggle_attribute` with LiveView JS

3
Comments 3
2 min read
The First E-commerce Shop on Mars

The First E-commerce Shop on Mars

2
Comments
6 min read
[TIL] Reusable LiveView.JS commands with JS.exec

[TIL] Reusable LiveView.JS commands with JS.exec

3
Comments
3 min read
Testing in Elixir: Ensuring code quality

Testing in Elixir: Ensuring code quality

4
Comments
2 min read
loading...