December 2024
-
🔗Try...Catch As Little As Possible
-
🐥Mocking facades for testing in Laravel
-
🐥Implement the Inspect protocol for your Ecto / Ash models
-
🐥Using encryption in Laravel queued jobs
-
🔗Safer Error Systems in Elixir
-
🔗For loops and comprehensions in Elixir - transforming imperative code
-
🔗What is Utility-First CSS?
-
🐥Using the RouteParameter annotation in Laravel FormRequest classes
November 2024
-
🐥Dynamic order by using Phoenix Ecto
-
🔗How to Implement a Global Transaction for All Routes in Laravel
-
🐥Using each in collections: breaking loops in Laravel
-
🐥Filtering an array by keys in PHP
-
🐥Pattern Matching on Strings in Elixir
July 2024
-
🔗2-Page Login Pattern, And How To Fix It
-
🔗Leverage Concurrency Efficiently When Managing Multiple Tasks in Elixir
June 2024
October 2023
-
🔗Generic "must" helper for Go
-
🐥The transform function in Laravel collections
-
🐥Creating decorators using classes in Python
-
🐥How to alias a method from a trait in PHP
-
🔗Interfaces in Go: Slices