June 2025
-
π₯Smart title casing in Elixir (with special word preservation)
-
πPrime and zoom lenses explained: pros, cons and how to decide
-
π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
-
πWhy we should learn multiple programming languages
-
πFiltering GitHub actions by changed files
-
π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)
-
π₯Enabling test coverage in Laravel Herd with pcov on macOS
-
π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
-
π₯How to upgrade PostgreSQL on Ubuntu Server
-
πWhat you should know about Apple's switch from rsync to openrsync
-
πType preferences
-
π₯Converting markdown to HTML using MDEx with syntax highlighting
-
πThe one-person framework in practice
-
πGo read Peter Naur's "Programming as Theory Building" and then come back and tell me that LLMs can replace human programmers
-
π₯Emitting native click events in Vue 3
-
π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
-
πConverting array values to enum instances with Laravel's mapInto