May 17, 2025
Inertial Rails project setup to use code generated from v0 (ShadcnUI, TailwindCSS4, React, TypeScript) and deploy with Kamal
I’ve never been great at CSS or front-end styling, so I lean on frameworks to pick up the slack. Back in the day, Bootstrap plus a good theme was all I needed. Lately, though, the community has drifted toward Tailwind CSS, and high-quality Bootstrap ...
Read more
Read more
May 16, 2025
Vibe Coding, Easy or Hard?
So, I’ve been messing around with all these new AI coding tools lately. Everyone’s talking like they’re the future, like they’re gonna replace developers. Naturally, I had to try one out myself. I started with Replit’s AI Agent —just to see what the ...
Read more
Read more
January 6, 2025
Updating n8n with Caddy (Docker)
Quick steps to update your n8n instance running with Docker and Caddy. --- bash docker compose pull docker compose down docker compose up -d Done — your n8n instance is now running the latest version. --- Check the official docs if you’re using a Het...
Read more
Read more
July 27, 2024
Compressing a .mov File from 262MB to 14MB with FFmpeg
Needed to shrink a .mov file fast — it was 262MB and way too big to share. Ended up compressing it down to just 14MB using FFmpeg. Here's the command I used and what it does. --- .mov files are high quality, but huge. If you're sharing videos online ...
Read more
Read more