Constructing effective data processing workflows using Elixir and Broadway
What is Elixir's Broadway? Get to know some of the possibilities of this tool the Elixir language library, which allows you to acquire data and build data processing pipelines!
Deploy a Phoenix application on Render in just a few clicks. Render has native Elixir environments, free and automatic TLS certificates, and built-in private networking.
Event Sourcing With Elixir - Part 1 :: Bruno Antunes — Thoughts, rants, ideas
Posts in this series
Part 0 Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 Installation Alright! Let’s get busy! In this article we’ll install Elixir, Phoenix and all the other bits we need for our Banking API project. I’m a Linux user at home, and aware of macOS since I use it at work, but no idea about Windows support since I haven’t used it for development for a long time.
Official documentation on how to use Pow with LiveView · Issue #663 · pow-auth/pow
Hello everyone! For the lack of a better place to consolidate this information, I'm opening this issue so we can discuss something that was previously tossed around in other threads: integration wi...
Pattern matching is one of the most essential concepts in Elixir. It is a versatile tool that allows you to compare and destructure data structures, perform case analysis, and much more. In this guide, we will take a deep dive into Elixir's pattern-m...
Getting our Elixir application deployed on Fly.io when we have a `structure.sql` file from running `mix ecto.dump` and we don't have all the migrations anymore.
At the recent PyCascades Python conference, Software engineer Christopher Neugebauer reminded attendees how foolish consistency can be a hobgoblin to productivity.
Building a Elixir & Phoenix Application - Michael Bianco
Learning Elixir Ever since I ran into Elixir/Phoenix through a couple of popular Hacker News posts I’ve been interested in tinkering with the language. I have a little idea for an app that I’m just motivated enough to build that Elixir would work for. I’ve document my learning process below by logging my thoughts as … Continued