Software is not just an engineering but an art also. A great system can't be built without feeling and so when art is mixed with engineering, produced excellent system.
Learning PHP Active Record
I have been using PHP ActiveRecord for the last 5 years but recently their website stopped working so I thought to...
How to use Django with MongoDB
I have prepared a long and detailed video on this topic.
Resizing images dynamically
I have often seen that when people upload images on websites, they tend to create thumbnails as to...
Configure Codeigniter with Twig
In my recent project i tried to integrate codeigniter with twig template engine with php-activerecord and so thought...
Singleton Pattern
Hi Moving forward on design pattern… lets discuss our first pattern Singleton Pattern. Basically its a design pattern which...
Design Patterns
Hi, Today i am gonna describe design patterns. The very first question that can arise in anyone’s mind...
Secure Image Uploading in PHP and theory behind it
Dear All, After seeing so many questions on how we can do secure uploading of images on the...