PinnedIs AI really magical, or is it just good at remembering stuff?It is past 2 am in the night and I have stopped to take a break. A break from generating code using AI models. It seems like we, as…6d ago6d ago
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
A couple more jargon terms on AIIf you have read the earlier article you probably have a flow going and you landed up over here. Here we will try and cover some common…6d ago6d ago
ETag and If-None-Match: How They Help Speed Up Your Website and Improve CachingWhen building modern web applications, performance is everything. A slow website can lead to frustrated users, reduced engagement, and…May 6May 6
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…Apr 29Apr 29
🧩 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?Apr 29Apr 29
🧠 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…Apr 25Apr 25
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