Exam AZ-204 - Developing Solutions for Microsoft Azure 22 Jun 2020
Planning on taking MS Certification AZ-204: Developing Solutions for Microsoft Azure. I will keep updating these notes during the course of my preparation for the certification. more...
Entity Framework And Namespace Refactoring 18 Jun 2020
As the time goes by, few Namespaces used in project(s) no longer make sense. It is better to refactor such Namespaces to some meaningful ones. Namespace refactoring usually should not be a problem. Surprise is waiting if entity framework is used in the project. more...
Productivity Boosters 17 Feb 2020
Documenting some of tips/tricks that I use regularly while working on web projects. These tricks save you time when needed. Having them in your tool belt always helps. more...
reCAPTCHA and Angular 12 Dec 2019
There are many npm libraries offering integration with reCAPTCHA and Angular. I was not convinced using any of them. Mostly because of quality, maintanance etc.. Decided to go through these libraries and reCaptch documentation and comeup with a simple solution so as to support if any issues araise. more...
KnockoutJS Util Functions 02 May 2019
Recent days, I happen to put my hands on few KnockoutJS projects. KnockoutJS Utils package offers many reusable functions. This page helps me as quick reference to those functions. more...
Follow Git commit comments convention 08 Dec 2018
Many of us may not be aware that, there are convention being followed for comments while commiting our changes to source code repositories. This is one thing I got to learn while commiting to an open source project. more...
Blogging with Github Pages 28 Nov 2018
This blog captures my jots on how I built this site. more...