2023-09-30

Process Spawning with Ruby ⚙

Building a hot tub

In 2015, I needed a way to record audio streams on a scheduled basis. To accomplish this I created a Rails app called Radioshifter that served as a UI for editing and storing schedules. Under the hood, Radioshifter...

Read More →

2023-08-28

Inter-Process Communication With Ruby 🔄

Building a hot tub

In 2015, I needed a way to record audio streams on a scheduled basis. To accomplish this, I created a Rails app called Radioshifter that served as a UI for editing and storing schedules. In a separate...

Read More →

2023-08-24

Building a Hot Tub from Scratch 🛀

Building a hot tub

I went to Iceland a while back, which was fantastic. During my time there, I enjoyed a daily soak in a hot tub. After a few days of soaking I noticed a lot of nagging aches and pains were gone. So I...

Read More →

2023-08-21

Internationalization with Ruby on Rails with I18n

Internationalization with Ruby on Rails with I18n

Internationalization is the process of designing and developing web applications that can support multiple languages and locales. This is an important consideration for any web application...

Read More →