shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

267
active users

#eventdriven

0 posts0 participants0 posts today
chimbosonic<p>Had a great time chatting with Sam and Richard on the Moonpig Tech Podcast about our journey into event-driven architecture (<a href="https://fosstodon.org/tags/EDA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EDA</span></a>)!</p><p>We dig into the why, the how, and the real-world intricacies of building <a href="https://fosstodon.org/tags/EDA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EDA</span></a> at <a href="https://fosstodon.org/tags/Moonpig" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Moonpig</span></a></p><p>🎧 Listen now:</p><p>🔹 Apple Podcasts: <a href="https://podcasts.apple.com/us/podcast/episode-29-event-driven-architecture/id1469387549?i=1000702164445" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">podcasts.apple.com/us/podcast/</span><span class="invisible">episode-29-event-driven-architecture/id1469387549?i=1000702164445</span></a></p><p>🔹 Spotify: <a href="https://open.spotify.com/episode/4gb6Biivs8zIvyNL8UOGLy?si=82f47ef1860243d1" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">open.spotify.com/episode/4gb6B</span><span class="invisible">iivs8zIvyNL8UOGLy?si=82f47ef1860243d1</span></a></p><p><a href="https://fosstodon.org/tags/podcast" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>podcast</span></a> <a href="https://fosstodon.org/tags/architecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>architecture</span></a> <a href="https://fosstodon.org/tags/EventDriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EventDriven</span></a> <a href="https://fosstodon.org/tags/TechTalk" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TechTalk</span></a> <a href="https://fosstodon.org/tags/SoftwareEngineering" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoftwareEngineering</span></a></p>
Aral Balkan<p>Pretty soon, you’re going to be able to view your live pages and the events on them in real time while developing Kitten apps.</p><p>The improved component model with support for class-based routes (and a server-side component hiearchy that lets you build well-encapsulated components and pages and work in an event-driven way) is coming along nicely and I’m back to writing Place¹ using it.</p><p>(In the GIF, you’re looking at Place’s profile settings page. Not shown here but those profile changes reflect in realtime on all open pages. The highlighted piece of code is what streams the event details to the browser.)</p><p>¹ <a href="https://codeberg.org/place/app" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">codeberg.org/place/app</span><span class="invisible"></span></a></p><p><a href="https://mastodon.ar.al/tags/Kitten" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kitten</span></a> <a href="https://mastodon.ar.al/tags/StreamingHTML" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>StreamingHTML</span></a> <a href="https://mastodon.ar.al/tags/SmallWeb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SmallWeb</span></a> <a href="https://mastodon.ar.al/tags/htmx" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>htmx</span></a> <a href="https://mastodon.ar.al/tags/hypermedia" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hypermedia</span></a> <a href="https://mastodon.ar.al/tags/WebSockets" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebSockets</span></a> <a href="https://mastodon.ar.al/tags/web" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>web</span></a> <a href="https://mastodon.ar.al/tags/dev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dev</span></a> <a href="https://mastodon.ar.al/tags/eventDriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventDriven</span></a> <a href="https://mastodon.ar.al/tags/objectOriented" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>objectOriented</span></a> <a href="https://mastodon.ar.al/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.ar.al/tags/NodeJS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NodeJS</span></a></p>
Aral Balkan<p>Feeling more like myself today after getting my ass kicked by this bug for the past few weeks and I’m finally making progress on improving Kitten’s¹ component model.</p><p>Soon, you’ll be able to implement page event handlers in an even simpler way than before. Is your connected DOM element named `pixel`? Then export an event handler called `onPixel()` on your page route and it’ll get called when that element triggers its event.</p><p>And there’s so much more coming, including a class-based page and component model with DOM-style event bubbling on the server. This should really let you make the most of the Streaming HTML² workflow in Kitten by writing event-driven GUI-like code but for a web app without really caring about the client/server separation.</p><p>Need to update the examples, test, test, test, and update docs but this had me stumped for a while now with several false starts and I feel this implementation might just be it 🤞</p><p>:kitten: 💕</p><p>¹ <a href="https://kitten.small-web.org" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">kitten.small-web.org</span><span class="invisible"></span></a><br>² <a href="https://kitten.small-web.org/tutorials/streaming-html/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">kitten.small-web.org/tutorials</span><span class="invisible">/streaming-html/</span></a></p><p><a href="https://mastodon.ar.al/tags/Kitten" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kitten</span></a> <a href="https://mastodon.ar.al/tags/SmallWeb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SmallWeb</span></a> <a href="https://mastodon.ar.al/tags/hypermedia" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hypermedia</span></a> <a href="https://mastodon.ar.al/tags/WebSockets" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebSockets</span></a> <a href="https://mastodon.ar.al/tags/RPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RPC</span></a> <a href="https://mastodon.ar.al/tags/eventDriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventDriven</span></a> <a href="https://mastodon.ar.al/tags/StreamingHTML" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>StreamingHTML</span></a> <a href="https://mastodon.ar.al/tags/web" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>web</span></a> <a href="https://mastodon.ar.al/tags/dev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dev</span></a></p>
Anton Stöckl ✅<p>Hey folks!<br>I‘m looking for new professional opportunities from February 25 on!<br>If your org is hiring or you have recommendations … shoot me a message, please! 🙂</p><p><a href="https://mastodon.social/tags/dddesign" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dddesign</span></a> <a href="https://mastodon.social/tags/golang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>golang</span></a> <a href="https://mastodon.social/tags/hexagonal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hexagonal</span></a> <a href="https://mastodon.social/tags/eventsourcing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventsourcing</span></a> <a href="https://mastodon.social/tags/cqrs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cqrs</span></a> <a href="https://mastodon.social/tags/eventdriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdriven</span></a> <a href="https://mastodon.social/tags/tdd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tdd</span></a></p><p>Reposts very much appreciated! 💛</p>
Colin McNaughton<p>🔧 Just finished an exciting demo on bridging observability and automation using Event-Driven <span class="h-card" translate="no"><a href="https://fosstodon.org/@ansible" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>ansible</span></a></span> and <a href="https://techhub.social/tags/Dynatrace" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Dynatrace</span></a>. We automated responses to events in real-time to remediate an issue on the fly, and logged an incident for later review! 💻🚀</p><p>Check out the video <a href="https://www.youtube.com/watch?v=7i_EzHyrKQc" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=7i_EzHyrKQ</span><span class="invisible">c</span></a></p><p><a href="https://techhub.social/tags/eventdriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdriven</span></a> <a href="https://techhub.social/tags/ansible" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ansible</span></a> <a href="https://techhub.social/tags/observability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>observability</span></a> <a href="https://techhub.social/tags/automation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>automation</span></a></p>
Fran Mendez :asyncapi:<p>I'm writing a <a href="https://asyncapi.social/tags/book" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>book</span></a> about <a href="https://asyncapi.social/tags/eventdriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdriven</span></a> architectures and would love to understand if it's a book that people would buy, i.e., there's interest.</p><p>Help me test the idea? 🙏 </p><p>Boosts are appreciated 🙂 </p><p><a href="https://book-eda.franmendez.blog/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">book-eda.franmendez.blog/</span><span class="invisible"></span></a></p><p><a href="https://asyncapi.social/tags/booklaunch" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>booklaunch</span></a> <a href="https://asyncapi.social/tags/coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>coding</span></a> <a href="https://asyncapi.social/tags/ddd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ddd</span></a> <a href="https://asyncapi.social/tags/kafka" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kafka</span></a> <a href="https://asyncapi.social/tags/amqp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>amqp</span></a> <a href="https://asyncapi.social/tags/websockets" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>websockets</span></a> <a href="https://asyncapi.social/tags/api" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>api</span></a></p>