THE DIGEST
-
Understanding the Compiler
The TypeScript compiler is built in TypeScript, which means there's a reasonable chance you already have the...
-
TypeScript Types: The First 500 Years
You can't say "TypeScript" without "type". When we use TypeScript, we're constantly thinking about types,...
-
TSConf 2021 - Keynote
-
The Road to Private Methods
This talk will explain what private class elements are and how they behave, as well as look at some of the more...
-
Statically Prevent 404s
Most web applications have route patterns like "/courses/:courseId". Then they link to the routes by manually...
-
Learning TypeScript in Year One
From Scary Squiggly Lines to My Most Helpful Pairing Buddy In the first year transitioning into software...
-
Faster, Safer: Compiling Untrusted Code to WebAssembly in the Browser
This talk will dive into how our in-browser Winamp music visualizer became 73% faster by writing a custom compiler...
-
Decoding Perplexing TypeScript
Have you ever come across a TypeScript type that made you go “nope” and close the file? Have you ever seen a type...
-
Converting a Game Engine to TypeScript
TypeScript is great to start a new project in, but can it be used for an old, convoluted project? Yes! We'll go...
-
Atomic Design with TypeScript: A match made in heaven
Learn how combining Typescript with Atomic design can help you build consistent & maintainable front-end web...
-
TSConf 2020: Keynote
Presenter: Anders Hejlsberg @ahejlsberg DEMOS: https://github.com/ahejlsberg/tsconf2020-demos
-
TSConf 2020 Talk: Type System Game Engines
Presenter: Josh Goldberg @JoshuaKGoldberg TypeScript's type system is an ""Upside Down"" style reflection of the...
-
TSConf 2020 Talk: Strongly Typed Multiplayer Game Programming
Presenter: Luis Fernando Alvarez @ElCuy In this talk, we'll explore how to make socket communication type-safe...
-
TSConf 2020 Talk: Own the Playground: Making Your Own Plugins for the TypeScript Playground
Presenter: Orta Therox @orta Join Orta for a walkthrough of...
-
TSConf 2020 Talk: Pushing the Complier to the Limit
Presenter: Tim Suchanek @timsuchanek With the example of Prisma Client (https://github.com/prisma/prisma) we can...
-
TSConf 2020 Talk: Lessons Learned Converting Snyk Codebase to TypeScript
Presenter: Lili Kastilio @lilianakastilio Over the past 18 months, Snyk has been converting their entire codebase...
-
TSConf 2020 Talk: A Trip into the Compiler
Presenter: Joey Watts @joeywatts96 The TypeScript compiler is a complex piece of software. It’s capable of...
-
TSConf 2020 Talk: Adding Augmented Reality to Your TypeScript App
Presenters: Chris Noring and Ayşegül Yönet @chris_noring @AysSomething This talk aims to give you a good...