07 Mar 2014
Elixir v0.13 has introduced Maps, a key value store. Quoting elixir 0.13 docs
Read More »
03 Mar 2014
So very first behaviour server of OTP that we are gonna look in is Generic(I am guessing what gen means in erlang) event server.
Read More »
03 Mar 2014
Erlang system is tried and tested for years and known for fault tolerance, robustness, ditributed operation handling and concurrency. OTP, stands for Open Telecom Platform, even though there is nothing specific about telecom.
Read More »
02 Mar 2014
I made to write static file server, can be used as CDN server. Find it at github
Read More »
01 Mar 2014
Most functional languages are great in treating/presenting everything as data.
Elixir is no less, it has power to present anything into data using its powerfull quote, unquote.
Read More »