November 2025
-
10 Nov 2025🐥Stripping HTML from strings in Python using only the standard library
-
7 Nov 2025🐥Moving the required asterisk to the end of form labels in Element Plus
-
6 Nov 2025🐥Creating a Zsh alias to create Git branches from develop
-
5 Nov 2025🐥Managing firewall rules with UFW on Linux
-
4 Nov 2025🐥Changing ownership of all objects in a PostgreSQL database
October 2025
-
29 Oct 2025🐥Parsing JSON lists into Pydantic models
-
28 Oct 2025🐥Detecting the number of CPU cores in Python
-
27 Oct 2025🐥Why indexing foreign key columns matters for cascade deletes in PostgreSQL
-
26 Oct 2025🐥Removing consecutive duplicates from a list of maps in Elixir
-
25 Oct 2025🐥Blocking specific paths and filenames in Caddy 2
-
24 Oct 2025🐥Filtering users without a specific association in SQL
-
23 Oct 2025🐥Pattern matching alternatives in PHP
-
22 Oct 2025🐥Getting the ISO week number from a date in Elixir
-
21 Oct 2025🐥Padding and making a list cumulative in Elixir
-
20 Oct 2025🐥Building a simple animated bar chart with Elixir, HEEx, and TailwindCSS
-
19 Oct 2025🐥Comparing GPS coordinates in Elixir
-
18 Oct 2025🐥Using input variables in VS Code tasks
-
17 Oct 2025🐥Why global scopes in Laravel are a good idea
-
15 Oct 2025🐥Speeding up large Eloquent IN queries with temporary tables
-
9 Oct 2025🐥Why using uv run --frozen matters in production
-
8 Oct 2025🐥Laravel best practices every developer should follow