Curiosum Blog

TOP Elixir media and resources

Top Elixir Learning Media & Resources in 2022

Regardless of whether you've only just heard of the Elixir programming language and would like to learn it, or if you're a seasoned developer with years of experience, you need adequate learning resources to ensure steady progress in your career - and just equally as important is the need to be up to date with what's new & trending in the functional

Elixir Programming Language - Interview

Elixir Programming Language - Interview

Michał Buszkiewicz, CTO at Curiosum, was a guest in Podcast POIT ("Porozmawiajmy o IT"/"Let's talk about IT") conducted by Krzysztof Kempiński. The interview took place in Polish, but the content discussed during the meeting was extremely interesting, so we decided to make English transcription for you.

Debugging Elixir Code: The Definitive Guide

Debugging Elixir Code: The Definitive Guide

Every application contains bugs, and even if it doesn't, it will. And even if you're not a notorious bug producer and your code quality is generally good, the conditions programmers work in are often suboptimal - you will often find yourself pulling your hair out over code written years ago by someone no longer involved in your project.

Phoenix LiveView Tutorial: Adding Phoenix PubSub and Pow Authentication to Messenger

Phoenix LiveView Tutorial: Adding Phoenix PubSub and Pow Authentication to Messenger

We've already bootstrapped our Phoenix LiveView-based Messenger app's database structure and a first LiveView page.

This time, we're going to improve real-time communication between the app's users using Phoenix PubSub, and use the Pow library to add secure user authentication.

As of November 2020, the latest Phoenix LiveView version is 0.14.8 - and the series has been updated to match it!