Hi. I build complex things in a simple manner. With bits and bytes, with wood.

Here is where I log the things that have interested me, hopefully someone will find some of what I've learned useful in their own endevors. I tend to make mistakes and adjust just as any student of design thinking does. Those mistakes are really the important things. I also will record acomplishments in other hobbies as well.

typescript

Understanding MDX Components

MDX is a powerful extension of Markdown that allows you to seamlessly embed JSX components directly within your Markdown content. This opens up a world of possibilities, enabling you to create dynamic and interactive blog posts that go beyond the limitations of traditional Markdown.

rails

Migrating from Turbo 7 to Turbo 8 in Ruby on Rails

Turbo, a key component of the Hotwire framework, has been a game-changer in the world of Ruby on Rails development. It provides a seamless way to build fast, modern, and responsive web applications without the need for a separate frontend framework. Recently, the Turbo team has released version 8, bringing a host of new features and improvements.