Improve PHP code quality with static analysis
Learn how to write a custom PHPStan rule to prevent “code smell”
Jun 3, 20225 min read

Search for a command to run...
Learn how to write a custom PHPStan rule to prevent “code smell”

Hold my beer, I can do it on my own! NIH (Not Invented Here) syndrome is often considered an opportunity to prove to ourselves that we can do the same thing, but better, faster, nicer, and more secure than the original. According to Wikipedia, we can...

A short explanation of the Bus Factor and how to hold its score at safe levels

Recently I have read a book: The Phoenix Project by Kevin Behr, Gene Kim and George Spafford; About what the book is? It's a business novel, where fiction is used to point the reader to some of the business values, but unfortunately in my opinion it...
