Blog

Here you can find all the latest news and updates from our team.

Learning Laravel in 2026: A Practical Guide for the AI Era

By Abdelrhman Said • Monday, 16 February 2026

Laravel in 2026 is not the framework you bookmarked tutorials for in 2020. The core is still the elegant PHP framework you remember, but the surrounding reality has shifted: AI writes a lot of the boilerplate, the ecosystem has consolidated around a few official tools, and the bottleneck for develop...

Binary Search in PHP: A Complete Guide with Iterative and Recursive Examples

By Abdelrhman Said • Wednesday, 26 February 2025

Binary search is an algorithm for locating a target value within a sorted array. Instead of scanning every element (linear search, O(n)), it repeatedly halves the search range, giving a time complexity of O(log n).

Why PHP Is Still Here?

By Abdelrhman Said • Thursday, 04 April 2024

Every few years someone publishes the obituary. PHP is dead, they say, killed by Node, then Python, then Go, then whatever the current darling happens to be. And yet, here we are. PHP still powers a massive share of the web, still ships new versions, still pays a lot of mortgages. The language that...