From c21b820f6b2beb4855380af1a451058bbc68d596 Mon Sep 17 00:00:00 2001 From: Bertold Kolics Date: Thu, 30 Nov 2023 09:18:03 -0600 Subject: [PATCH] Added recording link --- pages/lascon2023.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/lascon2023.md b/pages/lascon2023.md index 9175176..ceaef18 100644 --- a/pages/lascon2023.md +++ b/pages/lascon2023.md @@ -1,14 +1,20 @@ --- layout: page -title: Links for Defensive API development techniques for Gophers +title: Defensive API development techniques for Gophers permalink: /pages/lascon2023.html --- ## About -These links are referenced in my [presentation](https://bertold.github.io/lascon2023-defensiveapi.pdf) at [LASCON](https://www.lascon.org/) 2023. +Below you can find the slides, recording, and the links from +my presentation at [LASCON](https://www.lascon.org/) 2023. -### References From Presentation +### Presentation + +* [Slides](https://bertold.github.io/lascon2023-defensiveapi.pdf) +* [Recording](https://www.youtube.com/watch?v=rNMGkdXARz0) + +### References In The Presentation * Dependency management * [Renovate](https://github.com/renovatebot/renovate)