PHP
Can PHPStan find Dead Public Methods?
Thomas Votruba explains how you can go about this. Read more
Thomas Votruba explains how you can go about this. Read more
Pretty cool what you can do with CSS nowadays Read more
Airdrop determines when you can skip building static assets, saving a LOT of time and server resources in continuous integration and deployment. Read more
Povilas demonstrates a nice little features that was recently added to Laravel.
A typical Laravel application will likely have many routes, config files and possibly some events. In your development environment, these routes and config files will be loaded and registered in each request. The performance penalty Read more…
In this blog post, Josh Comeau shares some of the epiphanies he’s had about this distinction, and how you can use this information in day-to-day work. Read more
PHP 8.2 is scheduled to be released on the 24th of Nov, 2022. Of course, meanwhile, you may test the new features, syntax changes, and other improvements in your local environment. Read more
Let’s explain the two most important topics when working with RDBMSs: indexes and transactions. Read more
Before we learn strategies for better software design, we must understand our enemy – complexity. Let’s define complexity, how to spot it, and what causes it. Read more