home.social
  1. RE: fosstodon.org/@talkpython/1165

    I'm so excited to be able to share the pattern with a wider audience.

    This was a great conversation. Thanks, @mkennedy

  2. At the bottom of the hour, I will be a guest on the Talk Python podcast to talk about . Come join us!

    youtube.com/watch?v=s37d6yN2P70

  3. When I first heard this song years ago, I had no idea I would relate to it so deeply. youtube.com/watch?v=IhofSY4jm5E

  4. I recently talked with @bbelderbos about , , and other thoughts that have transformed how I write code today.

    youtube.com/watch?v=8aQ7j8mz5Ug

  5. I cannot wait to start messing around with from . It's going to make so many things easier.

    Just look at the semantic HTML AND CSS that it produces:
    youtu.be/igELI3octGc?si=-Cnygy

  6. @chakie I empathize with your observation. Learning web development is daunting, but with and a CSS framework like PicoCSS make things a LOT easier.
    And there are people in the Datastar community making drop-in components like ui.starhtml.com/

  7. I'm going live on the @talkpython podcast at the bottom of the hour to talk about with Michael and the creators of the framework.

    Join us! youtube.com/watch?v=SFc74eFhKBY

  8. I'm going to be on the @talkpython podcast to talk about .

    Is there anything. you'd like us to talk about?

  9. 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 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.

  10. On Friday at 5:15, I'll be speaking about how can make your app faster at !

    us.pycon.org/2025/events/flask

  11. I'll be speaking at 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!

    everydaysuperpowers.dev/articl

  12. @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 document framework from @adymitruk to have it make sense for a team of developers.