MongoDB – Top 10 Best Practices for AWS Production Deployments

8 years ago

The following are some of the best practices which should be considered for your MongoDB production deployments on AWS. File…

MongoDB – Not Master and SlaveOk Error Message

8 years ago

When trying to access MongoDB database collection data using command such as show collections on one of the secondary member…

MongoDB – How to Enable Replication (Replica Set)

8 years ago

This blog represents steps required to enable replication in MongoDB when access control is disabled. The related details can be…

MongoDB – How to Reset Mongo Replica Set

8 years ago

The following instructions would help you to reset MongoDB replica set settings and start over with replication all over again.…

MongoDB – How to Create Database Users

8 years ago

First and foremost, one would be required to enable authentication with MongoDB database. The details can be found on this…

Angular – How to Create Your First Angular App

8 years ago

This blog represents concepts and commands which would help you setup development environment to build Angular apps. Introduction to Angular…

Setup Environment for Google AppEngine Java Project

8 years ago

This blog presents tips and techniques on how to set up environment for deploying Java web app on Google AppEngine…

MongoDB – How to Enable Authentication on Mongo Database

8 years ago

Beginners starting with MongoDB would come across the requirement of enabling authentication on MongoDB database. This blog presents tips and code sample…

MongoDB Command to Evaluate Query Performance

8 years ago

Following command can be used to evaluate query performance of a MongoDB Collection: The above command would print result such…

Spring Boot with JSP Pages – Code Example

8 years ago

Following needs to be done to setup Spring boot web app with JSP pages Create a Spring Starter Project Create…