November 2024
-
29 Nov 2024🐥The beauty of debugging in Elixir when using dbg()
-
28 Nov 2024🐥Removing query string parameters from a URL given a prefix
-
27 Nov 2024🐥Dynamic order by using Phoenix Ecto
-
26 Nov 2024🐥Be careful with building delete statements using Laravel Query Builder
-
25 Nov 2024🐥Using multiple CSS files in your Elixir Phoenix project
-
24 Nov 2024🐥TIL: How does Laravel format a Carbon date in a resource
-
23 Nov 2024🐥Getting the real client IP using Elixir Phoenix
-
22 Nov 2024🐥Using Tailwind 4.0.0-beta.1 with Elixir Phoenix
-
21 Nov 2024🐥How to add relative percentages to MySQL query results
-
20 Nov 2024🐥TIL: Fixing the require error in tailwind.config.js after updating NodeJS to version 23
-
19 Nov 2024🐥Exporting all variables from a .env file
-
18 Nov 2024🐥The Hidden Dangers of Sorting and Pagination in MySQL: Handling Nullable Columns
-
16 Nov 2024🐥Using each in collections: breaking loops in Laravel
-
15 Nov 2024🐥Adding or updating query string parameters using Elixir
-
14 Nov 2024🐥Adding a health check to a Phoenix web app
-
13 Nov 2024🐥Filtering an array by keys in PHP
-
12 Nov 2024🐥Parsing dates with different formats using Elixir Timex
-
11 Nov 2024🐥Pattern Matching on Strings in Elixir
-
10 Nov 2024🐥Exploring Laravel Collections: Creating a Recursive Macro
-
8 Nov 2024🐥How to Convert an SVG to PNG using qlmanage on macOS
-
5 Nov 2024🐥Retrieving the final URL after auto redirect with Elixir Req
-
3 Nov 2024🐥Rendering a HEEx component in code