From e8198fd392c6d7a60e2d4193f2e6c4a498b2ef20 Mon Sep 17 00:00:00 2001 From: Jonathan Stevens Date: Tue, 5 May 2026 07:50:01 -0400 Subject: [PATCH 1/2] Meeting info for May 2026 --- _posts/2026/2026-05-18-reticulum-network.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _posts/2026/2026-05-18-reticulum-network.md diff --git a/_posts/2026/2026-05-18-reticulum-network.md b/_posts/2026/2026-05-18-reticulum-network.md new file mode 100644 index 0000000..bcb989d --- /dev/null +++ b/_posts/2026/2026-05-18-reticulum-network.md @@ -0,0 +1,11 @@ +--- +layout: post +title: LGTM is not a Strategy +date: 2026-04-20 +link: +speakers: +- name: Todd Nussbaum + linkedin: tjnussbaum +--- + +Pull requests are where quality is won or lost, and too many teams still treat reviews with a rushed "LGTM". In this talk, you'll learn a practical, repeatable approach to high-quality PR reviews that balances speed with risk management - covering how to triage changes quickly, review in layers, and write comments that lead to better outcomes without friction. We'll also show how QA and developers bring complementary lenses to the same review, turning acceptance criteria, scenarios, and observability into shared responsibility instead of production surprises. You'll leave with a lightweight framework and concrete habits for authors and reviewers that make reviews faster, kinder, and more effective. From 7e1abcaf967731cad439d11a9c1b7e51f1821779 Mon Sep 17 00:00:00 2001 From: Jonathan75 Date: Tue, 5 May 2026 13:51:44 -0400 Subject: [PATCH 2/2] Update post date for 'LGTM is not a Strategy' --- _posts/2026/2026-05-18-reticulum-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2026/2026-05-18-reticulum-network.md b/_posts/2026/2026-05-18-reticulum-network.md index bcb989d..f31784e 100644 --- a/_posts/2026/2026-05-18-reticulum-network.md +++ b/_posts/2026/2026-05-18-reticulum-network.md @@ -1,7 +1,7 @@ --- layout: post title: LGTM is not a Strategy -date: 2026-04-20 +date: 2026-05-18 link: speakers: - name: Todd Nussbaum