Test Your Frontend Skills: Try “The Unclickable” Mini Game!TL;DR: https://game.cherepika.oneJul 31, 20241Jul 31, 20241
6 Tips for Starting a Software Pet Project That Won’t Be Abandoned HalfwayI have an excellent idea! -> start new project -> 2 days of coding -> getting bored -> I have another excellent idea! -> go to step 1.May 14, 20241May 14, 20241
Laravel got a new CLI package, and it’s amazing!With the release of Laravel 11, we received a new package that provides extremely beautiful CLI input management.May 2, 20242May 2, 20242
Stop Using These 5 Outdated Optimization Tricks in PHPPremature optimization is the root of all evilFeb 29, 20247Feb 29, 20247
Stop using old-fashioned closures in modern PHP. There are 4* ways to replace them.Yeah, I know that it sounds too provocative 😄 Like “What? Why? What instead?”Jan 25, 202411Jan 25, 202411
How to setup PHPUnit Coverage Report and PHPStan Report using GitHub Actions and GitHub Wiki PagesPHPUnit testing is a industry-standard tool nowadays. PHPStan is a genius sidekick. Everyone (I guess) love them. So, what’s the catch?Nov 28, 20232Nov 28, 20232
4 Reasons to use PHP Enums instead of old-fashioned class constantsAre you still using class constants in PHP, even though Enums were introduced two years ago? It’s time to discover the 4 compelling reasons…Nov 7, 202310Nov 7, 202310
The difference between PHP-Imagick and PHP-GDImages are an essential part of web development, and working with them dynamically is a common requirement. PHP, being a popular…Feb 27, 2023Feb 27, 2023
Published inTowards DevHow to run PHPUnit in Docker in the “pre-commit” hook on the hostNow Docker is a standard for PHP development. It helps to keep the same dev environment even in the big team.Feb 13, 2023Feb 13, 2023
How to keep your legacy PHP project working with minimal effortsI hope this article can be helpful for PHP-based website owners, but also it can be quoted in a conversation between a PHP developer and a…Nov 10, 20221Nov 10, 20221