Posts
Codeando
Cancel

Event Streaming in Rails with Kafka

Original post Companies want to react quickly to the need of processing and sharing large amounts of data in real time to gain insights and create more engaging customer experiences. So, tradition...

Flexible API's with Rails and GraphQL

Original post Software developers need a way to make applications communicate with each other and share necessary data, which is where APIs come into play. An application programming interface (AP...

Rails and Inertia.js - The Modern Monolith

Rails is a powerful framework that gives us out of the box, tools like Hotwire, this helps us to build reactive applications, and also, we have external tools like Stimulus Reflex which like Hotwir...

Components on Rails?

As we know, Rails has its own approach to re-use some parts of the view, you can extract this HTML in modules called partials and you can use them as many times as you need and it’s ok, actually, p...

Reactive Rails with Stimulus Reflex!

Before talking about Stimulus Reflex I want to explain you in my own words, what´s Reactivity in the web development. What does Reactivity mean? Reactivity is a fast and async reaction to user ev...