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, […]
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, […]
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 […]
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 […]
In any software development process, automated tests are key to boosting code quality. RSpec, my favorite testing framework 😍, offers various configuration options to customize test output. In this article, we’ll explore how to enhance the […]
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 […]
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 […]
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 […]
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 […]
Offshore software development involves the practice of delegating software development tasks to a third-party company situated in a foreign country. This approach offers numerous advantages to businesses, such as access to a broader talent pool, substantial cost […]
¿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 […]
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 […]