Brandon Damuedamue.hashnode.dev·Jun 17, 2024Orchestrating Serverless Workflows with Ease using AWS Step FunctionsWhen we talk about running serverless workloads on AWS (disclaimer: serverless doesn't mean there are no servers, it just means you don't have to worry about provisioning and managing them), the service that immediately comes to mind is definitely AW...DiscussAWS Step Functions
Ayberk Kahramanmuffinndev.hashnode.dev·Jun 6, 2024Unity Tutorial: Designing a Modular Character State MachineWhat is a State Machine? A state machine, or finite state machine (FSM), is a computational model that designs systems with a finite number of states. It consists of: States: Distinct modes of the system. Transitions: Conditions that trigger state ...Discuss·4 likes·119 readsunity
Aniket Hinganebytecodecorner.hashnode.dev·Mar 3, 2024State Machine : A Must-Have Skill : Let’s build it in java : 1In next part we will start build our "State Machine" in java If you already aware of basics, go straight at : “Designing a State Machine in Java” section First explore Graph Theory : A Foundation for State Machines Understanding Graph Theory : Grap...Discuss·34 readsJava
Benoît Bourébenoitboure.com·Jan 17, 2024Calling External Endpoints With Step Functions and the CDKAt re:Invent 2023, AWS announced a new feature for Step Functions that allows you to call third-party HTTPS API endpoints directly from your workflow without the need to write a Lambda function. It's a simple way to allow you to securely call externa...Discuss·1 like·1.4K readsAWS
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 2 others are discussing this3 people are discussing thisDiscuss·56 likes·2.3K readsFlutter
Siddarth JainforNotes by Doctor 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·36 readsKenobiobservability
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·706 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·2.0K readsState Management
Kai Niemiblog.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·235 readsstate-machines