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.
The two universes of programming! OOP and FP!

The two universes of programming! OOP and FP!

82
Comments 13
4 min read
Using pipes in your (test) assertions

Using pipes in your (test) assertions

8
Comments 8
2 min read
Phoenix & Elixir Learning Plan

Phoenix & Elixir Learning Plan

199
Comments 5
4 min read
Headless CMS fun with Phoenix LiveView and Airtable (pt. 1)

Headless CMS fun with Phoenix LiveView and Airtable (pt. 1)

21
Comments 1
4 min read
Quick Demo! Four months of building. 04:18

Quick Demo! Four months of building.

38
Comments 6
2 min read
Elixir & Phoenix: Phase 1 updates

Elixir & Phoenix: Phase 1 updates

5
Comments
3 min read
Hassle-free cursor pagination for Ecto — part 1

Hassle-free cursor pagination for Ecto — part 1

8
Comments 4
5 min read
More Custom Validation Work: Manipulating a Keyword List To and From a Map

More Custom Validation Work: Manipulating a Keyword List To and From a Map

7
Comments
4 min read
Authentication in Phoenix Framework Using Guardian - Boilerplate Code

Authentication in Phoenix Framework Using Guardian - Boilerplate Code

8
Comments 2
2 min read
Concurrency In The Erlang VM

Concurrency In The Erlang VM

63
Comments 7
8 min read
Programs as proteins - a chaperone programmed in Joy

Programs as proteins - a chaperone programmed in Joy

5
Comments
7 min read
Elixir, Ecto, OTP? The beginner's view, Part I.

Elixir, Ecto, OTP? The beginner's view, Part I.

14
Comments
9 min read
A Rabbit Hole of Decimal Formatting

A Rabbit Hole of Decimal Formatting

2
Comments
3 min read
Ultra fast backend with Rust

Ultra fast backend with Rust

21
Comments
7 min read
Webinar: Data scraping made easy in Elixir

Webinar: Data scraping made easy in Elixir

5
Comments
1 min read
Dependências: Bibliotecas ou OTP Applications?

Dependências: Bibliotecas ou OTP Applications?

6
Comments
4 min read
Programs as proteins - a ribosome programmed in Joy

Programs as proteins - a ribosome programmed in Joy

6
Comments
13 min read
First impressions of Phoenix Framework

First impressions of Phoenix Framework

2
Comments 1
3 min read
Deploying Elixir (1 of 3): Building Releases With Mix

Deploying Elixir (1 of 3): Building Releases With Mix

38
Comments 3
5 min read
Saner apps with the Facade Pattern

Saner apps with the Facade Pattern

7
Comments
11 min read
Deploying Elixir (2 of 3): Terraforming an AWS EC2 Instance

Deploying Elixir (2 of 3): Terraforming an AWS EC2 Instance

13
Comments 2
5 min read
Deploying Elixir (3 of 3): Provisioning EC2 With Ansible

Deploying Elixir (3 of 3): Provisioning EC2 With Ansible

14
Comments 1
7 min read
How to Utilize Enum.any?, with a Refactoring Twist!

How to Utilize Enum.any?, with a Refactoring Twist!

6
Comments 3
3 min read
Elixir - be sorted, not sordid

Elixir - be sorted, not sordid

7
Comments
1 min read
Why Elixir is the Programming Language You Should Learn in 2020

Why Elixir is the Programming Language You Should Learn in 2020

31
Comments 1
5 min read
A typogenetics implementation in Elixir

A typogenetics implementation in Elixir

7
Comments
10 min read
Ruby vs Elixir

Ruby vs Elixir

68
Comments 31
1 min read
Elixir for Robots

Elixir for Robots

18
Comments
5 min read
Improve the performances of your Phoenix app with Rust: in both back and front

Improve the performances of your Phoenix app with Rust: in both back and front

18
Comments 1
6 min read
Property-based testing with StreamData

Property-based testing with StreamData

5
Comments
5 min read
Simultaneously Looping Over Two Collections in Elixir

