20 Tips for an Effective Code Review
It is a well-established fact that most of the bugs in the Software Development life cycle could be prevented literally right at the source…
It is a well-established fact that most of the bugs in the Software Development life cycle could be prevented literally right at the source…
Automating Continuous Delivery(CD) via TeamCity and Jenkins Typically a product would use either TeamCity or Jenkins for building artifacts and deploy them to various…
If you already have an idea on stateless authentication and JWT then proceed with this implementation blog otherwise just go through the previous blog…
In continuation of my previous post, where in i briefed using Azure Service Bus Queue as a Repository and build a Data Abstraction Layer…
Introduction to Azure Functions Azure functions are an event driven app, compute on-demand experience to execute a code based on the various events occurring…
Recently, I was evaluating the Azure Functions, I observed that all the code you write saved in the format of csx. Initially, I didn’t…