Posts in category "Development"
-
Frank Prins
How to write decoupled unit tests in Laravel
And how this can make your code more testable and your tests run faster -
Frank Prins
Laravel Service Providers and how to speed up your application
Deferrable providers and how they will save you those valuable first milliseconds -
Frank Prins
Optimizing Gitlab pipelines - Fallback caches workaround (4)
Workaround for gitlab fallback caches not updating -
Frank Prins
Optimizing Gitlab pipelines - PHPStan (3)
Caching caches -
Frank Prins
Optimizing Gitlab pipelines - PHPUnit (2)
Parallelization, coverage and more parallelization -
Frank Prins
Optimizing Gitlab pipelines - Basics (1)
Dependency proxy, Stages, Interruptible jobs, Only running necessary jobs and asset caching -
Frank Prins
Configuring PHP8.1 on Scrutinizer
A frustrating amount of time spent on a simple fix -
Frank Prins
Case insensitive PCRE2 regexes and Unicode case folding
A complicated hunt for a bug in my code with a satisfying answer -
Frank Prins
Using commit constraints in NPM
And how to use that knowledge to get changes sooner -
Frank Prins
Seemingly random composer.lock changes
And how to prevent them -
Frank Prins
Missing flag emojis on Windows
Why 🇳 and 🇱 make 🇳🇱 -
Frank Prins
Using composer to manage local dev paths
And how to keep them out of your composer.json and lock file so your teammates won't be angry at you -
Frank Prins
When to use what HTTP method.
A guide on POST, PUT, PATCH, OPTIONS, DELETE, GET and HEAD