Cron Job for Backing up MongoDB
When you have a huge MongoDB to take care of, you have to someday get around to building your own script to backup the database making sure you don't end up corrupting the documents. Read →
When you have a huge MongoDB to take care of, you have to someday get around to building your own script to backup the database making sure you don't end up corrupting the documents. Read →
I found out that I spend more time on Terminal than StackOverflow. So why not document how I have set it up? Read →
You just spent N weeks on building an app which requires two kinds of users - Users who consume and users who create. And for now you’re just neglecting the universal truth that Users who consume are always going to be more than the users who create. Always. Now you launch, users come in & see nothing and then they leave. You just lost some dude and all you have is an inactive user row in your database. Read →