Author: mohcinbounouara.com

Take a breath before continue

When I sense that my motivation to publish is driven by the desire to share for the sake of just sharing or to impress others, I take a break from…

Knowledge comes on the way.

In life, and especially in software development, you can not always fully understand every step or action right away. I used to struggle with this feeling, like I wasn’t good…

Understanding Method Spoofing in Laravel

Title: Understanding Method Spoofing in Laravel When working with request/response methods, different HTTP methods like GET, POST, PUT, and PATCH have custom purposes. POST is generally used for creating resources,…