June 2025
-
🐥Load static config at compile time in Elixir
-
🐥Sharing a local https server using ngrok
-
🐥Smart title casing in Elixir (with special word preservation)
May 2025
-
🐥Using put_change vs force_change in Ecto changesets: what's the difference?
-
🐥Enabling test coverage in Laravel Herd with pcov on macOS
-
🐥How to upgrade PostgreSQL on Ubuntu Server
-
🐥Converting markdown to HTML using MDEx with syntax highlighting
-
🐥Emitting native click events in Vue 3
-
🐥Using self-signed HTTPS certificates in Phoenix on macOS
-
🐥Tuning PostgreSQL query planning with SET STATISTICS
-
🐥Fixing MySQL not starting on macOS (Homebrew Installation)
-
🐥Laravel HTTP Client and why your file downloads may fail
-
🐥Checking the Redis server version of a running instance
-
🐥Improved installation and frontend hooks in Laravel Echo 2.1
-
🐥Adding a security.txt file to your website
-
🐥Why Caddy redirects override your respond directives
-
🐥How to list installed composer package versions in PHP projects
-
🐥What is package hallucination in npm?
-
🐥Laravel validation: present vs required
-
🐥Detecting compile-time cycles in Elixir with mix xref
-
🐥Installing an Elixir dependency from a custom fork
-
🐥Understanding $emit vs defineEmits in Vue 3
-
🐥Passing Elixir config values to LiveView hooks
-
🐥How to duplicate a table in PostgreSQL
-
🐥Duplicating a git repository to a new remote