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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay