Home New Trending Search
About Privacy Terms
#
#StateManagement
Posts tagged #StateManagement on Bluesky
Preview
“Which State Management Do You Use?” Is the Wrong Question. Here’s the Right One. Every Flutter developer has an opinion on BLoC vs Riverpod vs Provider. Senior interviewers don’t want your opinion — they want to know if…

I just published ‘Which State Management Do You Use?’
Is the Wrong Question. Here’s the Right One. medium.com/p/which-stat...
#Flutter #FlutterDev #Dart #FlutterBLoC #Riverpod #Provider #StateManagement #FlutterInterview #MobileDevelopment #Cubit #ChangeNotifier #TechInterview #SoftwareEngineering

1 1 0 0
Preview
You’re Using ViewModel. But Can You Explain Why?Android State Management, Unmasked. The real Q&A, Kotlin code, and architectural thinking that hiring managers at top Android teams want to hear — all in one essential read.

I just published You’re Using ViewModel. But Can You Explain Why?Android State Management, Unmasked. medium.com/p/youre-usin...
#AndroidDevelopment #Kotlin #StateManagement #JetpackCompose #ViewModel #MVI #MVVM #StateFlow #AndroidArchitecture #AndroidInterview #Coroutines #MobileEngineering

0 0 0 0
Preview
Stop Winging It: iOS State Management Strategies Interviewers Actually Ask About Real Q&A, working Swift code, and the mental models that separate senior engineers from the rest — all in one deep dive.

I just published Stop Winging It: iOS State Management Strategies Interviewers Actually Ask About medium.com/p/stop-wingi...
#iOSDevelopment #Swift #StateManagement #SwiftUI #MVVM #TCA #iOSInterview #MobileEngineering #Combine #SwiftConcurrency #SoftwareArchitecture #iOSArchitecture

0 0 0 0
Preview
Flutter State Management Strategies: The Interview Questions You’ll Actually Face Stop memorizing outdated theory. Here’s what senior Flutter engineers and tech leads are really asking in 2024 — with model answers that…

I just published Flutter State Management Strategies: The Interview Questions You’ll Actually Face medium.com/p/flutter-st...
#Flutter #FlutterDevelopment #StateManagement #Riverpod #BLoC #Provider #GetX #FlutterInterview #DartLang #MobileDevelopment #SoftwareEngineering #TechInterview

1 0 0 0
Preview
Wyoming Senate asks Congress to allow state management of mineral leasing after rejecting amendments By a 29–2 vote on Feb. 17, 2026, the Wyoming Senate passed a joint resolution asking Congress to authorize the state to administer mineral leasing on federal lands in Wyoming; two proposed floor amendments were rejected earlier in the session.

The Wyoming Senate just took a bold step by passing a resolution to let the state manage mineral leasing on federal lands, but not without some heated debates and rejected amendments!

Click to read more!

#WY #CitizenPortal #StateManagement #MineralLeasing #FederalLaw

0 0 0 0
Post image

📖 SVAR React Gantt now has integration guides for popular state management libraries:
• Redux
• MobX
• Zustand
• XState
• Jotai
• Valtio

Find the integration instructions in the docs ⬇️
docs.svar.dev/react/gantt/...

#react #gantt #statemanagement #redux #mobx #zustand #webdev

0 0 0 0
Preview
Part 3 – State Management & The Agent Container – Making Your Agent Remember Learn how to make M365 Agents remember information across conversations. Master conversation state, user state, storage options (Memory, Blob, Cosmos DB), and the Agent Container architecture. #M365 #M365Agents #AIAgents #Copilot #AI #Microsoft #StateManagement

Learn how to make M365 Agents remember information across conversations. Master conversation state, user state, storage options (Memory, Blob, Cosmos DB), and the Agent Container architecture. #M365 #M365Agents #AIAgents #Copilot #AI #Microsoft #StateManagement

0 0 0 0
Preview
Why Child @State Won't Update from Parent in SwiftUI Assigning values to @State in init usually fails on updates. Discover the mechanics of SwiftUI View Identity and the correct data flow patterns to fix this common issue.

🔄 𝑊ℎ𝑦 𝐶ℎ𝑖𝑙𝑑 𝑆𝑡𝑎𝑡𝑒 𝑊𝑜𝑛'𝑡 𝑈𝑝𝑑𝑎𝑡𝑒 𝑓𝑟𝑜𝑚 𝑃𝑎𝑟𝑒𝑛𝑡 𝑖𝑛 𝑆𝑤𝑖𝑓𝑡𝑈𝐼 by Xu Yang (@fatbobman.com)

