It was a great session today by Brendan Burns, Kubernetes Co-Founder where he explained best practices for hardening security for your Kubernetes resources in general and Azure. Below are some notes and QnA from the session. We can use Role Based Access Control. Define roles as below and these roles can be given to different individuals … Continue reading DevSecOps to help protect your Kubernetes environment
As a developer, I have seen days when I used to work on complex problems. There are some days when there was no help around me to solve the problem. All it takes for me was to use "Google" and search about the problem. Thanks to internet , I was able to find solution for … Continue reading Inspirations behind my Speaking Journey
This post is for csAdvent organized and managed by Matt Groves. Thanks for including me for the second annual csAdvent calendar. If you want to follow all the great posts you can check the following #csadvent in twitter or checkout here. I was under confusion, if I need to use the term as Integration Testing … Continue reading Testing .Net Core API using Auth0 with VS Tests
How to unit test NativeScript Angular mobile Application using Mocha. In today's post I will go over the steps required to perform unit testing in NativeScript mobile application which uses Angular and TypeScript. We can use the below commands to create application using default nativescript angular template. tns create TestMochaProject --ng This will create a … Continue reading Day -6 NativeScript Post Series
How to capture Image and post Image as Base64String to API using Http and Axios Modules In this post, I will be using NativeScript Vue to capture an image using nativescript-camera plugin and post the image as Base64String to a WebAPI running on Azure Functions using http Module and Axios Module. I have been monitoring … Continue reading Day 5 – NativeScript Post Series