Micro Services

2 posts

12 Factors in Cloud Native Applications

Introduction. Deploying an application onto a cloud is trivial and is done many times in every organization, as all that is being done is an application is being deployed to another server.  These are referred to as as cloud based applications. As seen in this funny Dilbert cartoon, most companies […]

CORS – Cross Origin Resource Sharing

Cross Origin Resource Sharing (CORS) is becoming an important terminology as more SPA (Single Page Application) are being built using Angular JS, React JS frameworks. This in simple terms means that when I make a call from one domain to another domain (not on the same web server) then I […]