Blog

Flash messages with Toast.js and Turbo

I don’t need to emphasize the huge use that notifications have in modern applications, we can just think of everyday situations. You go into a website that has a contact form, fill in your email, subject, […]

Clari ·
22 November, 2024

Rebase for dummies: A Comparison with Merge

Have you ever tried rebase in a Git repo and failed so badly that you never wanted to use it again? Well, you’re not alone. There should be supporting groups out there (similar to the ones about “how to […]

Luke ·
4 October, 2024

¿Por qué migrar de Bash a zsh?

Como devs pasamos mucho tiempo en la consola: ya sea porque usamos el CLI de alguna herramienta o tecnología, o nos conectamos vía SSH a otro servidor, o incluso si programamos en terminal con Vim o […]

Luke ·
13 August, 2024

Configuring Subdomains Made Easy with Kamal

Until recently, deploying a dockerized application seemed like a daunting task. Fortunately, this has changed thanks to Kamal, a tool specifically designed to streamline the deployment of web applications through a simple yet efficient workflow. At Unagi, we’ve […]

Nico ·
8 August, 2024

Tests automáticos, estrategias para maximizar su valor

Los tests automáticos nos ayudan a prevenir errores y lograr una mayor estabilidad de nuestro código. Su importancia es innegable, pero en un mundo obsesionado con la inmediatez, he escuchado a muchas personas preguntarse si realmente […]

Nico ·
2 August, 2024

Testing Broadcasts in Hotwire

One of the things I like most about Hotwire is the ability to change the elements of different sessions through broadcasts. We could already do this with ActionCable and some JavaScript, but thanks to Hotwire, we […]

Nico ·
31 July, 2024

¿Cómo comunicar controladores Stimulus?

Una de las ventajas de Stimulus es su simpleza y por eso debemos buscar que los controladores tengan una única responsabilidad para lograr que los mismos sean reutilizables. Debido a esto, muchas veces necesitamos que ellos se comuniquen […]

Max ·
30 July, 2024

Diferencia entre let y let!

¿Sabías que let y let! no son lo mismo? A simple vista pueden parecerlo, pero no lo son y en este artículo te voy a explicar las principales diferencias. La respuesta corta es que let carga el […]

Clari ·
29 July, 2024

Cuando internacionalizar la aplicación sale mal

Una de las decisiones que uno debe tomar al comenzar un desarrollo es si va a utilizar internacionalización (I18n) para los textos. Es decir, que la aplicación pueda ser traducida y adaptada a las necesidades de diferentes culturas […]

Nico ·
26 July, 2024
Let's talk!