Technical Articles
Posts published a while ago...
Read URL parameters in Angular
3/7/2020
Different approaches in Angular app to read URL parameters and the differences between each approach.
Copy property command in the ARM has a strange limitation that affects most of the developers and hit them very hard when they find out the truth.
A typical error message you'll see when provisioning a webapp using ARM template. This post will provide you with details on what causes it and how to fix
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