Blog
The latest
Here you can find all the latest news and updates from our team.
By Abdelrhman Said •
16 Feb 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...
By Abdelrhman Said •
26 Feb 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).
By Abdelrhman Said •
04 Apr 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...