Hatem Ben Yacoub

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

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...

The Frameworkless Movement: A Revolutionary Idea or a Recipe for Disaster?

Hey, do you know that there is a Frameworkless Movement ? It is a community-driven movement that promotes the development of web applications without the use of a traditional...

Laravel 10.4 Released: Exciting New Features

The Laravel team has unveiled Laravel 10.4, packed with new features and improvements for the renowned PHP framework. In this article, we'll provide a brief overview of the major...

PHP Coding Puzzle 9: Word Ladder

Welcome to the 9th PHP Coding Puzzle ! Word Ladder Game Game Description Word Ladder is a word game in which two players try to transform one word into another by changing...

PHP Design Patterns Game : The Strategy Pattern

Welcome to our new series of articles, PHP Design Patterns Games! In this article, we will explore the Strategy Pattern, which is a behavioral design pattern that enables an...