Testing bindable properties in Svelte 5
I was recently working on a Svelte (5) component that was using a $bindable property. When it came to writing a test for it, I got stuck on how to bind said ...
I have been writing software professionally since 2006. Mostly in Ruby and JavaScript/TypeScript. Sometimes I come up with something interesting and then it eventually makes it here.
I was recently working on a Svelte (5) component that was using a $bindable property. When it came to writing a test for it, I got stuck on how to bind said ...
We just launched a project at Cobot to improve the accessibility (a11y) of our site. While getting a11y right is a complex topic and involves a lot of resear...
A while ago I started ~complaining~ thinking about how the default erb views in Ruby on Rails could be improved. Some context: at Cobot we run a Rails app t...