Week 49, year 2023

  • Bliki: Diff Debugging - Regression bugs are newly appeared bugs in features of the software that have been around for a while. When hunting them, it usually valuable to figure out which change in the software caused them to appear. Looking at that change can give invaluable clues about where the bug is and how to squash it. There isn't a well-known term for this form of investigation, but I call it Diff Debugging. Diff debugging only works if we have our code in version control, but fortunately these days that's the norm. But there are some more things that are needed to make it work effectively. [Martin Fowler]
  • What's up with 'Hands On Axon'? - We’re taking a little holiday break from Hands On Axon, a YouTube series where Developer Advocate David Gomez Garcia and Software Engineer/Solution Architect Mitchell Herrijgers guide you through the process of creating applications with AxonIQ. But don't worry! We'll be back in January with more exciting episodes to help you further enhance your development skills. In this series, we dive into live coding sessions and showcase how Axon Framework simplifies the development of scalable and robust systems. If you haven’t checked it out yet, now’s a great time to catch up on what we’ve learned so far. In the first four episodes of Hands On Axon, we cover various topics that are crucial for understanding the benefits of using Axon Framework in your projects. These episodes provide valuable insights, practical examples, and step-by-step tutorials to help you harness the power of AxonIQ. Let's take a quick overview of what you can expect from the first four episodes. [AxonIQ Blog]
  • A few notes on migrating storage library - I’m feeling like a surgeon in recent days. Who knew that changing the connection management in storage library would be a delicate thing to… [Event-Driven by Oskar Dudycz]
  • Supercharging machine learning with event sourcing - The evolving world of machine learning is deeply rooted in data. The more high-quality data we have, the better our models perform. But how can we ensure continuous access to vast, relevant datasets? Enter event sourcing—a method that's proving to be a goldmine for machine learning enthusiasts. [AxonIQ Blog]
Permalink | From 04 December 2023 to 10 December 2023 | Last updated on: Thu, 2 May 2024 22:06:34 GMT

Week 48, year 2023

  • How to tackle unreliability of coding assistants - Over the last year, lots of developers have incorporated LLM coding assistants into their work, finding them a useful tool. But one of the problems of these tools is that they are unreliable, often coming up with poor or outright wrong-headed suggestions. Birgitta Böckeler continues her exploration of GenAI for developers by passing on what she's learned about how think about this unreliability, and why it may be good to call your LLM tool “Dusty”. [Martin Fowler]
  • Are you Marten or Wolverine user? Tell us more! - I’m always saying that the Marten community is one of the things that keeps me doing Open Source and staying in the .NET community. It’s… [Event-Driven by Oskar Dudycz]
Permalink | From 27 November 2023 to 03 December 2023 | Last updated on: Thu, 30 Nov 2023 14:06:35 GMT

Week 47, year 2023

Permalink | From 20 November 2023 to 26 November 2023 | Last updated on: Thu, 8 Feb 2024 14:06:32 GMT

Week 46, year 2023

Permalink | From 13 November 2023 to 19 November 2023 | Last updated on: Thu, 8 Feb 2024 14:06:32 GMT

Week 45, year 2023

Permalink | From 06 November 2023 to 12 November 2023 | Last updated on: Tue, 27 Feb 2024 22:06:31 GMT

Week 44, year 2023

  • Axon Server Release 2023.2 - We're thrilled to announce the release of Axon Server Release 2023.2! This release brings you a range of new and highlighted features that will enhance your experience with Axon Server, primarily in terms of stability and long-term support. [AxonIQ Blog]
  • Spooky: Platform Strategy Awakens - What better day to launch The Grim Wrapper than Halloween? [The Architect Elevator]
  • Metrics in EventStoreDB 23.10 - In EventStoreDB v23.6 we made it much easier to collect and process key metrics from the server. This feature is now supported in the EventStoreDB v23.10 LTS release. [Event Store blog]
  • Security Updates in Event Store 23.10.0 - EventStoreDB 23.10.0 builds on the security changes introduced in 23.6.0. The security highlights in this version are: Allow using a Wildcard for CertificateReservedCommonName Default Admin and Ops passwords Disable Anonymous Access by default FIPS commercial plugin [Event Store blog]
  • 23.10.0 Release Notes - We are excited to introduce EventStoreDB version 23.10.0 LTS, available for both OSS & Commercial users, and supported through to October 2025. The full changelog is available and for upgrade assistance or support inquiries, please get in touch. [Event Store blog]
  • Headless Component: a pattern for composing React UIs - As React UI controls become more sophisticated, complex logic can get intertwined with the visual representation. This makes it hard to reason about the behavior of the component, hard to test it, and necessary to build similar components that need a different look. Juntao Qiu tackles this by using a Headless Component, which extracts all non-visual logic and state management, separating the brain of a component from its looks. [Martin Fowler]
  • Current thoughts on social media - It's now been a year since The Muskover, what does my use of social media look like now, both as a reader and a writer? [Martin Fowler]
  • Anti-patterns in event modelling - Clickbait event - Doctors Hate Her! Discover the Simple Trick to Lose Weight Overnight! This One Weird Trick Can Save You Hundreds on Your Energy Bills! The… [Event-Driven by Oskar Dudycz]
Permalink | From 30 October 2023 to 05 November 2023 | Last updated on: Sun, 5 Nov 2023 14:06:44 GMT