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.
Simple Elixir State Machine for Validation

Simple Elixir State Machine for Validation

12
Comments
2 min read
URL shortener with Elixir and Phoenix

URL shortener with Elixir and Phoenix

23
Comments 4
7 min read
Elixir Plug and JWT

Elixir Plug and JWT

6
Comments 2
5 min read
Writing an Elixir Code Analyzer (with metaprogramming magic 🧙)

Writing an Elixir Code Analyzer (with metaprogramming magic 🧙)

29
Comments 1
12 min read
Docker: Connecting an Elixir/Phoenix App Container and Database Container

Docker: Connecting an Elixir/Phoenix App Container and Database Container

9
Comments
2 min read
Jalan menuju pemahaman yang lebih baik melalui Elixir - Pemrograman Fungsional

Jalan menuju pemahaman yang lebih baik melalui Elixir - Pemrograman Fungsional

2
Comments 1
5 min read
Huffman coding from scratch with Elixir

Huffman coding from scratch with Elixir

9
Comments
11 min read
The weight of choice is heavy

The weight of choice is heavy

22
Comments 4
11 min read
State Machines for business

State Machines for business

26
Comments
6 min read
What I'm learning with live coding

What I'm learning with live coding

3
Comments 1
1 min read
Bot do discord com Elixir e Nostrum

Bot do discord com Elixir e Nostrum

2
Comments
3 min read
Pattern Matching In Elixir

Pattern Matching In Elixir

15
Comments
4 min read
Web FullStack menggunakan Phoenix LiveView - Publisher Subscriber

Web FullStack menggunakan Phoenix LiveView - Publisher Subscriber

6
Comments
4 min read
Development environment for Elixir + Phoenix with Docker and Docker-compose

Development environment for Elixir + Phoenix with Docker and Docker-compose

92
Comments 20
4 min read
Visualize Your Elixir/Phoenix App with Llama Logs

Visualize Your Elixir/Phoenix App with Llama Logs

7
Comments
3 min read
Inspect yourself before you wreck yourself

Inspect yourself before you wreck yourself

12
Comments
4 min read
Emulate bash "history" but for iex

Emulate bash "history" but for iex

5
Comments
2 min read
Setting up OAuth in Phoenix

Setting up OAuth in Phoenix

27
Comments
4 min read
An IoT Birdhouse with Elixir Nerves & Phoenix LiveView Components 🐦

An IoT Birdhouse with Elixir Nerves & Phoenix LiveView Components 🐦

56
Comments
11 min read
Show Dev: One Million Words

Show Dev: One Million Words

5
Comments 2
2 min read
Crawling websites with elixir and crawly

Crawling websites with elixir and crawly

12
Comments 1
3 min read
Announcing Juvet: Working towards a more familiar chat bot framework

Announcing Juvet: Working towards a more familiar chat bot framework

6
Comments
5 min read
Picking a programming language (for 2020)

Picking a programming language (for 2020)

9
Comments
2 min read
Web FullStack menggunakan Phoenix LiveView - Membangun Operasi CRUD

Web FullStack menggunakan Phoenix LiveView - Membangun Operasi CRUD

3
Comments
6 min read
Elixir - schema drop

Elixir - schema drop

5
Comments
1 min read
Quick Demo! Five months of building. 06:25

Quick Demo! Five months of building.

35
Comments 3
2 min read
Setting up `.iex.exs` to Speed up Your Elixir Debugging (and How to Include It in a Docker Image)

Setting up `.iex.exs` to Speed up Your Elixir Debugging (and How to Include It in a Docker Image)

9
Comments
4 min read
Web FullStack menggunakan Phoenix LiveView - Memulai Pembangunan

Web FullStack menggunakan Phoenix LiveView - Memulai Pembangunan

5
Comments
5 min read
Building State Machines in Elixir with Ecto

Building State Machines in Elixir with Ecto

19
Comments
5 min read
3 Things I Learned In 1 Year Working with Functional Programming

3 Things I Learned In 1 Year Working with Functional Programming

60
Comments 2
4 min read
3 Massive Upcoming Virtual Tech Conferences

3 Massive Upcoming Virtual Tech Conferences

6
Comments
2 min read
Headless CMS fun with Phoenix LiveView and Airtable (pt. 4)

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

12
Comments
13 min read
Reasons why I started to code in Elixir

Reasons why I started to code in Elixir

3
Comments 1
1 min read
CircleCI + AWS How to create CI/CD pipeline from scratch Part 0 - Preparation

CircleCI + AWS How to create CI/CD pipeline from scratch Part 0 - Preparation

10
Comments 1
4 min read
Understanding Elixir Plug

Understanding Elixir Plug

21
Comments 1
6 min read
Headless CMS fun with Phoenix LiveView and Airtable (pt. 3)

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

10
Comments
9 min read
Why is no one using Elixir for torrent and webtorrent ?

Why is no one using Elixir for torrent and webtorrent ?

4
Comments
1 min read
Best Practices for Background Jobs in Elixir

Best Practices for Background Jobs in Elixir

17
Comments
6 min read
So Many Ways to Update a Map with Elixir!

So Many Ways to Update a Map with Elixir!

34
Comments 1
3 min read
Deploying the Phoenix Api to DigitalOcean using mix release

Deploying the Phoenix Api to DigitalOcean using mix release

7
Comments
1 min read
A case study for property based testing in Elixir

A case study for property based testing in Elixir

8
Comments
4 min read
Migrate from Rails to Phoenix

Migrate from Rails to Phoenix

13
Comments
3 min read
Headless CMS fun with Phoenix LiveView and Airtable (pt. 2)

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

8
Comments 2
9 min read
Using WebSockets With Cookie-Based Authentication

Using WebSockets With Cookie-Based Authentication

9
Comments
7 min read
First impressions while learning Elixir

First impressions while learning Elixir

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

Using pipes in your (test) assertions

8
Comments 8
2 min read
The two universes of programming! OOP and FP!

The two universes of programming! OOP and FP!

82
Comments 13
4 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 3
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
loading...