Abhishek Biswal

Full Stack Developer, Programmer.
On the web: 

Abhishek Biswal • Apr 23, 2018 • 2 min read

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 →

Abhishek Biswal • Oct 29, 2017 • 1 min read

Terminal Setup

I found out that I spend more time on Terminal than StackOverflow. So why not document how I have set it up? Read →

Abhishek Biswal • Mar 11, 2017 • 3 min read

Thoughts on the chicken and egg problem

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 →