Skip to content

Mohcin Bounouara

Thoughts about software engineering and life

12 Sep 2023
29 Jul 2023

Pivot table in Laravel

When you work on an app that requires a many-to-many relationship between tables, you often need a pivot table in your database to manage the associations between records. Let’s consider a simple database schema as an example: Suppose you need to link each post with one or multiple categories. In this scenario, you require a Continue reading “Pivot table in Laravel”

19 Jul 2023
28 Jun 2023
21 Jun 2023
17 Jun 2023
23 Nov 2021
25 Oct 2020

About code smells

In software engineering field you are probably heard about “Code Smell” before right?, the name comes from Martin Fowler and Kent Beck. So let me explain a little about this concept.What is and for what code smell? Code smell in software engineering point on sick code in the deep system of an software, simply is Continue reading “About code smells”