Best of DevOps — April 2022
- 1
- 2
Medium·4y
A Deep Dive Into Go’s Concurrency
Go is known for its first-class support for concurrency, or the ability for a program to deal with multiple things at once. Code concurrently running is becoming a more important part of programming as computers move from running a single stream of code faster to running more streams simultaneously. Three features in Go, goroutines, channels, and selects, make concurrency easier when used together.
- 3
Open Source Way·4y
5 tips to avoid these common agile mistakes
Agile is a tried and true discipline used by software development teams worldwide with great success. In his previous article, I listed mistakes I've made in the past so you don't have to make them yourself. Here are five more agile mistakes you can learn from right now.