Showing all posts tagged: 'node'

A 1-post collection

Working with the Azure DocumentDB REST API Authorization headers

[DocumentDB](https://docs.microsoft.com/en-us/azure/documentdb/" target="_blank) is Azure's NoSQL offering that provides an exception service when it comes to working with non relational data. I've recently had a request to work on a project that uses DocumentDB but relies solely on the REST API to interact with the service. This is absolutely fine, since every service on Azure is built on top of a corresponding REST Api. Even the SDKs seem to be thin wrappers around the REST Api hiding away all the "ugliness" and complexity. Why did I say ugliness and …[read more]