Find bugs on a website automatically? Easy!

03.03.2022
After making edits to the site, the developer has to make sure that everything works as it should and that nothing has «gone wrong» anywhere. If a small problem on one page is solved, it's easy - check that page, make sure everything is OK and move on.

Remote PHP debugging with Xdebug and PhpStorm

13.05.2021
Xdebug is a PHP extension that, as the name suggests, enables debugging and profiling of PHP scripts. This extension boosts developer’s productivity by speeding up the debugging information loop. With Xdebig, the developer spends less time finding out the reasons behind errors and understanding the logic of operation of an unknown block of code.