From e706287df29b049907c14038a4dd61a94154c895 Mon Sep 17 00:00:00 2001 From: Mike Zornek Date: Mon, 20 Jul 2026 17:02:02 -0400 Subject: [PATCH] Update stats header. --- index.html | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 3167165..7b0924e 100644 --- a/index.html +++ b/index.html @@ -40,18 +40,14 @@ - + + + + @@ -101,7 +97,7 @@

/>

- Reality is event-sourced; your mind processes sight, sound, taste, smell, and touch to create its perception of reality. Software isn’t that different. Applications use streams of incoming data to create their own realities, and when you interpret that data as events containing state and context, even some of the most complex problems become easily solvable. Unravel the theory behind event sourcing and discover how to put this approach into practice with practical, hands-on coding examples. From early-stage development through production and release, you’ll unlock powerful new ways of clearing even the toughest programming hurdles. + Reality is event-sourced; your mind processes sight, sound, taste, smell, and touch to create its perception of reality. Software isn’t that different. Applications use streams of incoming data to create their own realities, and when you interpret that data as events containing state and context, even some of the most complex problems become easily solvable. Unravel the theory behind event sourcing and discover how to put this approach into practice with practical, hands-on coding examples. From early-stage development through production and release, you’ll unlock powerful new ways of clearing even the toughest programming hurdles.