March 2025
-
🐥Preserve working directory when splitting panes in iTerm
-
🐥Adding custom metadata to Laravel Passport Personal Access Tokens
-
🐥Caveat when creating fake text using Faker in PHP tests
-
🐥Converting an image into a black and white SVG
-
🐥TIL: prevent uv from stripping extras while compiling
-
🐥Null vs. Undefined in TypeScript and JavaScript: what's the difference?
-
🐥PHPUnit consecutive parameters
-
🐥Handling multiple date formats in Elixir with timex
-
🐥Using the current URL in a Phoenix LiveView layout
-
🐥Mocking the DB facade in Laravel
-
🐥Using multiple cachex instances in your Elixir Phoenix application
-
🐥Updating the query string in Phoenix LiveView while typing
-
🐥Mitigating security risks of zip file processing with Elixir
-
🐥TIL: Removing all failed jobs from a Laravel Horizon queue
-
🐥How to use calc() in Tailwind CSS
-
🐥Red versus brown Chocotoffs
-
🐥Inspecting journald logs on Ubuntu Server
-
🐥How to safely clean up /var/log/journal on Ubuntu Server
-
🐥Bumping the PHP version in composer.json
February 2025
-
🐥TIL: Setting an env var for all processes on your mac
-
🐥A simple when function for conditional execution in TypeScript
-
🐥Sharing a site using Valet and an ngrok static domain
-
🐥TIL: TypeScript allowSyntheticDefaultImports
-
🐥Optimizing your shell scripts: installing dependencies only when needed
-
🐥Updating the enum values of a database column definition