Skip to content

Mohcin Bounouara

Thoughts about software engineering and life

02 Sep 2024
18 Aug 2024
02 Aug 2024
29 Jul 2024
12 Jul 2024
09 Jul 2024

Advanced Dependency Injection in PHP

Dependency Injection is a technique (Design Pattern = Which mean its a common solution to a common problem in software development design) that allow use to create a code It helps to create loosely coupled code, making it easier to manage, test, and maintain.

05 Jul 2024
01 Jul 2024
28 Jun 2024
22 Jun 2024

Code Reading is important!

One of the most important things I’ve focused on recently is reading a lot of code written by others. Even if I don’t understand some large parts of the code blocks I’m reading, it’s a way to train my brain muscles, boosting both my imagination and logic. By reading others’ code, you gain new perspectives Continue reading “Code Reading is important!”