Test Your Frontend Skills: Try “The Unclickable” Mini Game!TL;DR: https://game.cherepika.oneJul 31, 2024A response icon1Jul 31, 2024A response icon1
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, 2024A response icon1May 14, 2024A response icon1
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, 2024A response icon2May 2, 2024A response icon2
Stop Using These 5 Outdated Optimization Tricks in PHPPremature optimization is the root of all evilFeb 29, 2024A response icon7Feb 29, 2024A response icon7
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, 2024A response icon11Jan 25, 2024A response icon11
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, 2023A response icon2Nov 28, 2023A response icon2
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, 2023A response icon10Nov 7, 2023A response icon10
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, 2022A response icon1Nov 10, 2022A response icon1