Category Archives: Techinsight

Making Personal Data Great Again! GDPR — General Data Protection Regulation is a new European privacy regulation. The intention of the GDPR is to strengthen and unify data protection for all the individuals within the European Union. GDPR was adopted on 27th April 2016 and it will become enforceable from 25th May 2018. GDPR regulation will be […]

I often hear statements that manual testing is running out of gas and very soon the industry will not need manual testers and that manual testing is primitive. I beg to differ. In my opinion, there are 3 different versions of manual testing Primitive manual testing Someone wrote detailed test cases and someone else did […]

Leading risk management consultancy Whatif has made the most volatile aspect of any organization its business. It takes vulnerabilities from corporates and sorts them through cutting-edge tools that allow the sharing of risks and solutions across the company, bringing about high value addition. Starting off as a gamified paper-based framework, Whatif enlisted 99X Technology’s expertise […]

Over the last five to six years, I’ve had the chance to work with a few applications that are into CRM and the financial closure domains. While working as a QA Lead and Scrum Master, I was able to work as a performance tester as well. Fortunately with these applications, our customers are willing to […]

In the last article of the Azure Functions: Going Serverless on Azure Platform series, we created a Function App on the Azure Portal and walked through the Function App UI and the features provided by the Function Apps. In this article, we will create our first azure function on the Azure Portal. We will create 2 functions […]

Some say that you do not need comments and your code need not be readable if you are a professional. To be more specific, the Facebook post by my employer, 99X Technology and the subsequent discussions in the comments section got me thinking. So here’s what I think. First and foremost, that statement is just […]

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. […]

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 […]

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 […]