Category: Microservices
featured
Azure functions- Part 1
Azure Functions is the serverless alternative for Azure. Serverless computing is changing the whole complex application architecture these days. Serverless computing relieves the developer from the stress of handling cloud infrastructure. Especially when developing complex applications, the serverless feature tends to make a big impact. Let take a look into what is Azure functions and …
Serverless and the future
What is serverless Serverless computing has become one of the most trending names among the software development community these last couple of years. We have seen many rise and increase in applications taking a serverless development approach. But what does serverless computing do? Serverless computing is an implementation model where the cloud provider (ex: AWS, …
The Microservices Architecture
Microservices is yet another new term that is been talked about much by many in the IT arena. There have been many projects which use this style of architecture in building enterprise level applications. There have been many positive results and feedback regarding the microservice architecture. The microservice architectural is an approach where we develop …