December 2024
-
🐥Implement the Inspect protocol for your Ecto / Ash models
-
🐥Converting Collections to Queries in Laravel Using toQuery()
-
🐥Using encryption in Laravel queued jobs
-
🐥Pretty-printing SQL using Elixir
-
🐥Pretty printing JSON using Elixir
-
🐥Assigning values from a map to a socket in Elixir Phoenix
-
🐥TIL: running a scheduled command manually in Laravel
-
🐥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