Stuff I write
  • Home
Subscribe

elixir

A collection of 2 posts
Playing with Elixir- Part 2: Process Registry
erlang Featured

Playing with Elixir- Part 2: Process Registry

Processes are the basic building blocks in Elixir. These are used for building distributed fault tolerant systems. These can be compared to "actors" in AKKA (AKKA actors are inspired from Erlang). Processes are isolated from each other, run concurrent to one another and communicate via message passing. You can start
Mar 31, 2018 3 min read
Playing with Elixir
elixir

Playing with Elixir

Recently Elixir and their web framework Phoenix has been picking up lot of interest, especially from HN. I decided to take a look and it looks very exciting. Some time back when I was playing with XMPP, I came across Erlang. But it had a very deep learning curve and
Aug 18, 2017 2 min read
Stuff I write © 2022
  • Data & privacy
  • Contact
  • Contribute →
Powered by Ghost