January 2025
-
🐥Ecto migrations and custom commands
-
🐥TIL: Generic components in VueJS
-
🐥Using the Caddy webserver with Elixir Phoenix
-
🐥Running an Elixir Phoenix release using systemd
-
🐥Useful apt commands
-
🐥Killing commands by matching their name and parameters
-
🐥Dependabot: individual pull requests for major updates and grouped for minor/patch updates
-
🐥Disable scout in Laravel Nova for certain models
-
🐥Troubleshooting blocked queries in PostgreSQL
December 2024
-
🐥My Strava results from 2024
-
🐥Most viewed posts from 2024
-
🐥2024 Year in Code: it has been a busy year
-
🐥The fastest way to install Elixir on any platform
-
🐥Get full HTTP responses in exceptions when using Laravel
-
🐥Redis when using cache, onOneServer and Horizon together
-
🐥Mocking facades for testing in Laravel
-
🐥Clickable links in Laravel console output
-
🐥High CPU usage in PhpStorm with some VueJS files using TypeScript
-
🐥Implement the Inspect protocol for your Ecto / Ash models
-
🐥Converting collections to queries in Laravel Using toQuery()
-
🐥Using encryption in Laravel queued jobs
-
🐥Pretty-printing SQL using Elixir
-
🐥Pretty printing JSON using Elixir
-
🐥Assigning values from a map to a socket in Elixir Phoenix
-
🐥TIL: running a scheduled command manually in Laravel