Listen

Listened to Cup o' Go | Conferences galore for Q4, Alien Abduction ๐Ÿ›ธ, and interview with Peter Seebach aka Seebs on Go performance
Post details
Thank you to this week's sponsor, Koyeb!So many conferences!๐Ÿ‡บ๐Ÿ‡ธ GopherCon, San Diego, CA, USA, September 25-28๐ŸŽŸ๏ธ Tickets still available๐Ÿจ Hotel discount extended to Monday, September 18๐Ÿ‡ฎ๐Ÿ‡ช GopherCon Ireland, Dublin, November 2๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ Fyne Conf, Edinburgh, November 3CFP open until October 6๐Ÿ‡ธ๐Ÿ‡ฌ...

 Like

Liked Simon Willison (@simon@simonwillison.net)
Post details
I've spent the past ten years wondering about the overall accessibility story for SPAs, since ensuring accessibility of regular old forms-and-links applications has always been a relatively low impact activity (you get a lot of it for free) Based on recent discourse on the bird site it's beginning to look like the most common SPA solution to this has been to complain that it's too difficult and expensive and then not bother!

 Like

Liked Use your database to power state machines
Post details
If you build a state machine on top of a relational database you can abstract concurrency problems away from your business logic and allow developers to write safe-by-default code without dealing with concurrency concerns. This post explains how to build a library that offers those protections, and how they work under-the-hood.