|
You are here |
jensrantil.github.io | ||
| | | | |
isthisit.nz
|
|
| | | | | Delivery Lead Time (DLT) is a software delivery metric popularised in the book Accelerate (2018). It measures the time it takes to ship changes for a given code base. I work on an Engineering Insights system at a BigTech company. Delivery Lead Time is one of the metrics we measure and provide for teams to use and drive improvement. Through my experience in developing and operating the Engineering Insights system I've learned a lot about Delivery Lead Time. Here I share my observations, best practices, and common misconceptions about the metric. | |
| | | | |
initialcommit.com
|
|
| | | | | What do software engineers and product development professionals do to support a software product? Most of the time, they're involved in some form of testing. | |
| | | | |
deepsource.com
|
|
| | | | | The cost of finding and fixing defects in incredibly higher in production as compared to early stages of development - often by an order of magnitude or two. | |
| | | | |
www.ncameron.org
|
|
| | | One of the more subtle aspects of Rust is how traits can be used as types. In this blog post I will attempt a bit of a deep dive into how to use traits as types and how to choose between the different forms. Preliminary: traits are not typesA type | ||