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.
Calculating the Factorial of 10_000 - Elixir

Calculating the Factorial of 10_000 - Elixir

8
Comments 2
1 min read
5 Reasons Why Elixir is Better Than Ruby

5 Reasons Why Elixir is Better Than Ruby

10
Comments 1
6 min read
When Elixir's performance becomes Rust-y

When Elixir's performance becomes Rust-y

21
Comments
8 min read
New webinar - Building Tetris in Elixir

New webinar - Building Tetris in Elixir

11
Comments 1
1 min read
Tree Traversal With Elixir

Tree Traversal With Elixir

27
Comments
4 min read
Mocking Functions in Elixir With ExDoubles

Mocking Functions in Elixir With ExDoubles

4
Comments
1 min read
ลองติดตั้งและใช้ Elixir เบื้องต้น (just print "Hello, World")

ลองติดตั้งและใช้ Elixir เบื้องต้น (just print "Hello, World")

14
Comments
2 min read
Elixir run asynchronous function with Task.async and Task.await

Elixir run asynchronous function with Task.async and Task.await

8
Comments 2
1 min read
Querying nested JSONB fields with Ecto

Querying nested JSONB fields with Ecto

16
Comments
2 min read
How to Use Broadway in Your Elixir Application

How to Use Broadway in Your Elixir Application

11
Comments
9 min read
Elixirメタプログラミング 02: マクロ

Elixirメタプログラミング 02: マクロ

7
Comments
4 min read
Simple MySQL with Elixir

Simple MySQL with Elixir

7
Comments
2 min read
How to write an Elixir code formatter

How to write an Elixir code formatter

12
Comments
5 min read
Understanding LiveView: build a Gallery app

Understanding LiveView: build a Gallery app

17
Comments
12 min read
The benefits of Erlang & Elixir for blockchain

The benefits of Erlang & Elixir for blockchain

29
Comments 1
5 min read
Elixir Phoenix vs. Serverless Node

Elixir Phoenix vs. Serverless Node

13
Comments 2
2 min read
AzureDevOps, Elixir, Docker, CI/CD, and the others — Part 2: Release and deploy.

AzureDevOps, Elixir, Docker, CI/CD, and the others — Part 2: Release and deploy.

30
Comments
5 min read
Elixir Phoenix with Typescript and React – December 2019 Edition

Elixir Phoenix with Typescript and React – December 2019 Edition

42
Comments 6
7 min read
Up And Running With Faktory In Elixir

Up And Running With Faktory In Elixir

5
Comments
8 min read
The Primitives of Phoenix LiveView

The Primitives of Phoenix LiveView

12
Comments
7 min read
Lexers and Parsers: Letting Business Write Business Logic

Lexers and Parsers: Letting Business Write Business Logic

19
Comments 3
12 min read
Caching with Elixir and ETS

Caching with Elixir and ETS

39
Comments
6 min read
How to Read Performance Metrics in AppSignal

How to Read Performance Metrics in AppSignal

7
Comments
8 min read
Which programming language should you learn in 2020?

Which programming language should you learn in 2020?

85
Comments 13
7 min read
Github App authentication strategies with Elixir

Github App authentication strategies with Elixir

11
Comments
7 min read
AzureDevOps, Elixir, Docker, CI/CD, and the others - Part 1: docker-compose and testing.

AzureDevOps, Elixir, Docker, CI/CD, and the others - Part 1: docker-compose and testing.

22
Comments 1
4 min read
mix ecto.migrate で重複エラーが起きた時のメモ

mix ecto.migrate で重複エラーが起きた時のメモ

5
Comments
2 min read
Introduction to Phoenix LiveView

Introduction to Phoenix LiveView

12
Comments 1
3 min read
Give IEx a memory

Give IEx a memory

11
Comments
1 min read
Phoenix LiveView: Build Twitch Without Writing JavaScript

Phoenix LiveView: Build Twitch Without Writing JavaScript

12
Comments
4 min read
Phoenix and Elixir integration guide for passwordless authentication with Kno

Phoenix and Elixir integration guide for passwordless authentication with Kno

8
Comments
8 min read
Creating our first worker/chat-bot HAL

Creating our first worker/chat-bot HAL

6
Comments
3 min read
How to Setup Phoenix LiveView

How to Setup Phoenix LiveView

12
Comments
5 min read
An Introduction to Basic Types in Elixir

An Introduction to Basic Types in Elixir

10
Comments
3 min read
Install Elixir in Debian/Ubuntu using precompiled packages

Install Elixir in Debian/Ubuntu using precompiled packages

7
Comments
2 min read
A Slack bookmarking application in Elixir with Opus

A Slack bookmarking application in Elixir with Opus

10
Comments
5 min read
TIL: Ecto's pin is coercing

TIL: Ecto's pin is coercing

11
Comments 3
2 min read
LiveView TodoMVC - Part 2: params and hooks

LiveView TodoMVC - Part 2: params and hooks

21
Comments
5 min read
Embedded Elixir (without Nerves)

Embedded Elixir (without Nerves)

11
Comments 6
5 min read
Isolating code in contexts

Isolating code in contexts

11
Comments 1
5 min read
TIL: Understanding dialyzer’s “The pattern can never match the type.”

TIL: Understanding dialyzer’s “The pattern can never match the type.”

10
Comments 1
3 min read
Subscribe to messages with pattern matching

Subscribe to messages with pattern matching

13
Comments
4 min read
LiveView TodoMVC - Part 1: templates and events

LiveView TodoMVC - Part 1: templates and events

17
Comments
6 min read
Mocks in Elixir

Mocks in Elixir

11
Comments
8 min read
Test driving a Phoenix endpoint, part I

Test driving a Phoenix endpoint, part I

8
Comments
15 min read
Iterating in Elixir

Iterating in Elixir

7
Comments
3 min read
Minimal Setup for Elixir development in Emacs

Minimal Setup for Elixir development in Emacs

10
Comments
4 min read
Typespecs and Behaviours in Elixir

Typespecs and Behaviours in Elixir

20
Comments 2
6 min read
Three Ways to Start an Elixir Program

Three Ways to Start an Elixir Program

7
Comments
1 min read
Stream.unfold/2

Stream.unfold/2

21
Comments 4
3 min read
Solving MakeArrayConsecutive2 on CodeSignal

Solving MakeArrayConsecutive2 on CodeSignal

5
Comments 1
1 min read
How to implement Authorization in elixir and phoenix

How to implement Authorization in elixir and phoenix

18
Comments 2
3 min read
Interesting Web Technologies to follow in 2019

Interesting Web Technologies to follow in 2019

9
Comments
6 min read
GenServer, Registry, DynamicSupervisor. Combined.

GenServer, Registry, DynamicSupervisor. Combined.

33
Comments
4 min read
Elixir for PHP developers - Programming paradigm

Elixir for PHP developers - Programming paradigm

35
Comments 5
4 min read
Web Scraping in Elixir

Web Scraping in Elixir

14
Comments
12 min read
Clean and reusable test helpers with Elixir macros

Clean and reusable test helpers with Elixir macros

14
Comments 2
3 min read
TIL How to Select Merge with Ecto.Query

TIL How to Select Merge with Ecto.Query

12
Comments 1
4 min read
Phoenix 1.4 with Bootstrap, jQuery, Bootstrap Notify, SASS, and Webpack

Phoenix 1.4 with Bootstrap, jQuery, Bootstrap Notify, SASS, and Webpack

6
Comments
3 min read
Developing with Elixir in Vim

Developing with Elixir in Vim

10
Comments
3 min read
loading...