Peyman Rashidipemidi.hashnode.dev·Apr 19, 2024Understanding State Machine in PythonIn the realm of Computer Science and Software Engineering, state machines play a crucial role in altering the state of various components within a system. A state machine serves as a conceptual model illustrating how a machine or system can exist in ...3 likes·2.4K readsPythonStateMachine
sandip paridatechlye.hashnode.dev·Jan 3, 2024Demystifying Ruby's State Machine: Managing User Authentication StatesWelcome to an exploration of Ruby's state machine gem! Today, we're unraveling the power of state management in a straightforward scenario: user authentication states. Setting the Stage: User Authentication States Imagine a simplified user authentica...10 likesRuby
Bilge Pamukcubilge.hashnode.dev·Jul 23, 2023Patterns for Distributed TransactionsDistributed transactions consist of multiple coordinated and orchestrated independent units. It's expected them to reflect ACID properties (atomicity, consistency, isolation, durability). Within a microservices system context, we can define a distrib...2 likes·87 readsSoftware Designdistributed system