Kumar Chetan Sharma·Jan 14, 2025Errors and ExceptionsErrors and exceptions are bane of any developer. However, these are two different things. Understand the difference and handling as well
Kumar Chetan Sharma·May 11, 2024How to be 10x productive at work?Increase your productivity at work 10 times using this simple hack.
Kumar Chetan Sharma·May 1, 2024Stop treating URLs as strings!Do not manipulate URLs like strings. Treat them as objects. They have attributes and methods. Examples in Java & JavaScript for…
Kumar Chetan Sharma·Apr 23, 2024How to add module or file names for log lines in winston?How to add logging in nodejs applications? Winston for nodejs application logging
Kumar Chetan Sharma·Apr 17, 2024How to automate volume snapshots on Digital Ocean & save moneyThis isn’t going to be a super long story — just a quick and useful guide for automating volume snapshots on DigitalOcean.
Kumar Chetan Sharma·Apr 8, 2024Set up A/B testing using NginxA/B testing, also known as split testing, is a powerful method used by businesses to compare two versions of a webpage or app to determine…
Kumar Chetan Sharma·Mar 22, 2024Set up A/B testing using Cloudflare workersLearn how to quickly & easily set up a/b testing using Cloudflare workers
Kumar Chetan Sharma·Dec 24, 2023Event Delegation: Save thou webpageTo make a web page interactive web developers rely on Events on the page. Event handling could be as easy as reloading the page on click of…
Kumar Chetan Sharma·Dec 11, 2023How to remove blank lines from text files or js filesBy running this command…
Kumar Chetan Sharma·May 30, 2021Reintroduction to Objects in JavaScript — Yet Another Primer (YAP!)Read about fundamentals of objects in JavaScript. Find how to create, add & access, modify and delete properties in objects