Mauro has been working in IT since 1997, mostly teaching programming. He has many years of experience working with PHP and Symfony. He currently works as an independent consultant and trainer.
Improve your PHP applications with this comprehensive guide to PHP exception handling. Discover best practices and practical tips to master error management.
Unit, integration, acceptance, TDD, BDD, oh-em-gee! How should you implement PHP testing, and when? Jump into this article to learn the different testing tools and methodologies available in PHP and how to use them.
Logging PHP errors is essential for monitoring and debugging. This article explores three of the best ways to log errors in PHP.
You may have used OAuth before, but do you know how it really works? In this article, Mauro Chojrin dives deep into building an end-to-end OAuth implementation in PHP.
How do you debug your PHP code? If you use echo, var_dump, and print_r, there's a better way: use a debugger! Join Mauro Chojrin for an exploration of three world-class debuggers available for PHP.
echo
var_dump
print_r