← All episodes
EPISODE 197November 23, 2023 · 38:55

Runtime Analysis with Brian Kelly

withBrian Kelly· hosted byMatt Stratton
BROUGHT TO YOU BY

Most developers are familiar with two sources of data about their applications: 1) static code analysis, and 2) observability tools monitoring their system in production. However, a new data source is gaining popularity: Runtime analysis. Runtime analysis is a technique where an application's dynamic behavior is recorded and analyzed during development time, allowing flaws and other insights to be revealed before that code is deployed to production.

This episode's guests