Shrihari Mfrontline-frontend-insights.hashnode.dev·Sep 15, 2023Context API in ReactWhen it comes to managing state and data in a React application, Context API is a powerful tool that can simplify your code, enhance maintainability, and facilitate the sharing of data between components. In this article, we'll dive deep into the Con...DiscussReact
Lucas Katayamahashnode.lucaskatayama.com·Sep 12, 2023The Context PackageUnderstanding it The context package is used to pass information through a request scope and signals like cancel and deadline. My main use is when an HTTP request is made and I need a way to cancel the entire process if the user cancels the request. ...Discuss·1 likeGolanggolang
Gagandeep Singhblog.gagan93.me·Aug 6, 2023Asking Good QuestionsDaily, we communicate with a lot of people - family, friends, office colleagues and often with end customers. A lot of this communication is in the form of asking questions and getting answers. If I ask you - How hard it is to ask questions? Differen...Discussquestions
Rhytham Negirhythamnegi.com·Jul 30, 2023Context in Jetpack Compose android exampleToday, we'll be breaking down a concept central to Android development: the context. Despite its abstract nature, understanding the context is crucial for any native Android developer. What is Context? Context in Android Studio is nothing more than a...Discuss·257 readsandroid app development
joseph folayanjosephfolayan.hashnode.dev·Jul 24, 2023Context In GoIntroduction When developing applications in Go, it is crucial to understand how to create and utilize context effectively. The context package in Go's standard library provides functions and methods that allow developers to create a context and prop...Discuss·21 likes·155 readsGo Language
Shrijan Tripathishrijantripathi.com.np·Jun 14, 2023First Look at Go Context -- (From Draft)Go Context use context to gather additional information about the environment they're being executed in. lets get into it :) package main import "context" import "fmt" func doSomething(ctx context.Context){ fmt.Println("Doing something", ctx)...Discussgolang
Shahima Firoz khan.shahimafiroz.hashnode.dev·Jun 12, 2023Classes & Objects in Java ScriptIn JavaScript, classes are a way to define blueprints for creating objects with similar properties and behaviors. They provide a syntax for creating objects based on a template or prototype. JavaScript classes were introduced in ECMAScript 2015 (ES6)...Discuss·2 likesData StructuresObjects
Radhakrishnan Selvarajtech.radhakrishnan-s.co.uk·May 31, 2023The importance of context in assessmentI often post my hypotheses on mindset, failures, success, growth in Linkedin. This time I decided to let it be reviewed by LLMs ChatGPT and Bard. Prompt Hypothesis: Patience and Calm mind is the strategy. Rate this on different parameters of a hypoth...Discusschatgpt
Pranish Ajagekarpranish23.hashnode.dev·May 6, 2023What is context in Golang?Context is a critical concept in the Go programming language that facilitates the propagation of request-scoped values, deadlines, and cancellation signals across API boundaries and between processes. It enables the implementation of long-running ope...Discuss·1 likecontext API
Rajanand Ilangovanblog.rajanand.org·Apr 16, 2023Mastering DAX Context: Understanding Row, Filter, and Evaluation ContextWhen working with DAX in Power BI, there are three critical contexts that you need to understand: Row context Filter context Evaluation context These contexts determine how DAX expressions are evaluated, and understanding them is crucial to crea...Discuss·276 readsdax