December 2024
-
🔗Introducing the Ash Framework: Zach Daniel's talk in Tokyo
-
🐥Posting from Elixir to Bluesky using Req part 2
-
🔗Better LiveView Hooks with Typescript
-
🔗Default values for function arguments can work differently in Elixir
November 2024
-
🐥Posting from Elixir to Bluesky using Req part 1
-
🔗Elixir is dynamically and strongly typed
-
🔗SQL style guide
-
🐥The beauty of debugging in Elixir when using dbg()
-
🔗Writing system software: code comments
-
🔗Ash Calculations - Cond
-
🐥Removing query string parameters from a URL given a prefix
-
🔗How I Tuned My CI/CD Pipeline To Be Done in 60 Seconds
-
🔗Map Lookup in Elixir - A Taxonomy
-
🐥Dynamic order by using Phoenix Ecto
-
🔗Render heex templates directly from a Phoenix controller
-
🔗The complete guide to handling IMAP e-mails from within Elixir
-
🐥Be careful with building delete statements using Laravel Query Builder
-
🔗Why Bad Code Exists
-
🔗Choosing the right Postgres indexes | Blog
-
🐥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