/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jensrantil.github.io
| | isthisit.nz
5.3 parsecs away

Travel
| | 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
5.0 parsecs away

Travel
| | 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
5.7 parsecs away

Travel
| | 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
19.9 parsecs away

Travel
| 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