Hatem Ben Yacoub

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

Simplify Your Statistical Calculations with the PHP Statistics Package

Statistical functions are often used in software development, especially in data analytics and machine learning. For PHP developers, the Statistics PHP package provides various statistical functions for mathematical analysis...

PHP Coding Puzzle 5 : Find the Length of the Longest Increasing Subsequence

Welcome to the fifth PHP coding puzzle ! You are given an array of integers, and you need to write a PHP function that will find the length of...

PHP Trends 2022: Insights from Zend’s Developer Survey

It's always interesting to take stock of the latest trends in the world of PHP development. To that end, Zend have an intersting report based on a developer survey...

TypingMind: From Side Project to $10K Revenue in Just Four Days

In a recent tweet, Tony Dinh shared his success story with TypingMind, a weekend side project that has now generated $10K revenue in just four days. This is Dinh's...

PHP Coding Puzzle 4 : Find the Largest Sum of a Rectangular Submatrix

Welcome to the forth PHP coding puzzle ! You are given a matrix of integers, and you need to write a PHP function that will find the largest sum...