Do you think compliance matters? As Software Engineers we build products belong to various domains. Regardless of the domain, the responsibility of securing our customers’ sensitive data rests on our shoulders. You could be running your product on-premises, You could be running it on cloud or may be you are planning to migrate to cloud. […]
Monthly Archives: August 2017
In the first article of this series, we had an introduction in to Azure Functions and what features it brings for developers. We talked about all the fundamentals we need to start working with Azure Functions. In this article, we will look in to how to create a Function Application in the Azure Portal and look at […]
Have you ever wondered how secure or vulnerable your website is? If you are a JavaScript developer, you might know the power of JavaScript as a client-side scripting language. Does it occur to you that JavaScript can be used to make a malicious attack for your website? Yes, JavaScript can be malicious too. Cross Site […]
The first time I remember talking to a crowd was when I was 14 and a coward. I was basically like the last resort if either anyone backed out or if the usual outspoken students had exhausted their chances of speaking at the school assembly. One day I reluctantly got asked to speak. I would […]
Azure Functions is the Microsoft’s way of providing a Serverless computing platform for developers allowing them to quickly create solutions buy just writing the code you need for the problem at hand without the need to think about the infrastructure that the application needs to run on. At the heart of Azure Functions, you find […]