This repo contains all of the files for a course that covers the basics of Deno 2.0. Check out the course on YouTube!
Deno is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
Learn more about the Deno runtime in the documentation.
- 01 - What is Deno? - Video
- 02 - What's New In Deno? - Video
- 03 - Your Deno Development Environment - Video | Files
- 04 - Runtime Security in Deno - Video | Files
- 05 - Built-in Tooling - Video | Files
- 06 - Browser APIs in Deno - Video | Files
- 07 - Deno Namespace APIs - Video | Files
- 08 - Publishing Modules with JSR - Video | Files
- 09 - ECMAScript Modules in Deno - Video | Files
- 10 - Configuration with deno.json - Video | Files
- 11 - TypeScript and JSX in Deno - Video | Files
- 12 - Backward Compatibility with Node.js and npm - Video | Files