From 2b5654657dc0cb6c9c6d6f62d09c2cde2b7e96ee Mon Sep 17 00:00:00 2001 From: Sean Sanker Date: Sun, 17 Nov 2024 03:01:22 -0500 Subject: [PATCH] feat: add Sean's CloudFlare talk to November event (#351) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## PR Checklist - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/boston-ts-website/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Co-authored-by: Jérémie Astori --- app/data/events.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/data/events.json b/app/data/events.json index b413ad2..ee1f415 100644 --- a/app/data/events.json +++ b/app/data/events.json @@ -18,6 +18,13 @@ "url": "https://www.linkedin.com/in/pariss-chandler" }, "title": "Navigating the Shifting Job Market" + }, + { + "author": { + "name": "Sean Sanker Jr", + "url": "https://www.linkedin.com/in/seansankerjr" + }, + "title": "Intro to CloudFlare Workers" } ] },