Daniel Rosehillheyitworks.tech·Jan 9, 2025Personal RAG: Beer Recommendation Assistants (But Really, So Much More!)Between Sora, Gemini’s impressive new real-time capabilities, and everything else going on in the world of AI, you might be forgiven for thinking that we've reached beyond the point of saturation. But to quote many a shady late-night advertising TV s...llm
Sreerag Pavithranblog.iamsreerag.com·Jan 4, 2025State Management with React ContextManaging state in a React application can become challenging, especially when you need to pass data through multiple levels of components. React Context provides a way to share values between components without having to explicitly pass props through...React
Panth Patelhow-is-my-backend.whiteloves.in·Dec 8, 2024How to Implement Type Safe Functions in JavaScriptEver run into the issue where you can't make type-safe functions in JavaScript? So you switch to TypeScript, only to find out that types are just for development and don't actually validate function inputs or outputs! Then you end up using a validati...dispose
Kartik Gargkartikkodes.hashnode.dev·Sep 30, 2024Mastering Contexts in Go: Managing Concurrency with EaseConcurrency is one of Go’s most powerful features, and at the heart of effective concurrency management lies the context package. Whether you're handling web requests, database interactions, or other time-sensitive tasks, contexts allow you to manage...63 readsGo Language
Namrata Jainnamratajain.hashnode.dev·Sep 3, 2024Context APIWhat is the Context API? The Context API in React provides a streamlined way to share data across the component tree without the need to pass props through every level. This can be especially useful in larger applications where prop drilling becomes ...2 likes·68 readsReact
Namrata Jainnamratajain.hashnode.dev·Sep 3, 2024Context APIHello, folks! In this blog, we'll dive deep into the React Context API with a practical example. But before we explore what the Context API is, let’s first understand why it’s a crucial tool in the React ecosystem. The Problem: Prop Drilling React fo...46 readsReact
Jay Vigillababbledotlog.jayvigilla.com·Aug 27, 2024The elephant in the room: Engineering in the darkThere is a parable about five blind monks who observed an elephant. It was separately assumed to resemble a bat, snake, tree, wall, and rope. This was because the five only had their context of the ear, trunk, leg, side, and tail (respectively). When...teambuilding
Spheron NetworkforSpheron's Blogblog.spheron.network·Aug 23, 2024Understanding Context in Large Language ModelsAs large language models (LLMs) become increasingly vital across various industries, companies must choose the best LLMs to suit their specific needs and long-term objectives. One of the most important aspects to consider in this decision-making proc...360 readsLLMllm
William Stetarcopin43.hashnode.dev·Aug 5, 2024The Art of Multi-Turn ConversationThe Art of Multi-Turn Conversation: A Masterclass in Contextual Understanding Imagine sitting down with a friend to engage in a meaningful conversation that unfolds over several turns. You share stories, ask questions, and respond thoughtfully, weavi...llm
Darshan Atkariatkaridarshan04.hashnode.dev·Jul 12, 2024The Ultimate Kubernetes Guide: Everything You Need To KnowKubernetes (K8s) Kubernetes, often abbreviated as K8s, is an open-source platform designed for automating the deployment, scaling, and management of containerized applications. It allows you to manage your applications more efficiently and effectivel...39 readsDevOpsK8s Networking