On Docker and Kubernetes, and when to use them

Docker and Kubernetes are famous for their role in massive corporations such as Google, ADP, and SAP. In fact, Google built the predecessor to Kubernetes (called Borg) in order to...

Read More
Serverless: Why your business needs it

Serverless computing (functions-as-a-service/FaaS) takes advantage of on-demand compute resources to run your software applications without server hardware explicitly dedicated to your application. Effectively, you pay only for the resources that...

Read More
Azure Functions: Rogue Timer Triggers

Azure Functions-as-a-Service are a great way to build event-driven microservices for many business applications. We’re using them with one of our clients to implement many of the transformation processes needed...

Read More