December 2024
November 2024
-
🐥Posting from Elixir to Bluesky using Req part 1
-
🔗Elixir is dynamically and strongly typed
-
🐥The beauty of debugging in Elixir when using dbg()
-
🔗Writing system software: code comments
-
🐥Removing query string parameters from a URL given a prefix
-
🔗Map Lookup in Elixir - A Taxonomy
-
🐥Dynamic order by using Phoenix Ecto
-
🐥Using multiple CSS files in your Elixir Phoenix project
-
🔗Implementing Phoenix LiveView from Concept to Production
-
🔗How We Choose Technologies at PostHog
-
🐥TIL: How does Laravel format a Carbon date in a resource
-
🔗Elixir API from Scratch
-
🔗Prevent Stray HTTP Requests in Laravel Tests: Using preventStrayRequests
-
🐥Getting the real client IP using Elixir Phoenix
-
🔗Content Type Negotiation Made Easy: Laravel's prefers Method
-
🔗Using Rust in Non-Rust Servers to Improve Performance
-
🔗PHP 8.4 Release Announcement
-
🔗Accessing Databases in PhpStorm
-
🐥TIL: Fixing the require error in tailwind.config.js after updating NodeJS to version 23
-
🔗eShop infused with AI - a comprehensive intelligent app sample
-
🔗How to Implement a Global Transaction for All Routes in Laravel
-
🔗A Bluesky Starter Guide for Elixir Devs
-
🔗Easy Mocking in Elixir
-
🐥Using each in collections: breaking loops in Laravel