Technical Articles
Posts published a while ago...
Azure Resource Manager
2/29/2020
Azure Resource Manager templates helps you to define the infrastructure/resources as code. That helps to maintain cloud resource and deploy them with control through a unified process.
You may encounter this path resolution problem while using Webpack plugin. This article will explain the reason and the fix for this typical problem.
Projects
7/28/2019
List of notable projects through which I've contributed back to the Open Source Software community.
PWA offers a way to enable offline caching of contents through Service Worker, which helps you to keep your users engaged even when network is offline or uncertain
PWA is an hybrid of mobile website and native mobile apps. It brings best of mobile native features to web. This article aims at providing necessary information for you to make an informed decision while choosing between PWA or native app.
This post discusses about a typical issue that most of us encounter, while using Replace Token task on your Azure DevOps release pipeline to transform connectionstring in web.config file.
You might be facing netstandard issue after upgrading some of your Nuget packages. This post tries to give an explanation for that strange error.
Make blog images compatible for amp page
12/27/2018
Convert your existing static blog pages into AMP compatible pages by converting images into amp-img
Register automapper profiles with autofac
11/21/2018
This post shares an easier and flexible way to auto-register all the automapper profiles using autofac
Block BSNL ADs using IPSec
10/14/2018
BSNL ISP injects its ADs script to all its subscribers who browse HTTP sites. This post aims to provide a way to block the AD scripts using IP Security Policy.
BSNL ISP injects illegal ad scripts
10/13/2018
BSNL is one of the main ISP in India is injecting AD scripts in their subscribers request for an HTTP websites.
Angular CLI build task generates output with dynamic filenames,.. Following article shows how to include these files in ASP.Net MVC - MSBuild package, so it can be deployed by Continuous Deployment release pipeline.