10 Killer Elixir Tips —#10

It is a great pleasure to come up with another set of tips that you may or may not know. I am using 👇

Blackode
February 06, 2020

10 Killer Elixir Tips —#10

It is a great pleasure to come up with another set of tips that you may or may not know. I am using 👇

Read more

elixir tips programming

10 Killer Elixir Tips —#9

It is a great pleasure to come up with another set of tips that you may or many not know. I am using 👇

Read more

elixir tips programming

10 Common Code Refactoring Experiences|Elixir

This article comprises of common Elixir coding techniques that you may or may not know.

Read more

elixir tips programming

Elixir as Wife

Just imagine the consequences…

Read more

elixir tips programming

Write Better Elixir Code :)

This article comprises of some good coding techniques in Elixir. However, it is up to you to accept or not. Some may look familiar to you; please excuse me for...

Read more

elixir tips programming

How to perform Hot Code Swapping using Distillery—#2 — A (Live Demo) GenServer State update.

If you are unaware of basics on Hot Code Swapping, read the part 1 below to get some idea before you take a long step on code swapping or hot...

Read more

elixir tips programming

Gitlab-ing Phoenix — (Elixir and others) Aka GitOps

This article is all about Automating Phoenix Development & Deployment using Gitlab CI/CD.

Read more

elixir tips programming

How to perform Hot Code Swapping in Elixir-#1

This article will guide you to perform hot code swapping using GenServer & :sys.change_code function.

Read more

elixir tips programming

How to set the GenServer State on fly using :sys module — Elixir/Erlang

This article guides you to set the state of the GenServer on fly using iex

Read more

elixir tips programming