state machine
-
Solved: Built a WhatsApp chatbot builder so I could stop hardcoding conversation logic. Now open sourcing it
Stop hardcoding chatbot logic. Learn to decouple conversation flows from your code with battle-tested strategies and a new open-source WhatsApp builde Continue reading
-
Solved: GitHub – doeixd/machine: Minimal TypeScript state machine library with compile-time safety through Type-State Programming where states are types, not strings.
Eliminate runtime state errors in TypeScript using Type-State Programming. Learn to build robust state machines with compile-time guarantees, not stri Continue reading