All Posts
Filters
Tags
Introducing MarkdownRecord
Published: 2023-08-17
Welcome to the newest iteration of my blog! This blog used to be a shameful WordPress site... but I can proudly declare that it is now a custom app that I built myself. It's not the first blog I have built and it wasn't exactly a big challenge at this point in my career as a software engineer, but I did it very differently this time ...
MarkdownRecord, Rails, Ruby
Dynamic Forms with Hotwire/ Turbo/ Stimulus
Published: 2022-02-08
Recently I was faced with the challenge of needing to dynamically populate a form based on a previous selection the user made. This is a common problem for web apps, and there have been a myriad of solutions devised, usually using AJAX calls to get the dynamic content. But this time I was using Hotwire/ Turbo/ Stimulus, and one of th...