Skip to content

Commit

Permalink
feat: put documentary in talks (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly authored Sep 21, 2023
1 parent 2deb828 commit cfcdb03
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 319 deletions.
8 changes: 3 additions & 5 deletions blog-website/blog/2023-09-20-typescript-documentary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ title: 'TypeScript: The Movie'
authors: johnnyreilly
image: ./typescript-the-movie.webp
tags: [typescript]
description: A documentary has been made about TypeScript and it is coming out September 21st 2023!
description: A documentary has been made about TypeScript and I feature in the story of how it came to be what it is today.
hide_table_of_contents: false
---

I am excited to announce that a documentary has been made about TypeScript! It premieres on YouTube at 5pm British Summertime September 21st 2023!
I am excited to announce that a documentary has been made about TypeScript! It premiered on YouTube at 5pm British Summertime September 21st 2023.

<iframe width="560" height="315" src="https://www.youtube.com/embed/U6s2pdxebSo?si=7X3eRhmSXLUnlGr5" title="TypeScript Origins documentary" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen></iframe>

I had the good fortune to be involved in the making of the documentary. In part this was thanks to my work on Definitely Typed. Another reason was my work on recording [the history of DefinitelyTyped](../2019-10-08-definitely-typed-the-movie/index.md).

When the documentary is released you will be able to find it on the [OfferZen Origins YouTube channel](https://www.youtube.com/c/offerzenorigins). When it goes out you'll have the chance to interact with some of the contributors (including myself) in a live chat.

I'm really looking forward to seeing how it turned out!
You can [see it on YouTube here](https://youtu.be/U6s2pdxebSo?si=Bw6scRpzmmSw5J2j) or hit play on the embedded video above. Thanks to the [Keyboard Stories](https://www.keyboard-stories.com/) team for making this happen!
17 changes: 8 additions & 9 deletions blog-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@azure/static-web-apps-cli": "^1.0.4",
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-client-redirects": "2.4.1",
"@docusaurus/plugin-ideal-image": "2.4.1",
"@docusaurus/plugin-pwa": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@azure/static-web-apps-cli": "1.1.3",
"@docusaurus/core": "2.4.3",
"@docusaurus/plugin-ideal-image": "2.4.3",
"@docusaurus/plugin-pwa": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "8.1.0",
"@swc/core": "1.3.84",
"@swc/core": "1.3.86",
"clsx": "1.2.1",
"file-loader": "6.2.0",
"prism-react-renderer": "1.3.5",
Expand All @@ -38,8 +37,8 @@
"url-loader": "4.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
"@tsconfig/docusaurus": "2.0.0",
"@docusaurus/module-type-aliases": "2.4.3",
"@tsconfig/docusaurus": "2.0.1",
"cross-env": "^7.0.3",
"fontaine": "0.4.1",
"rehype-cloudinary-docusaurus": "1.3.1",
Expand Down
7 changes: 7 additions & 0 deletions blog-website/src/pages/talks.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ import Link from '@docusaurus/Link';
import styles from './styles.module.css';

const talks = [
{
id: 'U6s2pdxebSo',
permalink: 'https://youtube.com/watch?v=U6s2pdxebSo',
date: '2023-09-21',
formattedDate: 'September 21st, 2023',
title: 'TypeScript Origins: The Documentary - not just me, but I am in it!',
},
{
id: 'G4WTEEwI6Qs',
permalink: 'https://youtube.com/watch?v=G4WTEEwI6Qs',
Expand Down
Loading

0 comments on commit cfcdb03

Please sign in to comment.