Splines

GitHub | YouTube (Science) | ORCiD | LinkedIn
YouTube (Music) | Spotify | Tidal

Contact me: info<at><domain> (though I won't promise a reply)

Hey there, I'm Dominic aka Splines. Welcome to my little blog where I write about programming, music, physics, math... whatever is on my mind right now. And don't be too serious, let's wiggle more through life as Jacob would put it :)

Inline server-side form validation with Turbo

A guide to Rails validations and how to show server-side validation messages inline in your web forms. We employ Turbo Frames to avoid page reloads.

Rails FactoryBot in Cypress

How to use FactoryBot.create() inside your Cypress frontend tests in order to set up some mock objects to interact with.