Making Software

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.

How I AI in the EU :eu:

4 minute read

In the past few years, AI has taken over coding. At least in my field, which is business software on the web. Whether we like it or not, coding by hand is ju...

Testing bindable properties in Svelte 5

1 minute read

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 ...