Aug 13, 2024 Rails Upgrade Rails 7.2 Upgrade Problems (of my own making) I maintain several Ruby on Rails applications. Most of these are personal projects that I've built to make managing my daily life a
Self Hosted Github Actions Runner Jul 23, 2024 Development Self Hosted Github Actions Runner The spark of this blog post came from a tweet from DHH about the default Rails 8 having a Github Actions workflow. Github Actions is
Using Ansible to Update Kamal Servers Oct 29, 2023 Development Using Ansible to Update Kamal Servers I've been using Kamal recently and it's been a great experience. It takes a lot of the headaches out of having
Using SQLite in Production Oct 1, 2023 Development Meta Using SQLite in Production So there is a recent push on using SQLite in production, but there's also little talks around the pros and cons of doing
Running Meilisearch May 6, 2023 Running Meilisearch MeiliSearch is a powerful, fast, and easy-to-use search engine, perfect for developers who want to implement search functionality into their applications. In this blog post,