Blog
Blog posts on .NET, Azure, and more.
Installing Az Powershell module on Mac
February 03, 2020 by Anuraj
azure powershell
This post is about installing Azure Powershell module on Mac. Recently I started configuring one Mac book air as my development machine. So I installed dotnet core 3.1 on the machine. Today, to explore some Azure Powershell commands, I had to install Az command module. When I tried I found lot of blog posts using Brew package manager. And I found one Microsoft documentation on installing PowerShell Core using dotnet command.
Performing a security test after each deployment using OWASP ZAP and Azure DevOps
February 01, 2020 by Anuraj
azure devops owasp security
This post is about OWASP ZAP to your build / release pipeline with Azure DevOps. OWASP ZAP is an open-source web application security scanner. It is intended to be used by both those new to application security as well as professional penetration testers.
Integrating Google Charts in ASP.NET Core
January 31, 2020 by Anuraj
aspnetcore google-charts
This post is about integrating Google Charts in ASP.NET Core. We will learn about how to integrate Google Charts with Razor pages.
Deploying Blazor apps to Azure Storage account
January 19, 2020 by Anuraj
Blazor azure aspnetcore
This post is about deploying Blazor apps to Azure Storage account. Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor supports two variations - Blazor Server is supported in ASP.NET Core 3.0. Blazor WebAssembly is in preview for ASP.NET Core 3.1.
Continuously audit web app performance using Google lighthouse and Azure DevOps
January 05, 2020 by Anuraj
lighthouse azure devops
This post is about how audit web applications using Google lighthouse and Azure DevOps. Lighthouse is an open-source, automated tool for improving the quality of web pages. Lighthouse can audit for performance, accessibility, progressive web apps, SEO and more. There is a LightHouse extension available in Azure DevOps. But in this post I am not using any marketplace extensions. Instead I am using some node and powershell scripts.
Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub