Errors and ExceptionsErrors and exceptions are bane of any developer. However, these are two different things. Understand the difference and handling as well9h ago9h ago
How to be 10x productive at work?Increase your productivity at work 10 times using this simple hack.May 11, 2024May 11, 2024
Stop treating URLs as strings!Do not manipulate URLs like strings. Treat them as objects. They have attributes and methods. Examples in Java & JavaScript for…May 1, 2024May 1, 2024
How to add module or file names for log lines in winston?How to add logging in nodejs applications? Winston for nodejs application loggingApr 23, 2024Apr 23, 2024
Automate volume snapshots on Digital Ocean & save moneyThis is not going to be a super long story. Digital Ocean doesn’t have a feature which allows one to automatically take snapshots of…Apr 17, 2024Apr 17, 2024
Set 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…Apr 8, 2024Apr 8, 2024
Set up A/B testing using Cloudflare workersLearn how to quickly & easily set up a/b testing using Cloudflare workersMar 22, 2024Mar 22, 2024
Event 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…Dec 24, 2023Dec 24, 2023
How to remove blank lines from text files or js filesBy running this command…Dec 11, 2023Dec 11, 2023
Reintroduction 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 objectsMay 30, 2021May 30, 2021