Demystifies SwiftUI view identity and data flow patterns to understand why child @𝑆𝑡𝑎𝑡𝑒 doesn't update from parent changes.

#SwiftUI #StateManagement

fatbobman.com/en/snippet/w...

3 1 2 0
Preview
How to Package Information So People Remember It: NLP Training Design - Mastery InSight Institute How great NLP Training design makes ideas stick: state first, language precision, chunking for recall, and backward-chaining — practical strategies you can use immediately.

If you need a refresher on how to better package information for others to enjoy maximum retention/recall... #NLP #Chunking #NLPTrainingDesign #NLPTechniques #StateManagement #PresentationSkills #Presenting #Teaching #Training

nlpmasteryinsight.com/blog/packagi...

0 0 0 0
Preview
NLP Sales Techniques: State Management That Closes (Win-Win) - Mastery InSight Institute Learn NLP sales techniques for state management, calibration, and win-win closing, using real stories and simple drills to sell with clarity, not pressure.

New Blog Entry: #NLP #Sales Techniques: #StateManagement that Closes #WinWin

nlpmasteryinsight.com/blog/nlp-sal...

1 0 0 0
Preview
Storing large web app state in URL using pako How to store and share complex application state in URLs using pako compression, discovered from Mermaid Live Editor's approach to making diagrams shareable.

URLs should be shareable, bookmarkable, and stateful. I wrote a short post how to compress complex app state into the URL with pako — no backend needed.

mfyz.com/storing-larg...

#WebDevelopment #JavaScript #StateManagement #UX

1 0 0 0
TypeScript code defining a RequestState union type with loading, loaded (data with name and age), and failed (error) variants and example state constants.

TypeScript code defining a RequestState union type with loading, loaded (data with name and age), and failed (error) variants and example state constants.

✅ Good example: Properly representing each state that leads to fewer bugs! 🔥

#TypeScript #FrontendDevelopment #JavaScript #StateManagement #CleanCode

1 0 0 0
Your URL Is Your State A deep dive into how thoughtful URL design can enhance usability, shareability, and performance. Learn what state belongs in URLs, common pitfalls to avoid, and practical patterns for modern web apps.

@ahmadalfy.bsky.social makes a strong case: your URL is your state.
Instead of hiding state in cookies or local storage, the URL keeps it transparent, shareable, and part of your browsing history.

👉alfy.blog/2025/10/31/your-url-is-y...

#WebDev #StateManagement #UX #A11y

1 0 0 0
Preview
Redux for Beginners – The Brain-Friendly Guide to Learning Redux In this Redux for Beginners guide, we're going to: Learn about the different parts of Redux and how they work together Learn how to fetch data from an API using Redux Learn how to use Redux Toolkit to...

If you've been putting off learning Redux because it seems confusing, start here. This freeCodeCamp guide is very clear and walks you through the mental model before the code. Stop dreading it and just start!

🧠 www.freecodecamp.org/news/redux-f...
#LearnToCode #Frontend #StateManagement

2 0 0 0
Preview
Flutter Development Essentials: State Management | 2025 Learn state management in Flutter. Explore setState, lifting state, Provider, and Riverpod to handle local and app-wide state effectively.

💭 What’s “state,” and why does it matter?

In Chapter 3 of Flight with Flutter, discover how to manage state—from simple setState() to advanced tools like Provider and Riverpod. Keep your app data and UI perfectly in sync!

#Flutter #StateManagement #AppDevelopment #BitsKingdom 

1 0 0 0
Post image Post image

On to my Swift #learning updates.
I'm currently working on the second app that passes mock data into a Sheet Detail View. Nothing too challenging but I'm really enjoy learning #Swift.
It uses a #ModelView to #StateManagement its data. This was a new concept to me coming from JS.

1 0 0 0
Post image

Context API is great for global state… until it’s not. Know when to switch to Redux, Zustand, or Jotai. #StateManagement

0 0 0 0
Your URL Is Your State A deep dive into how thoughtful URL design can enhance usability, shareability, and performance. Learn what state belongs in URLs, common pitfalls to avoid, and practical patterns for modern web apps.

Your URL Is Your State, by @ahmadalfy.bsky.social:

alfy.blog/2025/10/31/your-url-is-y...

#urls #statemanagement

1 0 0 0

Hey Devs👋

Learning Provider state management—right now,
made a tiny project, to implement what i learn as I'm learning, syncing values across pages.
its all simple for now, but progress is progress,

#FlutterDev #StateManagement #ProviderPattern #MobileApp #Coding #DevProgress #DevsTowe

