October 2025
-
🐥Padding and making a list cumulative in Elixir
-
🐥Building a simple animated bar chart with Elixir, HEEx, and TailwindCSS
-
🐥Comparing GPS coordinates in Elixir
-
🐥Using input variables in VS Code tasks
-
🐥Why global scopes in Laravel are a good idea
-
🐥Speeding up large Eloquent IN queries with temporary tables
-
🐥Why using uv run --frozen matters in production
-
🐥Laravel best practices every developer should follow
September 2025
-
🐥Making a copy of a MySQL database
-
🐥Running Docker Compose with systemd
-
🐥Inspecting and validating JSON responses in Phoenix with a custom plug
-
🐥Adding an average column to SQL query results with window functions
-
🐥Extending nginx access log retention on Ubuntu
-
🐥Using PHPUnit events to hook into test runs
-
🐥Vector embeddings with Ash, OpenAI, and PostgreSQL
-
🐥Setting up AshPostgres.Extensions.Vector
August 2025
-
🐥Granting a user privileges on a PostgreSQL database
-
🐥Adding ETag support for your Elixir Phoenix app
-
🐥Testing history.pushState with spies in Vitest
-
🐥TIL: Arr::get and defaults can be quirky in Laravel
-
🐥Fixing formatter errors in ElixirLS 0.29
-
🐥Elixir UsageRules development tool
-
🐥Elixir Anti-Patterns