blogs
Here are few of the things that I learned in my 10-ish years of programming/learning journey. Hope it's helpful to you as well. These blogs are usually dictated by what I'm upto...
Software Versioning - An Introduction with GitVersion
Software Versioning is something we all must do. Let's checkout the basics, and also, GitVersion.My Personal Computing Setup
Let's see how I've configured my PC build with all the bells and whistles I needLearnings from creating my first VSCode Extension
I created my first VSCode Extension, and here is what I learned.Downsizing Docker Images (~20X Improvement)
Let's see how to create smaller docker images for all your projectsReferential Data Validations with yupjs
How do I validate properties on an object where references to other properties is required?Documenting .env files for nodejs Projects
Created an npm package to generate template files for documentation