From abd51d533cc3a57db30c9a92263fd47c6d44ddd1 Mon Sep 17 00:00:00 2001 From: Cho Yin Yong Date: Fri, 21 Jun 2024 22:35:39 -0400 Subject: [PATCH] chore: add industry expert & update lecture 6 content --- src/content/lectures/6.md | 5 +++-- src/environments/environment.ts | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/content/lectures/6.md b/src/content/lectures/6.md index a3ada4c..de0c384 100644 --- a/src/content/lectures/6.md +++ b/src/content/lectures/6.md @@ -2,7 +2,7 @@ week: 6 title: Real-time web applications date: 2024-06-13 -description: Enabling real-time capabilities in the browser on a web application and receiving real-time updates from third-party services with webhooks. +description: Enabling real-time capabilities in the browser on a web application with text, audio, video and screen sharing; Receiving real-time updates from third-party services with webhooks. googleSlidesUrl: https://docs.google.com/presentation/d/1c2u0bt9Xuvs3BV4S-G4DJCKkSNxsn14CbMFMBOHflo4/ --- @@ -13,9 +13,10 @@ Why... - Do we need real-time features in web applications? - Are Websockets a better choice than classic methods like long-polling? - Are webhooks important for implementing real-time features from third-party services? +- Do we need to use different strategies when scaling up the number of users with WebRTC? How to... - Use Websockets for two-way communication between client and server - Use Server Sent Events (SSE) for one-way communication from server to client -- Receive webhooks from third-party services +- Receive and process webhooks from third-party services using best practices diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 70870e6..46f276b 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -66,6 +66,10 @@ export const environment = { name: "Olivia Zhang", title: "Principal Software Engineer, Capital One", }, + { + name: "Jeffrey Cheung", + title: "Software Engineering Manager, Symon at Varicent", + }, ], }, ],