July 2025
-
🐥How to do code review
-
🐥10 dead simple SaaS features that users go crazy for
-
🐥Running long-lived SSH commands with tmux
-
🐥Nice idea: Web.Paths in Elixir Phoenix
-
🐥Upgrading Phoenix LiveView to version 1.1
-
🐥A quick way to get an LLM-friendly view of any GitHub repo
-
🐥The ShouldntReport interface in Laravel
-
🐥How to update a query string parameter in a URL using Elixir
June 2025
-
🐥How to check for remote changes and local branches in Git
-
🐥Removing duplicate lines in Elixir while preserving empty lines
-
🐥Case-insensitive identities with Ash and Elixir
-
🐥Using tzdata to work with time zones in Elixir
-
🐥Understanding and using __STACKTRACE__/0 in Elixir
-
🐥Avoiding Flysystem symlink errors in Laravel with Symfony Finder
-
🐥Converting ANSI colors to TailwindCSS classes in Elixir
-
🐥Integrating gravatar in your Elixir app
-
🐥Running ExUnit Tests in Elixir Livebook
-
🐥Handling multiple HTTP methods in a single Phoenix route
-
🐥Sorting with custom order in Elixir
-
🐥Sorting objects in a custom order using JavaScript
-
🐥Parsing ISO8601 duration strings in Elixir using Duration
-
🐥Parsing ISO8601 duration strings in Elixir
-
🐥Accessing a Google Calendar using Elixir
-
🐥Using tokens for API authentication in Elixir Phoenix
-
🐥The difference between ++ and Keyword.merge/2 in Elixir