Technical Articles
Posts published a while ago...
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.
Setting up VSTS continuous deployment with Godaddy hosting provides you with a clean and easy approach to develop and deploy your web application. This post helps you to quickly define the build and release pipeline for automated/Continuous deployment to GoDaddy's shared hosting servers.
When you upgrade a npm package, you may encounter Angular error `Metadata version mismatch for module` related to version mismatch. This post will help you understand the cause of the error.