diff --git a/src/content/docs/tutorials/videos.mdx b/src/content/docs/tutorials/videos.mdx index cd5c00f5e..5e10c81e1 100644 --- a/src/content/docs/tutorials/videos.mdx +++ b/src/content/docs/tutorials/videos.mdx @@ -32,6 +32,24 @@ import YouTubeGrid from "~/components/youtube-grid.astro"; description: "Aug 2023. A short talk by [Chris Biscardi](https://www.christopherbiscardi.com/) introducing Ratatui.", }, + { + href: "https://www.youtube.com/watch?v=hWG51Mc1DlM", + title: "Renaissance of Terminal User Interfaces with Rust (EuroRust 2024)", + description: + "Nov 2024. [Orhun Parmaksız](https://orhun.dev/) talks about Ratatui & future of TUIs at [EuroRust 2024](https://eurorust.eu/).", + }, + { + href: "https://www.youtube.com/watch?v=CNVmIocyDOQ", + title: "Text User Interfaces in Rust (Developer Voices)", + description: + "Oct 2024. Kris Jenkins talks with [Orhun Parmaksız](https://orhun.dev/) how far text UIs can be pushed with Rust.", + }, + { + href: "https://www.youtube.com/watch?v=O4KP2CgvS9M", + title: "Ratatui vs Cursive (Rust GUI Wars #3)", + description: + "Nov 2024. A comparison between Ratatui vs Cursive", + }, { href: "https://www.youtube.com/watch?v=EEMkSKDtxe4", title: "Ratatui (The Rustacean Station Podcast)", @@ -42,7 +60,7 @@ import YouTubeGrid from "~/components/youtube-grid.astro"; href: "https://www.youtube.com/watch?v=lggZXEoueFM", title: "Super awesome Terminal UIs (TUIs) in Rust using RATATUI.rs", description: - "Feb 2024. In this tuturial, you will understand how to write composable components in your Terminal applications. The tuturial is extensible and can be extended to serve your different TUI development needs.", + "Feb 2024. In this tutorial, you will understand how to write composable components in your Terminal applications. The tuturial is extensible and can be extended to serve your different TUI development needs.", }, { href: "https://youtu.be/VZmnQgS3Dnk?si=UnWtCN57Ro-ffty4&t=572",