mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

Just published a new theory article on rustquant.dev this time about **iceberg** and **stop-loss** orders in the context of a Rust-based order book engine.
Not an expert, just documenting the journey and trying to break down what I’m learning. These topics deserve much deeper treatment, so any feedback is welcome.

rustquant.devRustQuantA modern Rust-powered framework for building high-frequency trading strategies with performance, precision, and modular design.
Beth Pariseau<p>Nearly a decade into covering <a href="https://hachyderm.io/tags/DevOps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevOps</span></a>, I'm still most fascinated by stories about how organizations approach <a href="https://hachyderm.io/tags/appmodernization" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>appmodernization</span></a> and addressing <a href="https://hachyderm.io/tags/techdebt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>techdebt</span></a>. </p><p>I had the opportunity recently to interview Ben Heil of Paylocity on that topic, and he shared insights into the product updates and development workflows that will help his teams move to <a href="https://hachyderm.io/tags/eventdriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdriven</span></a> <a href="https://hachyderm.io/tags/microservices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>microservices</span></a> and an <a href="https://hachyderm.io/tags/API" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>API</span></a> <a href="https://hachyderm.io/tags/designfirst" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>designfirst</span></a> architecture. </p><p><a href="https://www.techtarget.com/searchsoftwarequality/news/366627952/Paylocity-plans-API-design-first-shift-to-modernize-apps" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">techtarget.com/searchsoftwareq</span><span class="invisible">uality/news/366627952/Paylocity-plans-API-design-first-shift-to-modernize-apps</span></a></p>
Habr<p>Создаём конвейер обработки запросов в платформе Serverless</p><p>За 10 лет, что существует Serverless‑подход , бессерверные функции стали для многих разработчиков чем‑то привычным и удобным. С их помощью можно быстро написать несколько строк кода для реализации конкретной бизнес‑логики и задеплоить, не думая о развёртывании, настройке и обслуживании инфраструктуры. Нужный код запустится автоматически при срабатывании триггера, как это принято в событийно‑ориентированной архитектуре. Но если таких функций в приложении потребуется очень много — что поможет сохранить нужную скорость работы и другие преимущества Serverless? Меня зовут Сергей Ненашев, последний год я разрабатываю в Yandex Cloud сервис бессерверных функций Cloud Functions. В нашем облаке с ним можно запускать код в виде функции без создания и обслуживания виртуальных машин. Пожалуй, важнейший процесс в этом сервисе — это обработка внешнего входящего запроса. Чтобы эта конструкция работала с минимальными задержками, нам понадобилось хорошенько продумать архитектуру обработки запросов и применить пару трюков. Я расскажу, как команда пришла к тем решениям, что работают сейчас, а также покажу, на что обратить внимание самим пользователям, чтобы запрос пробегал по всей инфраструктуре не более 10 мс.</p><p><a href="https://habr.com/ru/companies/yandex_cloud_and_infra/articles/924792/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">habr.com/ru/companies/yandex_c</span><span class="invisible">loud_and_infra/articles/924792/</span></a></p><p><a href="https://zhub.link/tags/serverless" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>serverless</span></a> <a href="https://zhub.link/tags/%D0%B1%D0%B5%D1%81%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80%D0%BD%D1%8B%D0%B5_%D0%B2%D1%8B%D1%87%D0%B8%D1%81%D0%BB%D0%B5%D0%BD%D0%B8%D1%8F" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>бессерверные_вычисления</span></a> <a href="https://zhub.link/tags/%D0%B1%D0%B5%D1%81%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80%D0%BD%D0%B0%D1%8F_%D0%B0%D1%80%D1%85%D0%B8%D1%82%D0%B5%D0%BA%D1%82%D1%83%D1%80%D0%B0" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>бессерверная_архитектура</span></a> <a href="https://zhub.link/tags/%D0%B1%D0%B5%D1%81%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80%D0%BD%D1%8B%D0%B5_%D1%82%D0%B5%D1%85%D0%BD%D0%BE%D0%BB%D0%BE%D0%B3%D0%B8%D0%B8" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>бессерверные_технологии</span></a> <a href="https://zhub.link/tags/eventdriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdriven</span></a> <a href="https://zhub.link/tags/eventdriven_architecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdriven_architecture</span></a></p>
PostgreSQLOutbox Pattern: RabbitMQ Publishing Strategies for High-Performance Systems Table of Contents Why Outbox Publishing? Outbox: Table + Scheduled Publishing Database Side: Already Solved Potential Pub...<br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/outbox" target="_blank">#outbox</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/eventdriven" target="_blank">#eventdriven</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/kotlin" target="_blank">#kotlin</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/spring" target="_blank">#spring</a><br><br><a href="https://dev.to/eragoo/outbox-pattern-rabbitmq-publishing-strategies-for-high-performance-systems-3haf" rel="nofollow noopener" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=PostgreSQL" rel="nofollow noopener" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=TqorH5hWOdoGpyBxqc58xmiZCl6&amp;interestId=PostgreSQL" rel="nofollow noopener" target="_blank">Match</a>
cloud-nativeCloud Events: Standardizing the Future of Event-Driven Architectures Introduction I have dedicated myself to contributing to Brighter, it's a .NET/C# framework for building messaging applicatio...<br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/cloudevent" target="_blank">#cloudevent</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/eventdriven" target="_blank">#eventdriven</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/microservices" target="_blank">#microservices</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/distributedsystems" target="_blank">#distributedsystems</a><br><br><a href="https://dev.to/actor-dev/cloud-events-standardizing-the-future-of-event-driven-architectures-5i5" rel="nofollow noopener" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=cloud-native" rel="nofollow noopener" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=Sb6w3n44FWUhg3ysIuMUVyWUdns&amp;interestId=cloud-native" rel="nofollow noopener" target="_blank">Match</a>
Natan Silnitsky<p>🚀 Excited for next week’s EventCentric conference!<br>I’ll be sharing insights on Wix’s innovative, non-traditional event-driven architecture. Stay tuned for some surprising architectural decisions and real-world examples!<br>Don’t miss it! 🔥</p><p><a href="https://fosstodon.org/tags/EventCentric" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EventCentric</span></a> <a href="https://fosstodon.org/tags/DDD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DDD</span></a> <a href="https://fosstodon.org/tags/IntegrationEvents" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IntegrationEvents</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/Microservices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Microservices</span></a> <a href="https://fosstodon.org/tags/Aggregate" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Aggregate</span></a></p>
Marcos Lobo 💙💛<p>Change Data Capture turns DB row changes into real-time events, so your microservices stay in sync without dual writes or stale caches.</p><p>Embrace CDC for reliable event-driven data flow.</p><p><a href="https://newsletter.optimistengineer.com/p/why-you-cant-ignore-change-data-capture" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">newsletter.optimistengineer.co</span><span class="invisible">m/p/why-you-cant-ignore-change-data-capture</span></a></p><p><a href="https://hachyderm.io/tags/EventDriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EventDriven</span></a> <a href="https://hachyderm.io/tags/CDC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CDC</span></a> <a href="https://hachyderm.io/tags/softwareengineering" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwareengineering</span></a> <a href="https://hachyderm.io/tags/SoftwareDevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoftwareDevelopment</span></a> <a href="https://hachyderm.io/tags/leadership" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>leadership</span></a> <a href="https://hachyderm.io/tags/eventdrivenarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdrivenarchitecture</span></a></p>
golangCreate a Simple Event Bus in Go Event-driven architecture menjadi semakin populer dalam pengemban...<br><br><a href="https://medium.com/@fathurrohman26/create-a-simple-event-bus-in-go-6587abca5b38?source=rss------design_systems-5" rel="nofollow noopener" target="_blank">https://medium.com/@fathurrohman26/create-a-simple-event-bus-in-go-6587abca5b38?source=rss------design_systems-5</a><br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/event-driven" target="_blank">#event-driven</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/golang" target="_blank">#golang</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/design-systems" target="_blank">#design-systems</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/concurrency" target="_blank">#concurrency</a><br><br><a href="https://awakari.com/pub-msg.html?id=NIJ29whx5WX7u13PVOTWxQOZMW0&amp;interestId=golang" rel="nofollow noopener" target="_blank">Result Details</a>
Habr<p>Event-Driven архитектура на FastAPI: через паттерн Pub/Sub</p><p>В мире разработки программного обеспечения постоянно появляются новые подходы к построению систем. Event-Driven архитектура выступает одним из наиболее перспективных решений для создания гибких и масштабируемых приложений. В данной статье мы расскажем о реализации Event-Driven архитектуры (EDA) с использованием FastAPI и паттерна Publish/Subscribe. Рассмотрим основные концепции, компоненты и практические примеры кода для создания масштабируемой системы обмена сообщениями.</p><p><a href="https://habr.com/ru/articles/907632/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">habr.com/ru/articles/907632/</span><span class="invisible"></span></a></p><p><a href="https://zhub.link/tags/eventdriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdriven</span></a> <a href="https://zhub.link/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://zhub.link/tags/fastapi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fastapi</span></a> <a href="https://zhub.link/tags/%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>программирование</span></a> <a href="https://zhub.link/tags/kafka" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kafka</span></a> <a href="https://zhub.link/tags/%D0%BE%D0%B1%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%BA%D0%B0_%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D0%B9" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>обработка_событий</span></a> <a href="https://zhub.link/tags/%D1%82%D0%BE%D0%BF%D0%B8%D0%BA%D0%B8" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>топики</span></a> <a href="https://zhub.link/tags/pub_sub" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pub_sub</span></a> <a href="https://zhub.link/tags/%D0%B1%D1%80%D0%BE%D0%BA%D0%B5%D1%80_%D1%81%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D0%B9" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>брокер_сообщений</span></a></p>
Habr<p>Как я построил serverless OCR-сервис на AWS Lambda и Amazon Bedrock</p><p>В этом посте я расскажу, как на практике за пару часов реализовал serverless OCR-сервис на AWS, используя AWS Lambda и модель из Amazon Bedrock . Статья ориентирована на опытных AWS-архитекторов, поэтому мы углубимся в архитектуру, покажу код (Terraform для инфраструктуры и Python для Lambda), обсудим масштабирование, ограничения и прикинем стоимость решения в регионе eu-central-1 (Франкфурт) .</p><p><a href="https://habr.com/ru/articles/906738/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">habr.com/ru/articles/906738/</span><span class="invisible"></span></a></p><p><a href="https://zhub.link/tags/bedrock" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bedrock</span></a> <a href="https://zhub.link/tags/aws" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aws</span></a> <a href="https://zhub.link/tags/aws_lambda" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aws_lambda</span></a> <a href="https://zhub.link/tags/aws_s3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aws_s3</span></a> <a href="https://zhub.link/tags/serverless" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>serverless</span></a> <a href="https://zhub.link/tags/eventdriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdriven</span></a> <a href="https://zhub.link/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://zhub.link/tags/step_functions" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>step_functions</span></a></p>
Marcos Lobo 💙💛<p>Past week I had the opportunity to write about the difference between Domain Events and Change Data Capture patterns.</p><p>Nowadays I'm very much involved in the implementation of these patterns and I wanted to share my learnings on that.</p><p>As Senior Software Engineers and Tech Leads we have to learn common patterns to solve problems in the most simple way and avoiding “reinvent the wheel”.</p><p>I want to thank Raul Junco for giving me the space on his newsletter and reaching his audience for this.</p><p>You can read it here 👇🏼</p><p><a href="https://newsletter.systemdesignclassroom.com/p/why-just-publishing-events-isnt-enough?r=nw9bj&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=false" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">newsletter.systemdesignclassro</span><span class="invisible">om.com/p/why-just-publishing-events-isnt-enough?r=nw9bj&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=false</span></a></p><p><a href="https://hachyderm.io/tags/softwareengineering" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwareengineering</span></a> <a href="https://hachyderm.io/tags/leadership" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>leadership</span></a> <a href="https://hachyderm.io/tags/eventsourcing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventsourcing</span></a> <a href="https://hachyderm.io/tags/eventdriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdriven</span></a></p>
cli345<p>(Model from <a href="https://framamemes.org/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">framamemes.org/</span><span class="invisible"></span></a> by Gee)</p><p><a href="https://piaille.fr/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://piaille.fr/tags/userEvent" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>userEvent</span></a> <a href="https://piaille.fr/tags/eventDriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventDriven</span></a></p>
🧠<p>Sharing this from my job (not on Mastodon). If you're into <a href="https://mastodon.gamedev.place/tags/eventdriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdriven</span></a> systems, <a href="https://mastodon.gamedev.place/tags/eventsourcing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventsourcing</span></a>, <a href="https://mastodon.gamedev.place/tags/ddd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ddd</span></a>, or anything like that, you should come hang out. It's pretty cool.</p><p>AxonIQ Conference 2025 is open for real-world talks — the messy, hard-won lessons from scaling with Axon, Event Sourcing, CQRS, and building systems that actually move business forward.</p><p>You survived. You leveled up.<br>Now grab the mic: <a href="https://hubs.li/Q03h7lXt0" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">hubs.li/Q03h7lXt0</span><span class="invisible"></span></a></p><p>(Deadline’s May 7th — don’t miss out!)"</p>
Natan Silnitsky<p>Slides for my Wix Kafka based async patterns at Devoxx Greece: </p><p>Why, when, how &amp; trade-offs</p><p>1. Integration events<br>2. Task Queue<br>3. Task Scheduler<br>4. Iterator</p><p><a href="https://fosstodon.org/tags/ApacheKafka" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ApacheKafka</span></a> <a href="https://fosstodon.org/tags/Kafka" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kafka</span></a> <a href="https://fosstodon.org/tags/DevoxxGreece2025" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevoxxGreece2025</span></a> <a href="https://fosstodon.org/tags/DevoxxGR2025" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevoxxGR2025</span></a> <a href="https://fosstodon.org/tags/Async" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Async</span></a> <a href="https://fosstodon.org/tags/eventdriven" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eventdriven</span></a></p><p><a href="https://www.slideshare.net/slideshow/async-excellence-unlocking-scalability-with-kafka-devoxx-greece/277761636" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">slideshare.net/slideshow/async</span><span class="invisible">-excellence-unlocking-scalability-with-kafka-devoxx-greece/277761636</span></a></p>
Natan Silnitsky<p>🚀 Had a blast giving my talk on Wix Engineering's Kafka based async patterns at Devoxx Greece. Thank you for your insightful questions and discussions on why Wix doesn't have distributed transactions, Sagas and doesn't use the outbox pattern. </p><p><a href="https://fosstodon.org/tags/ApacheKafka" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ApacheKafka</span></a> <a href="https://fosstodon.org/tags/Kafka" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kafka</span></a> <a href="https://fosstodon.org/tags/DevoxxGreece2025" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevoxxGreece2025</span></a> <a href="https://fosstodon.org/tags/DevoxxGR2025" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevoxxGR2025</span></a> <a href="https://fosstodon.org/tags/Async" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Async</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/sagas" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sagas</span></a> <a href="https://fosstodon.org/tags/outboxpattern" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>outboxpattern</span></a></p>
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>
KubernetesTrigger Your OpenFaaS Functions from RabbitMQ Queues Learn how to connect RabbitMQ to OpenFaaS to...<br><br><a href="https://www.openfaas.com/blog/rabbitmq-connector/" rel="nofollow noopener" target="_blank">https://www.openfaas.com/blog/rabbitmq-connector/</a><br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/rabbitmq" target="_blank">#rabbitmq</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/openfaas" target="_blank">#openfaas</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/serverless" target="_blank">#serverless</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/event-driven" target="_blank">#event-driven</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/automation" target="_blank">#automation</a><br><br><a href="https://awakari.com/pub-msg.html?id=CWeGbIFkgJpZ1loHoJv2gspj2EC" rel="nofollow noopener" target="_blank">Event Attributes</a>
KubernetesHow to Build &amp; Integrate with Functions using OpenFaaS OpenFaaS is a developer-friendly platf...<br><br><a href="https://www.openfaas.com/blog/integrate-with-openfaas/" rel="nofollow noopener" target="_blank">https://www.openfaas.com/blog/integrate-with-openfaas/</a><br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/openfaas" target="_blank">#openfaas</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/serverless" target="_blank">#serverless</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/event-driven" target="_blank">#event-driven</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/automation" target="_blank">#automation</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/integration" target="_blank">#integration</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/kubernetes" target="_blank">#kubernetes</a><br><br><a href="https://awakari.com/pub-msg.html?id=W3zHRf9gypDGRnZztVkgYP15H60" rel="nofollow noopener" target="_blank">Event Attributes</a>
Hassan Habib<p>New video! 🎥<br>EVENTS &amp; DELEGATES in C# — from basics to enterprise-level best practices.</p><p>🧠 Learn:<br>✔️ Intro to eventing<br>✔️ How it works in real-world systems<br>✔️ Advanced patterns</p><p>Watch here 👉 <a href="https://www.youtube.com/watch?v=rXtkCXOVxjc" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=rXtkCXOVxj</span><span class="invisible">c</span></a></p><p><a href="https://techhub.social/tags/CSharp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CSharp</span></a> <a href="https://techhub.social/tags/DotNet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DotNet</span></a> <a href="https://techhub.social/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <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/SoftwareDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoftwareDev</span></a></p>
KubernetesServerless Spring Boot with Knative on Kubernetes Modern applications demand scalability, efficie...<br><br><a href="https://www.javacodegeeks.com/2025/03/serverless-spring-boot-with-knative-on-kubernetes.html" rel="nofollow noopener" target="_blank">https://www.javacodegeeks.com/2025/03/serverless-spring-boot-with-knative-on-kubernetes.html</a><br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Core" target="_blank">#Core</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Java" target="_blank">#Java</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Event-Driven" target="_blank">#Event-Driven</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Architecture" target="_blank">#Architecture</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Knative" target="_blank">#Knative</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Kubernetes" target="_blank">#Kubernetes</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Kubernetes" target="_blank">#Kubernetes</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Auto-Scaling" target="_blank">#Auto-Scaling</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Serverless" target="_blank">#Serverless</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Java" target="_blank">#Java</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Development" target="_blank">#Development</a><br><br><a href="https://awakari.com/pub-msg.html?id=T4ltGbQGHX0AL5ROaew6WCvj05Y" rel="nofollow noopener" target="_blank">Event Attributes</a>
404Not Found