Wern is a freelance full stack developer primarily working with Laravel and React Native. He loves sharing the things he has learned as a means of documentation and giving back to the community.
PHP is fast but it's performance can suffer when it's overwhelmed by I/O operations such as making a request to an external API or handling file uploads. In this article, you'll learn how to create asynchronous PHP applications using ReactPHP to solve this problem.
Keep your Laravel code in top shape and avoid bugs with these five tools designed to improve code quality, catch bugs early, ensure uniform coding style, and follow best practices.
Test Driven Development (TDD) is a programming style that can help you write well-designed and error-free code. In this tutorial, learn how to build a Laravel app using TDD.