SSSwapnadip Sahooinswapnadip-syntexandstory.hashnode.dev·1d ago · 3 min readThe new Keyword in JavaScriptThe new operator lets developers create an instance of a user-defined object type or of one of the built-in object types that has a constructor function. What the new keyword does In programming, the 00
SSSwapnadip Sahooinswapnadip-syntexandstory.hashnode.dev·1d ago · 4 min readCallbacks in JavaScript: Why They ExistIn JavaScript, functions are "first-class citizens." This means they are treated just like any other data type—like a string, a number, or an array. You can assign a function to a variable, return it 00
SSSwapnadip Sahooinswapnadip-syntexandstory.hashnode.dev·Jul 19 · 5 min readWhere RAG Fails: Understand the LimitationsLarge Language Models (LLMs) are incredibly capable, but they have two major blind spots: their knowledge is frozen after their training cutoff, and they have zero access to your private data. If you 00
SSSwapnadip Sahooinswapnadip-syntexandstory.hashnode.dev·Jul 1 · 4 min readHow ChatGPT Understands Your Questions?ChatGPT does not understand questions the way a human does. It doesn’t have beliefs, emotions, or consciousness. Instead, it uses sophisticated mathematical patterns and probability to process your in10
SSSwapnadip Sahooinswapnadip-syntexandstory.hashnode.dev·May 10 · 3 min readURL Parameters vs Query Strings in Express.jsIn the world of Express.js, URL parameters and query strings are the two primary ways to send data from a client to your server. While they both live in the URL, they serve very different architectura00