Posts tagged #architecture

Notes 202517
second-me is a great ai tool, check out what it can do for you

Notes 17
a journal of unrelated topics

Actor-like pattern in go
The Actor paradigm allows to structure code as independent entities (actors), that are responsible for a single functionality of your application. Here you will find an implementation of this paradigm in Go.