Week 16, year 2023
- Introduction to Axon Synapse - We're happy to announce the first public release, version 0.6.0 of Axon Synapse. [AxonIQ Blog]
- Testing, Testing…our Heuristics - Recently Chelsea Troy and I chatted over Zoom about software testing heuristics. I met Chelsea last year at DDD Europe. In this and a couple of snack-sized posts, I will reflect on some highlights of our conversation. Chelsea has also … Continue reading → [The Responsible Designer]
- Parser Combinators (Full Stack Europe) - I was at Full Stack Europe 2022 in Antwerp, and one of the speakers had to cancel. So I offered to do an improvised talk on Parsers Combinators. (My Covid Lockdown hobby was creating an open source library to help you build parsers, so I have some experience. ) A parser is a function that takes some unstructured input and returns something more structured. One way to write them is using a lot of procedural code. But with parser combinators, you can create a parser declaratively by combining small composable parsers into larger ones. [Mathias Verraes]
- Publishing read model changes from Marten - Integrations have different names, shades and colours, but only one adjective: challenging. Trying to glue systems together requires… [Event-Driven by Oskar Dudycz]