#elixir
Read more stories on Hashnode
Articles with this tag
Many early client-server systems were stateful. Servers kept working state in memory. They passed messages back and forth with their clients over...
Originally developed for large enterprises, Message Brokers allowed software engineers to break down complex systems into independent services. They...
Assume you're a well-known author signing books at a book signing event. A throng of people has gathered to greet you. Since only one autograph can be...
You may have heard of a philosophy associated with Erlang called "Let It Crash". Erlang applications can quickly recover from errors by restarting...
Differently from the traditional Multi-Page-Application, where the entire page needs to be reloaded whenever the user interacts with it, a Single Page...
LiveView is an innovative library created for Phoenix which gives us the infrastructure we need to develop interactive, real-time, distributed web...