Simultaneously Looping Over Two Collections in Elixir

3
Comments 2
2 min read
Elixir: Binary to Decimal

Elixir: Binary to Decimal

6
Comments
3 min read
You should learn Elixir, here is why...

You should learn Elixir, here is why...

29
Comments
4 min read
Elixir, Weird Syntax, Is It Really ?

Elixir, Weird Syntax, Is It Really ?

5
Comments
3 min read
I did create my first open source project for Elixir: Umbra, the next ExActor

I did create my first open source project for Elixir: Umbra, the next ExActor

6
Comments
3 min read
Adventures in Ecto and PostgreSQL: Partial unique indexes and upserts with associations

Adventures in Ecto and PostgreSQL: Partial unique indexes and upserts with associations

11
Comments
8 min read
Elixir and ETS Alchemy

Elixir and ETS Alchemy

13
Comments
8 min read
Building a City Search with Elixir and Python

Building a City Search with Elixir and Python

10
Comments
9 min read
Linear Regression with Elixir, Phoenix and LiveView. Part II

Linear Regression with Elixir, Phoenix and LiveView. Part II

8
Comments 1
8 min read
Linear Regression with Elixir, Phoenix and LiveView. Part I

Linear Regression with Elixir, Phoenix and LiveView. Part I

13
Comments
7 min read
Phoenix deploys with Elixir 1.9 with systemd (no Docker)

Phoenix deploys with Elixir 1.9 with systemd (no Docker)

19
Comments
6 min read
How to write a super fast link shortener with Mnesia

How to write a super fast link shortener with Mnesia

11
Comments
6 min read
Elixir + RTMP

Elixir + RTMP

5
Comments
1 min read
Erlang Run Time System Book

Erlang Run Time System Book

4
Comments
1 min read
How To Write A Custom Elixir Schema Validation

How To Write A Custom Elixir Schema Validation

6
Comments 2
3 min read
How to serve JavaScript from a Phoenix View

How to serve JavaScript from a Phoenix View

7
Comments
3 min read
Mengenal Pemrograman Konkurensi pada Bahasa Pemrograman Elixir

Mengenal Pemrograman Konkurensi pada Bahasa Pemrograman Elixir

2
Comments 1
3 min read
Difference between "data" and "changes" fields in Ecto.Changeset

Difference between "data" and "changes" fields in Ecto.Changeset

6
Comments
3 min read
Breaking Down Elixir's `with` Expression

Breaking Down Elixir's `with` Expression

5
Comments 5
5 min read
Créer un bot Telegram avec Elixir

Créer un bot Telegram avec Elixir

6
Comments 3
6 min read
Mocking in Elixir: Comparison between Mox, Mockery, Mimic, Syringe, and Lightweight DI

Mocking in Elixir: Comparison between Mox, Mockery, Mimic, Syringe, and Lightweight DI

15
Comments 1
8 min read
Sending email with Elixir and Phoenix 1.5

Sending email with Elixir and Phoenix 1.5

10
Comments
3 min read
Matching binary patterns

Matching binary patterns

21
Comments
5 min read
Setting up Vue and Phoenix 1.5 with vue-cli

Setting up Vue and Phoenix 1.5 with vue-cli

26
Comments 6
3 min read
Adding a custom watcher to Phoenix

Adding a custom watcher to Phoenix

8
Comments 2
5 min read
My Mac Setup 2020 (for Elixir and Phoenix Development)

My Mac Setup 2020 (for Elixir and Phoenix Development)

16
Comments
3 min read
Setting up a new Phoenix 1.5 project! (With Phoenix LiveView!)

Setting up a new Phoenix 1.5 project! (With Phoenix LiveView!)

32
Comments 1
6 min read
Many to Many Relations in Ecto

Many to Many Relations in Ecto

22
Comments 3
3 min read
Tweaking Logger Outputs on the Fly

Tweaking Logger Outputs on the Fly

1
Comments
2 min read
Implementando árvores em Elixir

Implementando árvores em Elixir

17
Comments
7 min read
loading...