Skip to content

Commit f3026b1

Browse files
Temporary data for Titian
1 parent 309ff3f commit f3026b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/notion-data.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -529,12 +529,12 @@ export const talksBySlug: Record<string, TalkInfo> = {
529529
},
530530
"talk-titian-cernicova-dragomir": {
531531
description:
532-
"More code, more problems. TypeScript is wonderful for adding type safety but if you’re not careful, can bog down your builds and code complexity as your project grows. Titian works at Bloomberg on the shared JavaScript & TypeScript infrastructure used by thousands of developers — and has seen it all.\n\nThis talk will cover many of the strategies and tips for being effective at scale with TypeScript and related tooling. We’ll cover both the architectural needs - type features to use or avoid, common build tools, the new TypeScript Isolated Declarations as contributed by Titian and team, as well as how to work with distributed teams in isolated or shared TypeScript projects.\n\nAttendees will leave with practical knowledge on scaling TypeScript projects from hundreds to thousands of files, ensuring type safety and efficiency.",
532+
"We’re finalizing details on this talk with Titian and will post it soon. Get excited - it’s going to be a wonderful romp through TypeScript tooling and working with types at scale!",
533533
people: [peopleBySlug["titian-cernicova-dragomir"]],
534534
slug: "talk-titian-cernicova-dragomir",
535535
tags: ["TypeScript", "Monorepo Tooling", "Debugging", "Build Optimization"],
536536
talkFormat: "Full",
537-
title: "TypeScript at Scale: Tools and Techniques",
537+
title: "Details To Be Announced",
538538
},
539539
"talk-yagiz-nizipli": {
540540
description:

0 commit comments

Comments
 (0)