Skip to content

Commit

Permalink
Update session.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun-Oh authored Sep 10, 2024
1 parent d5ac24e commit 4e30921
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/app/constants/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,15 @@ LLM으로 뭘 할 수 있나요?
order: 5,
},
{
title: "TBD",
description: `TBD`,
title: "Nanoservice with V8-isolate",
description: `V8엔진의 Feature 중 하나인 V8-isolate이 무엇인지 알아보고, 이를 기반으로 구현된 "Nanoservice"를 간략히...간략히 짚어보며 생각을 확장합니다.`,
tags: ["Software Engineering"],
speaker: {
name: "오형근",
title: "고려대학교",
image: "https://media.licdn.com/dms/image/v2/D5603AQFZkdYXg6wG4Q/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1721540246687?e=1731542400&v=beta&t=3dQ2ZqmpFZU2RRN6D5XdQH1vGt2nbYRwG3iIDT1EaIk"
},
isAUSG: true,
order: 6,
},
closing,
Expand Down

0 comments on commit 4e30921

Please sign in to comment.