June 2025
-
πWhat's new in LiveDebugger v0.2.0?
-
πWhat Elixir taught me about design patterns
-
π₯Smart title casing in Elixir (with special word preservation)
-
πConfiguring a dev environment for Phoenix package development
May 2025
-
π₯Using put_change vs force_change in Ecto changesets: what's the difference?
-
πImprove UX with LiveView page transitions
-
πFile upload to AWS S3 or S3 compatible bucket from Phoenix LiveView using Elixir
-
πSurprising HEEx @rest defaults
-
πNetwork optimization (4x WS message size reduction) for sending lots of data from server to client (LiveView)
-
πPerformance optimization when adding 12,000+ markers to the map that renders fast with Elixir, LiveView, and Leaflet.js
-
πElixir is not owned by Big Tech
-
π₯Converting markdown to HTML using MDEx with syntax highlighting
-
πClean up your seeds with Generators and AshOps
-
πReduce, Reuseβ¦ Refactor: clearer Elixir with the Enum module
-
π₯Using self-signed HTTPS certificates in Phoenix on macOS
-
πHow to async tests in Elixir
-
πJob Lifecycle β Oban v2.19.4
-
πElixir DBConnection pooling deep dive
-
πPhoenix with Inertia.js vs LiveView
-
πBuild your own GitHub CI automation for code reviews using Elixir and Gemini
-
πHow to build a GitHub-style markdown editor
-
π₯Detecting compile-time cycles in Elixir with mix xref
-
π₯Installing an Elixir dependency from a custom fork
-
π₯Passing Elixir config values to LiveView hooks
-
πImport, alias, require, and use in Elixir