July 2025
-
🔗Working with Google sheets and Phoenix framework in Elixir
-
🔗Learning Elixir: pipe operator
-
🔗LLMs & Elixir: windfall or deathblow?
-
🔗Overengineered #001: Hello World
-
🔗How to compose and refactor Ecto queries with queries modules
-
🐥How to update a query string parameter in a URL using Elixir
-
🔗Managing distributed state with GenServers in Phoenix and Elixir
-
🔗Distributed Phoenix: deployment and scaling
-
🔗Introducing Elixir Observer: A better way to explore Elixir packages
-
🔗Elixir CI on Speed
-
🔗Phoenix LiveView + Headless UI
-
🔗Nested forms in Phoenix LiveView: advanced tips and tricks
-
🔗A visual tour of Phoenix's updated 'magic link' authentication code generator
June 2025
-
🔗How we use Oban with Elixir to handle our billing routines
-
🐥Removing duplicate lines in Elixir while preserving empty lines
-
🔗sqlite_vec: A wrapper to use sqlite-vec in Elixir
-
🔗Triggering JS from the server in LiveView: showing a spinner
-
🐥Case-insensitive identities with Ash and Elixir
-
🐥Using tzdata to work with time zones in Elixir
-
🔗Embed React, Svelte, or Vue in Phoenix LiveView without sacrificing Elixir simplicity
-
🐥Understanding and using __STACKTRACE__/0 in Elixir
-
🔗Scopes — Phoenix v1.8.0
-
🔗Phoenix.Sync
-
🐥Converting ANSI colors to TailwindCSS classes in Elixir
-
🔗Simple state management with agents with Elixir