Recently I have been searching for a way for scraping javascript websites using PHP. In order to do that most […]
Personal Blog, some LAMP stuff and other things
Laravel collections usage with crawler links
Recently I have been maintaining a package for crawling website internal links called Arachnid, this package crawls website links, and […]
WCF SSL Service with PHP
We had a task recently that required our team – me with my colleague Ahmad to write php code to […]
Technical Books I read in 2015
2015 was a good year, I have read several books in it, some of them I studied cover-to-cover, and selected some […]
Using Sonata admin bundle with multiple connections
Last month I was participating in developing solution which provides reporting features using Symfony that deals with data partitioned over […]
Structured data markup extraction using php Goutte
In the previous week, I have been working on some sort of scrapper with text analysis functionality to collect data about […]
Applying version stamp to Symfony & SonataAdmin
I spend a lot of time in my job in developing and maintaining backoffice systems to process some workflow logic […]
Server Sent Events example with laravel
Recently I have read about HTML5 Server Sent Events, and liked the concept of establishing long-lived connections to the server, […]
Pagination optimization for Symfony2 & Doctrine
In the last week, one of my websites – which is recently launched – has suffered from major performance problems, […]

Look at materialized views in PostgreSQL 9.3
I needed to use materialized views for the first time in order to handle performance problems that our team encountered […]