Exploring Functional Reactive Programming in Python

As a software developer
who cares about making robust, debuggable systems,
I’ve been interested for a while now
in ideas like Functional Reactive Programming,
or the Elm Architecture.
Sadly,
regular employement does not include a lot of opportunities
to p… Read more

Similar

Clean architectures in Python: a step-by-step example

One year ago I was introduced by my friend Roberto Ciatti to the concept of Clean Architecture, as it is called by Robert Martin. The well-known Uncle Bob talks a lot about this concept at conferences and wrote some very interesting posts about it. What h...

Read more »