© 2026 Hashnode
Concurrency is a core strength of Elixir, a language designed for building scalable and maintainable applications. Leveraging the Erlang VM, Elixir excels in handling numerous simultaneous connections, making it ideal for modern web applications, rea...

This blog is a continuation of a two-part blog. This is going to be part 2. In the previous blog, we've seen the designing of the process layer (Boundary Layer) of the application. We implemented the GenServer and started it with Supervisor. We also ...

Phoenix Liveview is a new library that works with Phoenix and provides real-time user experiences with server-rendered HTML. The library documentation itself says LiveView provides rich, real-time user experiences with server-rendered HTML. In this b...
