November 2024
-
🐥Using Tailwind 4.0.0-beta.1 with Elixir Phoenix
-
🐥How to add relative percentages to MySQL query results
-
🐥TIL: Fixing the require error in tailwind.config.js after updating NodeJS to version 23
-
🐥Exporting all variables from a .env file
-
🐥The Hidden Dangers of Sorting and Pagination in MySQL: Handling Nullable Columns
-
🐥Using each in collections: breaking loops in Laravel
-
🐥Adding or updating query string parameters using Elixir
-
🐥Adding a health check to a Phoenix web app
-
🐥Filtering an array by keys in PHP
-
🐥Parsing dates with different formats using Elixir Timex
-
🐥Pattern Matching on Strings in Elixir
-
🐥Exploring Laravel Collections: Creating a Recursive Macro
-
🐥How to Convert an SVG to PNG using qlmanage on macOS
-
🐥Retrieving the final URL after auto redirect with Elixir Req
-
🐥Rendering a HEEx component in code
October 2024
-
🐥Logging Execution Time in Elixir
-
🐥Setting up fail2ban on your VPS
-
🐥Setting up a firewall on your VPS
-
🐥Use Logger metadata in Elixir to spruce up your logs
-
🐥How to properly annotate a custom Laravel Eloquent Builder
-
🐥Measuring code performance with the console in JavaScript
-
🐥TIL: Deleting duplicate rows in a database
-
🐥Backing up a PostgreSQL database
-
🐥Showing Elixir server logs in the browser console
-
🐥Rewriting links in a Phoenix LiveView app