Chris May
-
RE: https://fosstodon.org/@talkpython/116556935633153821
I'm so excited to be able to share the #eventSourcing pattern with a wider audience.
This was a great conversation. Thanks, @mkennedy
-
At the bottom of the hour, I will be a guest on the Talk Python podcast to talk about #eventSourcing. Come join us!
-
When I first heard this song years ago, I had no idea I would relate to it so deeply. #tmbg https://www.youtube.com/watch?v=IhofSY4jm5E
-
I recently talked with @bbelderbos about #eventSourcing, #dataStar, and other thoughts that have transformed how I write code today.
-
I cannot wait to start messing around with #StellarCSS from #DataStar. It's going to make so many things easier.
Just look at the semantic HTML AND CSS that it produces:
https://youtu.be/igELI3octGc?si=-CnygyhS4VM4VDT_&t=2602 -
@chakie I empathize with your observation. Learning web development is daunting, but with #dataStar and a CSS framework like PicoCSS make things a LOT easier.
And there are people in the Datastar community making drop-in components like https://ui.starhtml.com/ -
I'm going live on the @talkpython podcast at the bottom of the hour to talk about #dataStar with Michael and the creators of the framework.
-
I'm going to be on the @talkpython podcast to talk about #dataStar.
Is there anything. you'd like us to talk about?
-
I just ran an experiment about web page rendering.
I have a status page that includes a table of 200 items pulled from the database
Option A: streaming HTML that is generated on the fly
Option B: Load the shell and leverage #DataStar and Server-Sent Events to populate the table and related data.
Lighthouse reports that the SSE version renders in half the time as the streamed HTML.
-
I love this presentation about #DataStar that also shows why #eventSourcing can be so valuable.
https://craftcms.com/events/dot-all-2025/sessions/real-time-collaboration-with-sprig-and-datastar
-
On Friday at 5:15, I'll be speaking about how #eventSourcing can make your app faster at #FlaskCon!
-
I'll be speaking at #FlaskCon with a talk I'm excited to present:
Death to the spinner—event sourcing for reactive web apps.
It'll be a practical follow-up to my blog series, making the last entry a little late.
See you there!
-
@ryanhiebert Nice!
I definitely think event sourcing is not needed for every project, but in the decade that I've been thinking about it in the back of my head, I've seen SO MANY projects that would have been better off with it.
On one hand, I wish I would have done this deep dive years ago.
On the other hand, I needed the #eventModeling document framework from @adymitruk to have it make sense for a team of developers.