Creating a private API on AWS

Often, we need to create a private API on AWS that is only callable from within the AWS network. We do not want to put our internal servers on the public Internet. But if we don’t put the EC2 instance which implements the API on the public Internet, the API will...

Couchbase vs Mongo

Both Couchbase and MongoDB are document store NOSQL databases, providing some measure of ACID properties and a query language. As NOSQL databases, they primarily target applications that store JSON data. Nosql technology supports a very flexible...