
An Indie Hacker's Guide to DevOps
Building a CI/CD pipeline for your VPS Machine
Jan 4, 20259 min read
Search for a command to run...

Building a CI/CD pipeline for your VPS Machine

I ran into an issue while working on a react codebase. I knew what I had to do to fix it but it just didn't feel right. So, what did I do? Before I tell you that, let me explain the problem. Error handling after making API calls can be a big pain wi...