SNSimran Nigaminsim14blogs.hashnode.dev·Jul 16, 2025 · 2 min readExploring GCPGoogle Cloud Platform (GCP) offers a comprehensive suite of cloud computing services, including computing power, storage options, and machine learning capabilities, enabling businesses to innovate and scale effectively. Before starting with GCP its g...00
SNSimran Nigaminsim14blogs.hashnode.dev·Jul 8, 2025 · 4 min read💬 LLMs: The Brains Behind Modern AIFrom Chatbots to Coders — How Large Language Models Are Rewriting the Future Not long ago, the idea of an AI writing poems, fixing your code, or debating philosophy seemed like science fiction. Fast forward to today — we casually talk to bots like Ch...00
SNSimran Nigaminsim14blogs.hashnode.dev·Jul 8, 2025 · 4 min readWhat is RAG in AI?Did you ever asked ChatGPT a question and got an answer that sounded right - but wasn’t? Welcome to the world of language models: fluent, fast and sometime… factually flawed. Enter a prompt “RAG — Retrieval-Augmented Generation“ — a breakthrough ...00
SNSimran Nigaminsim14blogs.hashnode.dev·Apr 6, 2025 · 3 min readUnderstanding Data Archival: Purpose, Process, and Best PracticesIn today’s data driven world organizations are generating vast amounts of data every data every hour, ranging from logs, transactional records etc.Sometimes not all this data needs to be accessed but retaining this data becomes important for various ...00
SNSimran Nigaminsim14blogs.hashnode.dev·Mar 29, 2025 · 3 min readReal-Time Communication with WebSocketsWhat are web sockets? WebSockets enable real-time, bidirectional communication between a client and a server, making them perfect for applications like chat systems and live notifications. Let's explore a basic WebSocket implementation using Node.js....00