Hyunwoo Choihyunwoochoi.hashnode.dev·Aug 18, 2023Introduction of IAR Visual State - 1In General, the firmware executes certain tasks periodically. Blinking a LED is the "Hello World" in the firmware world. Even this simple functionality is doing something periodically. This pattern can be easy to represent by using a state machine. T...DiscussIARVisualStatestate-machines
Nikki Ekeclouds.hashnode.dev·Aug 11, 2023Rive Animation for Flutter: A Beginner's Guide to Creating Stunning Animations with Ease!Animations typically increase the visual appeal of an app or website and improves overall engagement of the users. According to a study by Forrester Research, websites with well-executed animations, experience an increase in user engagement by up to ...Obruche Ogenechohwo and 1 other are discussing this2 people are discussing thisDiscuss·50 likes·1.3K readsFlutter
Siddarth JainforNotes by Dr Droidnotes.drdroid.io·Jul 26, 2023What are entities?Definition: An entity is a chain of events connected using a common primary key. Why Entities? Entities help stitch together all critical events associated with a specific business object, in the above-mentioned case, a payment transaction. The pre...Discuss·35 readsDoctor Droid Capabilitiesobservability
Fawaz Alharbiblog.fawwaz.dev·Jul 16, 2023FeaturedFrom Zustand to Xstate: the Zen of using the right toolI've known and seen demos of Xstate for a while but never felt the need to use it in a project. My understanding was and still is that Xstate shines in complex flow. Recently I worked on a small personal project that I built with Zustand I thought th...Sandeep Panda and 2 others are discussing this3 people are discussing thisDiscuss·40 likes·466 readsxstate
Musadiq Peerzadablogs.musadiqpeerzada.com·May 7, 2023Building Back-End State Machines with XStateIntroduction In backend systems, managing complex state transitions is crucial for ensuring smooth and reliable operation. XState, a JavaScript library, provides a powerful tool for modeling and managing state machines. While it's commonly used in fr...Shaun Botsis and 1 other are discussing this2 people are discussing thisDiscuss·2 likes·399 readsState Management
Kai NiemiProblog.cloudneutral.se·Mar 31, 2023Leveraging Spring State Machine with CockroachDBThis article focuses on a practical use case example for Spring State Machine together with CockroachDB for persistent state storage. Introduction A state machine, also called a finite-state machine (FSM) or finite-state automaton, is a mathematical ...Discuss·90 readsstate-machines
Nextwebbnextwebb.hashnode.dev·Feb 27, 2023Getting Started with Workflows: An Introduction to State Machines for AWS Step FunctionsIntroduction📝 Looking to streamline your complex workflows and keep everything on track? Look no further than state machines - a powerful tool for precision and ease in process management. 💪🏼 And when it comes to implementing state machines, AWS S...Discuss·10 likes·99 readsAWS
Amr Khaledamrtechuniverse.com·Feb 24, 2023State Machine Diagrams in Spring Boot: Usage and ImplementationState Machine Diagrams in Spring Boot: Usage and Implementation State machine diagrams are a powerful tool for modeling complex behavior in software systems. In Spring Boot, the State Machine Framework provides an easy way to implement state machine ...Discuss·750 readsSpringing into Action: A Spring Boot Journey from Novice to ProSpringboot
JITPOMIforblog.jitpomi.com·Feb 3, 2023Giggle With Deterministic Finite StateRecently, at our company, candidates were given a seemingly trivial but exciting challenge related to state management. The Challenge A light bulb can only be in 1 of 3 finite states at any time. Once broken*, it can neither be* lit nor unlit*. Write...Discuss·1 like·190 readsState Management
Alessandro Marinoalessandromarinoac.com·Jan 29, 2023Unleashing the Power of Large-Scale Parallel Data Processing on AWSAWS has recently released a new feature for AWS Step Function that allows you to perform large-scale parallel data processing AWS News Article Why you could need large-scale parallel data processing? Processing large CSVs or processing every item in ...Discuss·20 likes·943 readsAWS