Cosmos DB and Node SDK Part 1: Working With Databases

There have been so many things I've learned in the last few years and I wanted to share my learnings, but one thing or another kept me away. I am hoping that I will break this silence and post regularly going forward.

With my work on Cerebrata Cerulean, I got an opportunity to work a lot with Node.js and some amazing Azure services. In this series of posts, I am going to focus on using Azure Cosmos DB service with their Node SDK. We will cover working with various entities like databases, containers (collections), documents, etc. using Node SDK.