August 2023
-
🐥Progress bars in Laravel console commands
-
🐥Colors in Laravel console commands
-
🐥Hiding a Laravel console command
-
🐥Parsing domain names from email addresses and URLs
-
🐥Intersecting multiple slices
-
🐥Removing duplicates from a slice
-
🐥Force update a git tag
-
🐥Package your git repository as a zip file
-
🐥Run anything as daemon on Linux
March 2023
-
🐥TIL: counting values in an array
-
🐥NSS_Init failed: security library: bad database.
December 2022
-
🐥TIL: git --renormalize
-
🐥Getting the full error response body using Guzzle
-
🐥SSH not working in macOS Ventura?
November 2022
-
🐥Running a Laravel seeder from code
-
🐥Filament performance when using Laravel Debug Bar
-
🐥TIL: Extracting pages from a PDF using qpdf
September 2022
August 2022
-
🐥Another way of accessing private and protected properties in PHP
-
🐥Getting the names and values of an enum using a trait