Published on August 3, 2019 Avoid inline code and logic | Write Clean Code - Part 2 Laravel laravel design-pattern clean-code Today, I am going to show you how to avoid inline code and logic in PHP. Read more →
Published on August 2, 2019 Apply The Open Closed Principle in Laravel | Part 2 Laravel laravel solid solid-principle design-pattern In this post, we will learn how to implement the Open-Closed Principle in Laravel. Read more →
Published on August 1, 2019 How to Find any file in Github Repo easily Laravel git github No doubt that github become one of the essential parts of the developers nowadays. Read more →
Published on July 31, 2019 How to reduce condition from Model | Write Clean Code - Part 2 Laravel php design-pattern clean-code refactoring laravel In this series to tutorials, my plan is to take some real-life code and try to refactor the code as much as I can. Today, I will show you how to reduce unnecessary condition from the Laravel Model. Read more →