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...Discussdispose
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...Discuss·58 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 ...Discuss·2 likes·67 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...Discuss·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...Discussteambuilding
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...Discuss·286 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...Discussllm
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...Discuss·38 readsDevOpsK8s Networking
Tejas Jaiswaltejasjaiswal.hashnode.dev·Jun 30, 2024Advanced State Management in React: Redux Toolkit vs. Recoil vs. JotaiAs React applications grow in complexity, managing state becomes increasingly challenging. While React's built-in useState and useContext hooks are sufficient for simpler applications, larger projects often require more robust state management soluti...DiscussReact
Kate Ahmedmydevblogg.hashnode.dev·May 14, 2024Mastering State Management with React Context: A Comprehensive GuideIn the dynamic world of React development, managing application state is a critical aspect that often poses significant challenges. As your application grows, the complexity of managing state across multiple components can become overwhelming. One co...Discusscontext