What’s the role of automation in your development workflow?
petar pejovic
8 replies
What areas of tour development process have you automated, and what benefits and challenges have you experienced as a result?
Replies
Benson Gao@bensongao
Automation can save a lot of time, but if something goes wrong, it can take a lot of time to fix
Share
It saves so much time, and I don’t have to worry about human errors as much.
Honestly, automation was intimidating at first, but once I got the hang of it, it felt like having an extra pair of hands.
Definitely! We use GitHub Actions to automate our CI/CD pipeline - running tests, building artifacts, and deploying to staging/prod environments. It's a game changer in terms of catching bugs early, shipping faster, and freeing up dev time. Would love to hear what automation tools others are using in their workflows!
Automation plays a huge role in our dev workflow! We use GitHub Actions for CI/CD to automate builds, tests, and deployments. Also loving Dependabot for automated dependency updates and security alerts. Saves us a ton of time on repetitive tasks so we can focus on shipping features. 🚀
tabsmagic.com
I love that I can do more without getting bogged down by routine things.
Time saving and effective!