Posts
All the articles I've posted.
Basic rules of SOLID Principles
Posted on:December 10, 2022 at 12:00 PMSOLID principles are same for all language. Here's an example of how you can apply...
Use Trait in php
Posted on:August 3, 2022 at 12:00 PMIn PHP, the `trait` keyword is used to define reusable sets of methods that can be used...
use of EXPLAIN in sql queries
Posted on:August 2, 2022 at 12:00 PMThe `EXPLAIN` keyword in SQL is used to analyze and understand the execution plan of a query...