Explore >> Select a destination


You are here

codesimple.blog
| | jack-vanlightly.com
5.4 parsecs away

Travel
| | In part 2, we built a mental framework using a graph of nodes and edges to represent distributed work. Workflows are subgraphs coordinated via choreography or orchestration. Reliability, in this model, means reliable progress: the result of reliable triggers and progressable work. In part 3 we refine this graph model in terms of different types of coupling between nodes, and how edges can be synchronous or asynchronous. Let's set the scene with an example, then dissect that example with the concepts of coupling and communication styles.
| | lukesingham.com
5.7 parsecs away

Travel
| | The modern data stack is a collection of rapidly evolving technologies that together provide a platform for analytics. While we at Monzo already have quite a modern data stack, there is always more to learn and room for improvement. This post summarises the core components of our modern data platform
| | martinfowler.com
3.1 parsecs away

Travel
| | Four principles that drive a logical architecture for a data mesh.
| | anthonysciamanna.com
32.7 parsecs away

Travel
| Developers new to unit testing often end up with large, brittle, and confusing tests. These kinds of tests typically expose underlying issues with the cod...