Introduction First let me begin with ‘What is meant by Shadow IT ?’. In a broader view shadow IT is, … More
Tag: Cloud
Multi tenancy – A myth in the cloud
Multi tenancy is a popular buzzword, often heard coupled along with cloud computing terminology. This is the issue and has created a dogma and … More
Managing multiple sites with Azure Traffic Manager and deployments using TFBuilds
Introduction Azure Traffic Manager is used to mange the traffic of your Internet resources and monitor the health of those … More
Circuit Breaker Pattern for Cloud based Micro Service Architecture
Modern applications communicate with many external services; these external services could be from third party providers or from the same … More
Cached-Aside Pattern using Redis on Azure
Cache-Aside is a common pattern in modern cloud applications. This is a very simple and a straight forward one. The … More