December 2024
-
🔗What I Wish Someone Told Me About Postgres
-
🔗Storing times for human events
-
🔗Haunted by my own projects
-
🔗The Modifications I Make to Every New Phoenix Project
-
🔗Try...Catch As Little As Possible
-
🔗Thoughts on Tailwind 4
-
🔗Bridging the Gap: Simplifying Live Component Invocation in Phoenix LiveView
-
🔗SQL Best Practices: Don't Compare count(*) with 0
-
🔗I don't know how to build software and you don't either
-
🔗Don't Do This in PostgreSQL
-
🔗LiveBook for Testing
-
🔗Feature story: why we got rid of plans
-
🔗Debugging Phoenix LiveView with open_browser/2
-
🔗Handle Phoenix Exceptions Gracefully
-
🔗Easy totals and subtotals in Postgres with rollup and cube
-
🔗Advanced IEx helpers: mastering commands and features in Elixir
-
🔗Optimizing SQLite for servers
-
🔗Laravel Debugbar: 4 Less-Known Features
-
🔗Safer Error Systems in Elixir
-
🔗Keyword.get considered harmful in Elixir
-
🔗Making content-aware components using CSS :has(), grid, and quantity queries
-
🔗A Friendly Introduction to Container Queries
-
🔗Speeding up with ETS
-
🔗Content Security Policy header with Phoenix LiveView
-
🔗Phoenix Autocomplete Input Component w/o Javascript