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 […]
Ruby, Hotwire and React experts to turn your ideas into extraordinary digital experiences
Whether you’re a startup founder with a new idea, a product owner at a small enterprise, or an ambitious business looking to expand your team, we’re here to help you navigate complex challenges with our user-centered approach.
Our experiencesWe are passionate about our work, and that includes putting people first: our team and our clients.
Our DNAAfter 12 years we still choose Ruby on Rails because we continuously see the competitive advantage it gives early-stage companies. We also choose Hotwire (Turbo & Stimulus) and React for the frontend to build high-performance applications.
Our methodologiesBeing part of the open source community means giving back as an active participant, not just benefiting from everyone else’s work.
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 […]
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 […]