© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Robert
Coder and Dreamer
I’m looking for health practices in setting up a CI/CD for a project. There are numerous tools and ways to do it. Where, and how should I start?
How did you start, and what sort of a CI/CD setup do you have?
Samuel Oloruntoba
Java is to JavaScript what Car is to Carpet.
I have 2 servers whenever i'm developing. Stagin and production. I use Buddy.
Whenever I push commit(s):
This is basically what I use. Scaling, that's another beast.
Michael Gilley
Frontend Engineer at Zapier
We are using drone along with Aircover right now. It's free if you host the docker images yourself. It works pretty well with github hooks.
Samuel Oloruntoba
Java is to JavaScript what Car is to Carpet.
I have 2 servers whenever i'm developing. Stagin and production. I use Buddy.
Whenever I push commit(s):
This is basically what I use. Scaling, that's another beast.