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…May 8May 8
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, 2024A response icon1Nov 11, 2024A response icon1
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
Are We Really Watching What We’re Paying For?We live in a time where entertainment is more accessible than ever. Just tap a screen and you’re watching the latest blockbuster, bingeing…Jun 9Jun 9
Polling vs Long Polling: Understanding the BasicsWhen building web applications that rely on real-time data or event-driven updates, choosing the right data-fetching strategy is crucial…Jun 9Jun 9
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…May 8May 8
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