Tiny DevOps episode #43 Jason Adam — A conversation about trunk-based development
Jason Adam is a software developer with a non-traditional background in biology, business development, and data analytics. Now he's active as a developer, and on the lookout for proven practices he can introduce to his team. On this episode we talk about Trunk-Based Development, and the related topics of continuous integration and deployment, infrastruture as code, and much more.
Inputs, outputs, and outcomes
How do you measure the effectiveness of your team's or project's work?
New YouTube Channel: Boldly Go
Are you a Go developer? Thinking of learning Go? Check out my new YouTube channel: Boldly Go!
Are code freezes ever a good idea?
I found a tool to make code freezes easier. Ick. But could it ever be useful?
Adventures in DevOps 130: Transforming from DevOps to DevSecOps
Will Kelly joins us to outline his approach to transforming from DevOps to DevSecOps.
What makes for a "senior"?
To summarize, what I expect from a senior is: technical competence with an eagerness to improve.
Subscribe to the Daily Commit
Every day I write about improving software delivery at small companies like yours. Don't miss out! I will respect your inbox, and honor my privacy policy.Unsure? Browse the archive.
How to avoid HackerRank & LeetCode on your job search
Avoid wasting time in your job search by asking about the entire hiring process during the phone screening.
Can your change be safely reverted?
There isn't a one-size-fits all solution, but it's important to consider revertable changes.
Buggy BLANK identifiers in Go
I recently found a bug in golangci-lint... and even in Go 1.18, related to blank identifiers! What are they? Are they ever useful?
Merge SOMETHING every day
Even with long-running feature branches, you can merge something daily. A bug fix, refactor, or utility function.