Arkency
The premier Ruby on Rails development agency. We specialize in crafting robust apps, SDKs, and libraries that drive innovation in the Rails ecosystem. Proud creators of Rails Event Store and leaders in event-driven architecture.
Different flavours of events in your Ruby on Rails application
Rescuing Ruby on Rails Applications - To Rewrite or Modernize - Invitation
From React To Hotwire - Webinar Invitation
How to prepare for an Online Event Storming workshop as Ruby on Rails programmer?
How To Prepare For An Event Storming Workshop
Domain Experiments with Mike Wojtyna + Short case study from Arkency
AI may kill your app (even if it is not used). Collapsing #RubyOnRails app and how to prevent that
Check out how we make a big ball of mud from our e-commerce app
What's the difference between Domain vs Integration Events | Public Private Events?
The missing piece of Event-Driven projects
Rails upgrades 101 — tips and tricks from Piotr Jurewicz
Rebuilding read models. How to deal with concurrently published events?
Get rid of primitive obsession. Introduce value objects
Where to get missing data for the read model? Questions you should ask when thinking about features
📡 Turbo Streaming AKA Broadcasting over Web Socket explained 📡 DON'T DO THAT MISTAKE!!!
🔥 Hotwire, Turbo Drive, Frames and Streaming. Long Live Server Side Rendering 👑 with SPA experience
Build Read Models with Subscription Checkpoint + Testing concurrency!
Two separate models build separately?! Asynchronous read model building
How to implement synchronous read models in #RubyOnRails?
Rendering view with partials in Ruby on Rails takes more time?
Why You Should Upgrade Your Rails Application
How to implement infinite scroll pagination for a table using Rails Hotwire Turbo
Make your tables alive with turbo streams. Redirect vs Turbo Streaming. Which one to choose?
Stop making expensive queries to build business reports in your #Rails application. Try this instead
Testing projections in Event-Sourced Applications using Rails Event Store
Simplify your #Rails app debugging by linking. Different interpretations of events in event sourcing
Build reports from historical data in #rails application using #eventsourcing and projections
Refactoring event-sourced anemic model to event-sourced aggregate in Ruby on Rails
Find and fix flaky (fragile) tests in Ruby on #Rails application. Minitest bisect gem explained.
Find faulty change using the tool you already know. Git Bisect