December 2024
-
🐥Sending a plain text email using Laravel
-
🐥Creating a reusable "Copy to Clipboard" component in Phoenix LiveView
-
🐥Mail merge using docx and Python
-
🐥Using streaming HTTP responses in Laravel
-
🐥Using the RouteParameter annotation in Laravel FormRequest classes
-
🐥TIL: skip formatting for specific elements in Heex
-
🐥Connecting to your production instance using iex
-
🐥Transform strings using Str::replaceMatches in Laravel
-
🐥Posting from Elixir to Bluesky using Req part 4
-
🐥Posting from Elixir to Bluesky using Req part 3
-
🐥Posting from Elixir to Bluesky using Req part 2
November 2024
-
🐥Posting from Elixir to Bluesky using Req part 1
-
🐥The beauty of debugging in Elixir when using dbg()
-
🐥Removing query string parameters from a URL given a prefix
-
🐥Dynamic order by using Phoenix Ecto
-
🐥Be careful with building delete statements using Laravel Query Builder
-
🐥Using multiple CSS files in your Elixir Phoenix project
-
🐥TIL: How does Laravel format a Carbon date in a resource
-
🐥Getting the real client IP using Elixir Phoenix
-
🐥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