Blog

Better Client-side Validations Using Stimulus

I’ve been adding a lot of validations on the client side lately, using native HTML validation. It’s fast, reliable, and there’s no need to hit the server just to check for errors. One of the most […]

Nico ·
12 June, 2025

Adding Text Highlights and Notes in Rails with Hotwire

Let’s say we want to build a blog application that allows users to highlight text within articles and attach notes to those highlights. The idea is that when a user selects some text, a dialog appears […]

23 May, 2025

Ruberto, a gem that integrates Uber into your Ruby project

Ruberto is a Ruby gem that allows you to connect Uber’s API to any project. In this first release we focus on Uber Direct—the on-demand delivery service for businesses—although its modular design makes it possible to […]

Bruno ·
13 March, 2025

Picture-in-Picture with Hotwire in Ruby on Rails

Let’s imagine we have a simple app called Turbo Video, where users can watch their favorite videos. The app is straightforward — it displays the video’s title, description, and a video player. Something like this: The code for […]

Nico ·
27 February, 2025

Cómo Crear Tu Propio Registry para Deployments con Kamal

En este artículo les voy a explicar como armar su propio Container Registry para alojar imágenes de Docker y no depender de servicios como DockerHub. La necesidad de tener nuestro propio Container Registry nació porque empezamos […]

Guido ·
7 February, 2025

Hotjar y heatmaps: métricas al rescate

Tener métricas en proyectos chicos y donde el equipo de diseño es una sola persona puede ser… complejo. Muchas veces, depende de nuestro trabajo e insistencia empezar a recolectar información, esperar a tener algo analizable y […]

Patri ·
7 February, 2025
Let's talk!