I frequently hear people talk about unit tests when they actually mean something else. In some cases, I would think it was......
Continue Reading
Share

One of the most significant benefits of containers is that they empower a software engineer to explore technologies and infrastructure decisions quickly.......
Continue Reading
Share
Often in development or when working on proofs of concept (PoC), I need working SSL to protect an endpoint. If I controlled......
Continue Reading
Share
May applications require authentication to secure protected resources. While standards like oAuth accommodate sharing resources between applications, more variance exists in implementations......
Continue Reading
Share
I’m interested in allowing a user to register on my site/app using their social account credentials (e.g. Google, Facebook, LinkedIn, etc.). It......
Continue Reading
Share

I have observed that discussions about CloudFoundry often lack accurate context. Some questions I get that indicate context is missing include: What......
Continue Reading
Share
The most strikingly different characteristic of Docker, when compared to other deployment platforms, is the single responsibility per container Design (although some......
Continue Reading
Share
10gen offers a subscriber build of MongoDB which includes support for SSL communication between nodes in a replicaset and between client and......
Continue Reading
Share
Authentication in MongoDB provides ‘normal’, which is full read and write, or ‘readonly’ access at a database level. There are two scenarios......
Continue Reading
Share
Security in MongoDB is relatively young in terms of features and granularity. Interestingly, they indicate that a typical use case would be......
Continue Reading