Setting up Fedora 42 for my dev setup
Why Fedora? Fedora has struck a nice balance between good defaults, reasonably updated library as well as stability. It lets you be on the cutting edge as much as you want which can be a lot or noth
Search for a command to run...
Why Fedora? Fedora has struck a nice balance between good defaults, reasonably updated library as well as stability. It lets you be on the cutting edge as much as you want which can be a lot or noth

If you’ve opened a monorepo in Zed and seen ruby-lsp crash repeatedly (often appearing as a “Server reset the connection” error), this post is for you. I'll walk through why it happens, fix the langua

This short guide helps you get a Fedora 43 workstation ready for Rails development. It covers updating your system, enabling repositories needed by AppImages and other third‑party software, and instal

Quality of Life Tools Raycast - Raycast is a highly extendable spotlight and Alfred replacement. Choosy - This app opens links in the browser of your choice, you sometimes want different links to open in different browsers. 1Password - My favorite...

I ran into a situation at work where I had to roll back Rails migrations to get my database back into a usable state. rails db:migrate:status - This shows us the current status of our migrations. StatusMigration IDMigration up20350319081542Fir...

Install flyctl command line utility as shown here Sign in to Fly.io by running fly auth login Run flyctl launch from the rails app directory as shown here Remember to answer No when flyctl launch wizard asks if you want to spin up a Postgres DB as...