DEV Community

André Casal
André Casal

Posted on

Progress thread for SoftwareEngineeringBoss.com

Progress for 2021-07-24/25/26.

I've been learning about agile development practices. A few of the things I've learned:
Trunk-based development is better than feature branch development
The time it takes from writing code to deploying it in production should be as short as possible (minutes with our current compute capacity)
Frequent deployment should be decoupled from frequent release using feature toggles
It's faster and better practice to shoot down infrastructure that is malfunctioning and redeploy from the source code than to fix it manually and create an ad hoc difference that the source code doesn't account for.
I'm still reading The DevOps Handbook. It's a good book.

Top comments (0)