Hatem Ben Yacoub

PHP expert, certified ZCE, Energy engineer, Entrepreneur, ICT & eGov consultant, Senior Systems architect. International Open Data expert and Open Source evangelist.

Unleashing the Power of PHP Fibers: Boost Web Development with Efficient Coroutines

The ability to efficiently execute multiple tasks concurrently is a vital aspect of modern web development. While PHP has traditionally lacked built-in support for multi-threading, the introduction of fibers...

Which Boring but Cheap Web Development Stack to Use in 2023?

In Hacker News alentred asked seeking advice for which technology stack to use for a web app MVP in 2023 "use boring technology - iterate fast - deploy with...

Initializer for Laravel – A Visual Approach to Setting Up a New Laravel Project

Initializer for Laravel is a tool that provides a visual, streamlined approach to setting up a new Laravel project. The tool offers an online form that allows users to...

PHP Coding Puzzle 10 : Sudoku Game

Welcome to the 10th PHP Coding Puzzle ! The Sudoku Game The objective of Sudoku is to fill a 9x9 grid with numbers so that each row, column, and 3x3 sub-grid...

PHP Design Patterns Game : The Adapter Pattern

Welcome to our series of articles on PHP Design Patterns Games! In this article, we'll be exploring the Adapter Pattern. This structural pattern allows incompatible interfaces to work together...