PinnedPublished inJavaScript in Plain EnglishCentralized Logging in Node.js AppLogging is a big part of any application. It lets us keep track of how things are going. During development, we have our friend…Nov 11, 20241Nov 11, 20241
PinnedRetrieval Augmented GenerationThe world of tech is fascinating and every day you have the offer to witness something new. AI has been doing rounds in the market for…Sep 14, 2024Sep 14, 2024
PinnedHow to Docker-ise a NestJs AppIf you are a fan of JS then you will like NestJs. NestJs is a framework of NodeJs which has a strong focus on architecture. It modularises…Jul 5, 2024Jul 5, 2024
Why Tech Giants Are Launching Satellites to Escape Google Maps’ GripFor years, companies across industries — from ride-hailing platforms to logistics giants — have been reliant on Google Maps for…21h ago21h ago
🧩 package.json vs package-lock.json — Know the Difference Like a ProIf you’re a Node.js developer, you’ve seen package.json and package-lock.json in your projects. But do you understand their roles?1d ago1d ago
🧠 Understanding Semantic Versioning: The Developer’s Survival GuideIf you’ve ever looked at a package.json file and seen a jungle of version numbers like "^1.4.2" or "~2.3.0", you’ve encountered the world…5d ago5d ago
LeetCode — Roman to IntegerI like to paste my LeetCode solutions here. It gives me a sense of progress, and it helps me achieve my goal of writing a blog daily.Apr 16Apr 16
LeetCode — PalindromeI like to add different ways to solve problems on Leetcode. Today, we will see the Palindrome checker.Apr 15Apr 15
Leetcode problem- TwoSumI like to solve some leetcode problems and see how much faster they can be made. Today, we are solving the TwoSum problem. Below are two of…Apr 14Apr 14
🌍 What If Gravity Just… Stopped for 5 Seconds?Have you ever stopped to think about what keeps you grounded — literally? Gravity is one of those things we never question, but what if it…Apr 8Apr 8