7th August 2020
In Ruby, we are used to implement background jobs through tools such as Sidekiq, or Resque. In this post, we will see the benefits of some OTP concurrency tools. Hold your horses! OTP to the rescue In the face of background proces…
25th March 2020
Elixir In 2011, a new programming language appeared with a simple focus in mind: Making a programming language concurrent, elegant, easy, blasting fast, and powered by one of the monsters ever built, Erlang. Elixir is a functiona…
7th June 2019
Phoenix is an Elixir framework oriented to highly performant and scalable web applications, but before continuing, we need to know what is Elixir. https://phoenixframework.org Elixir is a functional language designed for scalable…