November 2024
-
🐥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
September 2024
-
🐥Implementing a Python Singleton with Decorators
-
🐥Fixing the gettext warning in Phoenix
-
🐥Using zsh to batch change file extensions
-
🐥Elixir can pack a lot into a little
-
🐥Removing a commit from a remote git branch
-
🐥.gitignore files on GitHub