Learn TypeScript by building your own real-world applications. Taught by an industry professional, this course covers everything from beginner to advanced topics. If you're a JavaScript developer who is serious about taking your coding skills and career to the next level, then this is the course for you.
TypeScript Bootcamp: Zero to Mastery
TypeScript Bootcamp: Zero to Mastery is a 111-lesson 9 hours 31 minutes self-paced course by Zero To Mastery. Learn TypeScript by building your own real-world applications.
Course facts
- Lessons
- 111
- Duration
- 9 hours 31 minutes
- Level
- All levels
- Language
- English
- Updated
- Instructor
- Zero To Mastery
- Price
- Premium
This TypeScript course covers all the TypeScript best practices and trends for 2023 and is focused on efficiency.
That means you'll never have to spend time on confusing, out-of-date, incomplete tutorials anymore.
Instead, we'll quickly push you beyond the basics so that you can build professional, modern apps on your own using the latest version of TypeScript and become a TypeScript Developer.
Additional
Who teaches TypeScript Bootcamp: Zero to Mastery? Zero To Mastery
Zero To Mastery (ZTM) is a Toronto-based online coding academy founded by Andrei Neagoie, originally a senior developer at large Canadian tech firms before turning to teaching full-time. The academy's signature is the cohort-based bootcamp track combined with a deep self-paced course library, all aimed at career-changers and self-taught developers preparing to land software-engineering roles at top companies.
The instructor roster has grown well beyond Andrei to include other senior practitioners: Daniel Bourke (machine learning), Aleksa Tešić (DevOps), Jacinto Wong, and others. Courses cover the full software-engineering career path: web development with React and Next.js, Python, machine learning and deep learning, DevOps and cloud, system design, mobile, and the algorithm / data-structure interview prep that gates engineering jobs.
The CourseFlix listing under this source carries over 120 ZTM courses spanning that full range. Material is paid; ZTM itself runs on a monthly / annual membership model. The teaching style favours long-form, project-based courses where students build complete portfolio-quality applications rather than disconnected feature tutorials.
What lessons are included in TypeScript Bootcamp: Zero to Mastery?
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | Why Is Typescript Awesome? Demo | 07:34 | |
| 2 | Getting The Most From This Course | 01:50 | |
| 3 | Types Primer | 02:30 | |
| 4 | Variables | 02:31 | |
| 5 | Downloading the Course Content | 03:52 | |
| 6 | Variables & Basic Types | 10:00 | |
| 7 | Boolean Logic | 02:30 | |
| 8 | Applying Boolean Logic | 07:36 | |
| 9 | Compound Boolean Expressions | 08:44 | |
| 10 | Arithmetic Operators | 05:26 | |
| 11 | Increment & Arithmetic Assignment | 05:25 | |
| 12 | Functions | 03:17 | |
| 13 | Writing and Calling Functions | 07:59 | |
| 14 | Template Strings | 05:09 | |
| 15 | Working Through the Exercises | 02:49 | |
| 16 | Type Annotations | 12:47 | |
| 17 | Control Flow | 02:27 | |
| 18 | If..Else | 05:22 | |
| 19 | Simplifying If..Else Statements | 10:54 | |
| 20 | Switch | 07:38 | |
| 21 | Ternary | 04:11 | |
| 22 | Structuring Data | 01:58 | |
| 23 | Type Aliases | 05:36 | |
| 24 | Object Types | 09:18 | |
| 25 | Arrow Functions & Function Expressions | 08:45 | |
| 26 | About Arrays | 03:01 | |
| 27 | Working with Arrays | 09:29 | |
| 28 | Arrays & Objects | 03:44 | |
| 29 | Tuples | 05:50 | |
| 30 | Repetition | 01:41 | |
| 31 | `for` Loops | 07:23 | |
| 32 | `while` Loops | 05:20 | |
| 33 | Modular Code | 02:18 | |
| 34 | Modules | 06:43 | |
| 35 | Grep | 08:10 | |
| 36 | Todo List: Initial Code | 06:29 | |
| 37 | Todo List: Add & List Todos | 05:25 | |
| 38 | Todo List: CLI | 11:04 | |
| 39 | About Classes | 01:53 | |
| 40 | Classes Hands-On | 09:08 | |
| 41 | Interfaces | 01:49 | |
| 42 | Interface Methods | 07:21 | |
| 43 | Interface Properties | 04:28 | |
| 44 | Iterators: `for..of` | 06:27 | |
| 45 | Map Data Type | 02:38 | |
| 46 | Working with Maps | 06:17 | |
| 47 | About Exceptions | 01:34 | |
| 48 | Working with Exceptions | 07:57 | |
| 49 | Type Assertions | 05:22 | |
| 50 | Union Types | 01:31 | |
| 51 | Creating a Union | 07:56 | |
| 52 | Type Predicates | 07:00 | |
| 53 | Optional Fields | 05:07 | |
| 54 | Optional Chaining | 05:51 | |
| 55 | About Asynchronous Operations | 01:59 | |
| 56 | Async/Await | 05:29 | |
| 57 | Testing Overview | 01:47 | |
| 58 | Unit Testing | 07:53 | |
| 59 | Testing Promises | 04:00 | |
| 60 | About | 02:09 | |
| 61 | HTTP Request/Response Cycle | 00:59 | |
| 62 | Type Definitions | 00:59 | |
| 63 | Project Setup | 02:15 | |
| 64 | CLI | 04:10 | |
| 65 | Fetching Location Data | 08:26 | |
| 66 | Weather Types - Part 1 | 05:32 | |
| 67 | Weather Types - Part 2 | 06:14 | |
| 68 | Fetching Weather Data | 03:50 | |
| 69 | Integrating Location & Weather Fetching | 03:03 | |
| 70 | Web UI Project Setup | 02:28 | |
| 71 | Updating Location Functions | 05:15 | |
| 72 | Updating Weather API Functions | 08:48 | |
| 73 | Server Setup | 06:46 | |
| 74 | Server Routing | 06:23 | |
| 75 | Running the Server & Template | 04:08 | |
| 76 | Testing Location | 06:15 | |
| 77 | Testing Weather API | 07:49 | |
| 78 | Discriminated Unions | 07:34 | |
| 79 | Const Assertion | 06:52 | |
| 80 | About Generics | 02:06 | |
| 81 | Generic Functions | 06:31 | |
| 82 | Generic Classes | 04:35 | |
| 83 | Iterator Internals | 01:33 | |
| 84 | Writing Your Own Iterator | 04:16 | |
| 85 | Writing Your Own .d.ts Files | 09:35 | |
| 86 | TypeScript Definitions for Objects | 07:00 | |
| 87 | Exercise: Imposter Syndrome | 02:57 | |
| 88 | About | 01:10 | |
| 89 | Project Setup | 01:08 | |
| 90 | Database Module Setup | 05:46 | |
| 91 | Database Connection | 03:33 | |
| 92 | Repository Implementation | 03:43 | |
| 93 | Session Queries | 04:17 | |
| 94 | Server Setup | 07:59 | |
| 95 | Signin & Signup Routes | 03:02 | |
| 96 | Signup Logic | 07:19 | |
| 97 | Password Hashing | 06:16 | |
| 98 | Sign-in Logic | 03:42 | |
| 99 | Managing User Sessions | 03:51 | |
| 100 | Implementing Flash Cookies | 07:00 | |
| 101 | Backend Error Feedback | 02:17 | |
| 102 | Frontend Error Container | 04:10 | |
| 103 | Sign-in Frontend Boilerplate | 04:56 | |
| 104 | Password & Username Modules | 06:51 | |
| 105 | Applying Rules to the Sign-in Page | 05:26 | |
| 106 | Applying Rules to the Sign-up Page | 03:31 | |
| 107 | Reporting Flash Cookie Data | 03:17 | |
| 108 | Server Side Validation | 05:15 | |
| 109 | Welcome Page | 04:50 | |
| 110 | Fixing the Login Bug | 06:42 | |
| 111 | Thank You! | 01:18 |
Get instant access to all 110 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionWhat courses are similar to TypeScript Bootcamp: Zero to Mastery?
-
Updated 2y agoReact & TypeScript - The Practical Guide
By: Academind Pro (Maximilian Schwarzmüller)TypeScript is an amazing technology that helps developers write better code with less errors - simply because it let's you catch & fix type-related errors.7h 22m5/5 -
Updated 1y agoThe TypeScript Compiler API Book
By: Jason RamettaBecome an expert in generating TypeScript code, abstract syntax trees (AST), and programmatic code processing. -
FreeUpdated 3y agoReact and Typescript: Build a Portfolio Project
By: Udemy, Stephen GriderKick off your learning experience with an introduction on how to use React and Typescript together. Not familiar with Typescript? No problem!29h 21m5/5 -
Updated 2y agoCourse: Large Scale Apps with Vue, Vite and TypeScript
By: Damiano FuscoEmbark on a journey to build scalable and maintainable frontends using Vue 3, Vite, and TypeScript.5/5 -
Updated 2y agoLoopback 4: Modern ways to Build APIs in Typescript & NodeJs
By: UdemyLoopBack is a highly-extensible, open-source Node.js framework that enables you to create dynamic end-to-end REST APIs with little or no coding. LoopBack 4 is t5h 14m -
Updated 2y agoTypeScript Design Patterns And SOLID Principles
By: UdemyWelcome to this one-of-a-kind course specifically designed to transform your TypeScript programming skills by diving deep into the world of Gang Of Four Design16h 58m5/5 -
Updated 2y agoUber Eats Clone
By: Nomad CodersBest Way to Learn to Code. We believe that the best way to become a developer is by doing clone coding. It is very easy to get bored and unmotivated in the begi40h 22m5/5
More courses by Zero To Mastery
-
Updated 9mo agoComplete Web Developer in 2025: Zero to Mastery
Learn to code. Get hired. This is one of the most popular, highly rated coding bootcamps online. It's also the most moderen and up-to-date. Guaranteed. You'll g37h 3m5/5 -
ClassicComplete Next.js Developer in 2023: Zero to Mastery
Learn Next JS from industry experts using modern best practices. The only Next JS tutorial + projects course you need to learn Next JS, build enterprise-level R27h 12m5/5 -
ClassicComplete SQL + Databases Bootcamp: Zero to Mastery
With so many online resources available, it can be paralyzing not only figuring out where to start but more importantly which courses will actually teach you th24h 6m5/5 -
Updated 3y agoPower BI Bootcamp: Zero to Mastery
This Power BI Bootcamp will take you from absolute beginner in Power BI to being able to get hired as a confident and effective Business Intelligence Analyst. Y16h 55m -
Updated 3y agoBash Scripting: Learn Shell Scripting
Learn Bash Scripting from scratch, from an industry expert. You'll learn Shell Scripting fundamentals, master the command line, and get the practice.9h 38m -
Updated 3y agoChatGPT & Large Language Models (LLMs): A Practical Guide
Learn how ChatGPT actually works under the hood! This byte-sized course will get you up to speed on Large Language Models (LLMs) including topics like Prompt De58m5/5