1 0 0 0
Your URL Is Your State A deep dive into how thoughtful URL design can enhance usability, shareability, and performance. Learn what state belongs in URLs, common pitfalls to avoid, and practical patterns for modern web apps.

#Development #Guidelines
URLs are state containers · “The web’s oldest and most elegant features.” ilo.im/16848e by Ahmad El-Alfy

_____
#Programming #Coding #StateManagement #URLs #JavaScript #React #NextJS #WebDev #Frontend #Backend

4 0 0 0

Alternatives to URL state include local storage, session storage, & server-side sessions. Each has pros & cons. The choice involves weighing client-side vs. server-side state management trade-offs carefully. #StateManagement 5/6

0 0 1 0
Preview
Redux & State Management: Advanced Job Support | KBS Training Expert Redux & React state management job support. Master Redux Toolkit, Context API, React Query. 15+ years experience. Live debugging sessions. Get help now.

Real talk about React state management 🗣️
State management is one of those things that seems simple until your app scales. Then suddenly you're debugging mysterious re-renders at 2 AM.

More : www.kbstraining.com/blog/redux-s...

#ReactJS #Redux #StateManagement #WebDev #JavaScript #Programming

4 0 0 0

Managing application state in complex HTMX UIs is a key challenge. Commenters explored different strategies to keep interactive components synchronized without heavy client-side JavaScript, ensuring a smooth user experience. #StateManagement 5/6

0 0 1 0
#9 Simplify Your Nuxt App with Pinia Store | From Props Chaos to Clean State Management
#9 Simplify Your Nuxt App with Pinia Store | From Props Chaos to Clean State Management YouTube video by Michał Stachura

🚀 New episode is out!

Learn how to clean up your Nuxt app using Pinia Store — no more messy props or event chains.
See how to move logic into a central store and make your code clean, simple, and scalable.

🎥 Watch here 👉 www.youtube.com/watch?v=37m-...

#Nuxt #Pinia #VueJS #StateManagement

4 0 0 0
Preview
Vue Basics: State Management in Vue Learn how to scale Vue state management with ref/reactive, props/emits, provide/inject and Pinia as your app grows.

Vue Basics: State Management in Vue, by (not on Mastodon or Bluesky):

www.telerik.com/blogs/vue-basics-state-m...

#fundamentals #vuejs #statemanagement #tooling

1 0 0 0
Preview
State Management in Blazor Blazor showcases its main essence through its extensive usage of components. Components serve as the building blocks of Blazor…

Explore effective #StateManagement in #Blazor with insights on various patterns like Singleton, Scoped, and Cascading Parameters. Enhance your app's performance and scalability by choosing the right approach.

0 0 0 0

React, c’est comme un couteau suisse : tu peux tout faire, mais parfois tu te retrouves avec 10 hooks imbriqués et un état global qui ressemble à un plat de spaghetti. 🍝
Mon combo gagnant en 2025 : React + TypeScript + Zustand (ou Redux Toolkit).

#React #Frontend #StateManagement #DevWeb

1 0 0 0
Post image

🧩 Managing Complex State in React
Practical patterns → fewer bugs, cleaner flows, scalable apps.

Details: https://f.mtr.cool/nzibxqgohb

Speaker: Mary Shaw (FamilySearch)
#ReactJS #StateManagement #NextJS #iJS

2 0 0 0
'Make invalid states unrepresentable' considered harmful One of the most controversial things I believe about good software design is that your code should be more flexible than your domain model. This is in direct…

“Make Invalid States Unrepresentable” Considered Harmful, by (not on Mastodon or Bluesky):

https://www.seangoedecke.com/invalid-states/

#softwaredesign #statemanagement

0 0 0 0
Effective Communication Between Observable Stores Effective Communication Between Observable Stores in SwiftUI

📡 𝘌𝘧𝘧𝘦𝘤𝘵𝘪𝘷𝘦 𝘊𝘰𝘮𝘮𝘶𝘯𝘪𝘤𝘢𝘵𝘪𝘰𝘯 𝘉𝘦𝘵𝘸𝘦𝘦𝘯 𝘖𝘣𝘴𝘦𝘳𝘷𝘢𝘣𝘭𝘦 𝘚𝘵𝘰𝘳𝘦𝘴 by @azamsharp.bsky.social

This insightful post explores various patterns, including 𝐶𝑜𝑚𝑏𝑖𝑛𝑒 publishers and 𝐴𝑠𝑦𝑛𝑐𝐶ℎ𝑎𝑛𝑛𝑒𝑙, to ensure effective data flow and state management.

#SwiftUI #StateManagement

2 0 0 0