Python Development using Laravel Homestead
How to setup Python development environment on your Homestead virtual machine?
Read MoreN+1 Problem
While developing complex architecture in your applications, you often have to handle one-to-many relationships. One of the pitfalls you may face is N+1 problem. Simply, this problem means that for every relationship you will need to execute separate query.
Read More