TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best Event-Driven Finite-State Machine Learning Resources

3 pointsby dustfingerabout 1 year ago
I am working on an existing typescript backend service that receives events and takes actions based on those events. I would like to further my understanding of event driven finite state machines, so that I can apply well known patterns in hopes of improving maintainability and reliability of existing services. I am also keenly interested in deepening my understanding of state machines and modern design philosophy, so that I may design future systems that are highly reliable and maintainable.<p>What resources do you recommend? I am a book lover, so I am happy spending money on books, but I am interested in any and all resources, including online course-ware.

2 comments

gmreadsabout 1 year ago
After having implemened many complex distributed state machines I started thinking along the terms of how do abstract away the engineering part of it and provide a platform for writing business logic. Technical term for it is workflow orchestration. You might have heard of AWS Step functions.<p>Check out Temporal, it&#x27;s open source and lot of architecture videos exist. I&#x27;ve been trying to experiment with it to rewrite my old projects using it.
评论 #39744747 未加载
davidkpianoabout 1 year ago
There are a lot of resources on finite state machines, especially in TypeScript, here: <a href="https:&#x2F;&#x2F;stately.ai&#x2F;docs&#x2F;state-machines-and-statecharts" rel="nofollow">https:&#x2F;&#x2F;stately.ai&#x2F;docs&#x2F;state-machines-and-statecharts</a>
评论 #39769829 未加载