moonhighway/typescript-deno-workshop — explained in plain English
Analysis updated 2026-07-16 · repo last pushed 2025-09-09
Learn TypeScript from basics like primitive types to advanced concepts like generics and classes.
Get a guided introduction to Deno including its security model and built-in tooling.
Prepare to use TypeScript at a new job by working through hands-on exercises.
Work through a structured curriculum self-paced or alongside a live workshop.
| moonhighway/typescript-deno-workshop | 0xkinno/neuralvault | 0xmayurrr/ai-contractauditor | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2025-09-09 | — | — |
| Maintenance | Quiet | — | — |
| Setup difficulty | easy | hard | easy |
| Complexity | 2/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js installed and a code editor like VS Code, Deno is covered in the afternoon sessions.
This repository contains the course materials for a one-day workshop on TypeScript and Deno, taught by Eve Porcelxlo through the CascadiaJS conference. Rather than being a software tool you install and run, it's a structured learning curriculum with hands-on exercises and example code that walks participants through two related technologies over the course of a single day. The workshop is split into two halves. The morning covers TypeScript, which is a version of JavaScript that helps catch errors before your code runs by letting you describe what kind of data your variables and functions should expect. You start with basics like primitive types, then move to more advanced concepts like generics and classes. The afternoon shifts to Deno, which is an alternative runtime for running JavaScript and TypeScript outside the browser, think of it as a competing option to Node.js. The Deno portion covers its built-in security model, the tooling that comes packaged with it (like a code formatter and test runner), and how to use familiar web browser APIs on the server side. This material is aimed at developers who already know basic JavaScript but want to level up. The prerequisites listed are basic JavaScript knowledge, Node.js installed on your machine, and a code editor like Visual Studio Code. Someone might work through these materials if they're preparing to use TypeScript at a new job, or if they're curious about Deno and want a guided introduction rather than figuring it out solo. The repository is organized into folders that match the schedule, with each session containing its own subfolders for individual topics. This makes it easy to follow along during a live workshop or work through the material self-paced. The curriculum also points to official documentation and resources for both TypeScript and Deno, so participants can continue learning beyond the workshop itself.
Course materials for a one-day workshop teaching TypeScript and Deno, with hands-on exercises covering types, generics, Deno's security model, and built-in tooling.
Mainly TypeScript. The stack also includes TypeScript, Deno, Node.js.
Quiet — no commits in 6-12 months (last push 2025-09-09).
No license information is provided in the repository materials.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.