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.
MixとOTP 08: タスクとgen_tcp

MixとOTP 08: タスクとgen_tcp

6
Comments
4 min read
Deploying Phoenix via Dokku

Deploying Phoenix via Dokku

34
Comments 3
10 min read
Deploying a Phoenix app to Heroku

Deploying a Phoenix app to Heroku

13
Comments 3
3 min read
Elixir: パターンマッチングを使う

Elixir: パターンマッチングを使う

8
Comments
3 min read
Elixir: Elixir 1.9に備わった新機能

Elixir: Elixir 1.9に備わった新機能

12
Comments
2 min read
MixとOTP 07: 依存関係とアンブレラプロジェクト

MixとOTP 07: 依存関係とアンブレラプロジェクト

5
Comments
4 min read
Frontend store with the state on the elixir backend.

Frontend store with the state on the elixir backend.

16
Comments 2
2 min read
The problem with Elixir Umbrella Apps

The problem with Elixir Umbrella Apps

22
Comments 5
3 min read
How to write bitstring as read such as 001 1101 on Elixir

How to write bitstring as read such as 001 1101 on Elixir

6
Comments
3 min read
Technology choices

Technology choices

6
Comments
3 min read
Intro to OOP in Elixir

Intro to OOP in Elixir

45
Comments
4 min read
7 ways to write logic with Elixir's pattern matching

7 ways to write logic with Elixir's pattern matching

69
Comments 3
2 min read
MixとOTP 06: ETS

MixとOTP 06: ETS

11
Comments
4 min read
Step-by-Step Tutorial to Build a Phoenix App that Supports User Uploads

Step-by-Step Tutorial to Build a Phoenix App that Supports User Uploads

46
Comments 2
18 min read
A Tour of Task Async and Await

A Tour of Task Async and Await

15
Comments
5 min read
Routing in Phoenix Umbrella Apps

Routing in Phoenix Umbrella Apps

11
Comments 3
7 min read
MixとOTP 05: ダイナミックスーパーバイザー

MixとOTP 05: ダイナミックスーパーバイザー

9
Comments
3 min read
TIL — Git supports a global exclude file

TIL — Git supports a global exclude file

6
Comments
2 min read
MixとOTP 04: スーパーバイザーとアプリケーション

MixとOTP 04: スーパーバイザーとアプリケーション

7
Comments
3 min read
Elixir: パイプ演算子|>について

Elixir: パイプ演算子|>について

6
Comments
2 min read
Phoenix : changer de bundler

Phoenix : changer de bundler

6
Comments 6
4 min read
Measuring Stack Size in Elixir

Measuring Stack Size in Elixir

13
Comments 1
2 min read
Dev-Log #2: Lander-Game, we have a loop!

Dev-Log #2: Lander-Game, we have a loop!

7
Comments
2 min read
Elixir Stream to process large HTTP responses on the fly

Elixir Stream to process large HTTP responses on the fly

21
Comments
6 min read
Deploying Elixir and Docker in Docker

Deploying Elixir and Docker in Docker

25
Comments
4 min read
MixとOTP 03: GenServer

MixとOTP 03: GenServer

5
Comments
5 min read
Supervisor Intensity, what is it?

Supervisor Intensity, what is it?

6
Comments 4
2 min read
Function/Method look up in Elixir/Ruby

Function/Method look up in Elixir/Ruby

47
Comments 2
4 min read
MixとOTP 02: Agent

MixとOTP 02: Agent

6
Comments
3 min read
Iteration, recursion, and tail-call optimization in Elixir

Iteration, recursion, and tail-call optimization in Elixir

52
Comments 1
7 min read
Dev-Log #1: Lander-Game

Dev-Log #1: Lander-Game

11
Comments 1
2 min read
Hey Process, there is a Message for you!

Hey Process, there is a Message for you!

39
Comments
7 min read
Elixir's If and Elixir's Do

Elixir's If and Elixir's Do

66
Comments 4
6 min read
Spawning processes in Elixir, a gentle introduction to concurrency

Spawning processes in Elixir, a gentle introduction to concurrency

24
Comments
6 min read
Making sense of unfamiliar code

Making sense of unfamiliar code

30
Comments
2 min read
To use or not to use the ++ operator in Elixir

To use or not to use the ++ operator in Elixir

21
Comments
9 min read
MixとOTP 01: Mixを使ってみる

MixとOTP 01: Mixを使ってみる

10
Comments 2
5 min read
Lonestar ElixirConf 2019 Highlights

Lonestar ElixirConf 2019 Highlights

19
Comments 2
5 min read
Sending an SMS with Phoenix

Sending an SMS with Phoenix

60
Comments 3
6 min read
Elixir入門 23: つぎのステップ

Elixir入門 23: つぎのステップ

13
Comments
2 min read
Elixirステップアップのチュートリアルを連載開始(MixとOTPもくじ)

Elixirステップアップのチュートリアルを連載開始(MixとOTPもくじ)

8
Comments
1 min read
Pouring Protocols in Elixir

Pouring Protocols in Elixir

10
Comments
4 min read
Elixir: リストとタプルはいつどちらを使うのか

Elixir: リストとタプルはいつどちらを使うのか

7
Comments
2 min read
Elixir入門 22: Erlangライブラリ

Elixir入門 22: Erlangライブラリ

8
Comments
6 min read
TIL GenServer's `handle_continue/2`

TIL GenServer's `handle_continue/2`

13
Comments
4 min read
[ Elixir | Why Linked Lists? ]

[ Elixir | Why Linked Lists? ]

64
Comments 11
5 min read
Elixir入門 21: デバッグ

Elixir入門 21: デバッグ

5
Comments
5 min read
A Comparison of Elixir Supervision Trees and React Component Trees

A Comparison of Elixir Supervision Trees and React Component Trees

11
Comments 1
3 min read
Elixir入門 20: 型の仕様とビヘイビア

Elixir入門 20: 型の仕様とビヘイビア

9
Comments
3 min read
Elixir: スタックトレースを取得する

Elixir: スタックトレースを取得する

8
Comments
3 min read
Using a GenServer to handle asynchronous and concurrent tasks

Using a GenServer to handle asynchronous and concurrent tasks

19
Comments 1
4 min read
OTP in Elixir: Learn GenServer by Building Your Own URL Shortener

OTP in Elixir: Learn GenServer by Building Your Own URL Shortener

21
Comments 1
14 min read
Ruby vs Elixir - FizzBuzz

Ruby vs Elixir - FizzBuzz

14
Comments 6
6 min read
Are Ruby and Elixir the Perfect Yin and Yang?

Are Ruby and Elixir the Perfect Yin and Yang?

14
Comments 2
2 min read
Elixir入門 19: tryとcatchおよびrescue

Elixir入門 19: tryとcatchおよびrescue

5
Comments
4 min read
How to create a Elixir release and use environment variables configured at runtime.

How to create a Elixir release and use environment variables configured at runtime.

11
Comments 3
4 min read
Elixir Phoenix: How I Turned A Function Into Raw SQL And Then Into An Ecto Query

Elixir Phoenix: How I Turned A Function Into Raw SQL And Then Into An Ecto Query

14
Comments
4 min read
Serving Plug: Building an Elixir HTTP server from scratch

Serving Plug: Building an Elixir HTTP server from scratch

88
Comments
9 min read
Ecto drop Postgres database on AWS RDS

Ecto drop Postgres database on AWS RDS

9
Comments
2 min read
Understanding Recursion with Elixir

Understanding Recursion with Elixir

30
Comments 11
8 min read
loading...