Reach me at
I love to share what I know. So, in my free time, I write articles on JavaScript and related stuff. Visit my Medium profile for more.
Tips for writing better React code
Tips for writing short, concise, and clean JavaScript code. JavaScript has a lot of cool features that most beginner and intermediate developers don’t know. I’ve picked...
Make a custom build pipeline for minifying and compressing your assets. An important factor that affects the performance of a website is the size of resources...
Explaining the two most widely used protocols for authentication and authorization today on the internet. OAuth 2.0 is used for authorization and OpenID Connect is used for authentication. There are...
A VS Code extension for working with Mongo right in your IDE. Visual Studio Code has become the favorite editor of developers. MongoDB has introduced...
Loading images the way popular web and mobile apps do it. We all like the way Medium load images. I’ve always wanted images on my website to load...