Skip to content

Mohcin Bounouara

Thoughts about software engineering and life

06 Jun 2024
22 Apr 2024
07 Feb 2024

Create a good pull request

As a software developer throughout my career, I’ve learned many things from several mistakes, one of which is related to creating effective pull requests. Here are some steps to provide a well-structured pull request that simplifies the review process: 1. Break Down Large Tasks: If you’re dealing with a large task that requires extensive changes Continue reading “Create a good pull request”

01 Jan 2024
29 Nov 2023
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