Posted on May 7th, 2012 by Varun Jalandery
I was exploring the feasibility of using MongoDB with PHP and found that it is a fairly simple process to do the same. For web development I use following system setup: Operating System : Microsoft Windows Vista 64 bit PHP : 5.3.8 Web server : Apache/2.2.21 So in this blog we will see how we [...]
Filed under: mongodb, nosql, PHP | No Comments »
Posted on February 7th, 2012 by Vijay Rawat
I started learning Nodejs few weeks back and fell in love with the way it eases the development of real-time web applications. In general, when I start learning a new technology I try to make an app out of that learning. In that process, the most challenging task is “What to develop?” rather than How [...]
Filed under: Google Maps API, mongodb, nodejs, nowjs | 12 Comments »
Posted on January 23rd, 2012 by Shekhar Gulati
As I am preparing for my JUDCon session on OpenShift one topic that I will be covering is setting up MongoDB Replica Set on OpenShift Flex. There are various reasons to setup MongoDB replication. The primary reason for replication is to ensure data survive single or multiple machine failures. The more replicas you have, the [...]
Filed under: Cloud, openshift | No Comments »
Posted on January 9th, 2012 by Shekhar Gulati
Last couple of years Spring Roo has been one of my favorite tool to rapidly build Spring applications for demo, POC, and learning new technologies. With Spring Roo Cloud Foundry integration you can not only build applications rapidly but deploy to Cloud Foundry public cloud with a couple of commands. In case you are not [...]
Filed under: Cloud, mongodb, nosql, openshift | 2 Comments »