Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
TypeScript for developers
Rating: 4.7 out of 5(729 ratings)
7,950 students

TypeScript for developers

Use TypeScript like a pro! Quickly learn basic and advanced Typescript and practice it with Node, Express and React!
Last updated 5/2026
English
German [Auto],English [Auto],

What you'll learn

  • Master the TypeScript type system
  • Learn how to install, configure and run TypeScript
  • Use special TypeScript types like unknown, any, never
  • Learn advanced JavaScript along the way
  • Deeply understand advanced TypeScript features like Generics, Mapped types, Decorators
  • Use ES modern syntax async/await, import/export
  • Learn how to use TypeScript with classes and Object Oriented Programming (OOP)
  • TypeScript with Express and React
  • Practice special TypeScript types like Records, mapped types, optional, literal and other utility types
  • Learn npm, async programming and the ES module system
  • Learn about module bundlers like Webpack and ESbuild
  • Build and consume a REST api with Express and React

Course content

15 sections114 lectures10h 49m total length
  • Welcome and how it works5:49

    Explore TypeScript from setup to advanced features, including types, generics, decorators, and modules, with hands-on Express and React practice, and learn compiler configuration and packing an npm package.

  • How to get help2:31

    Access curated resources and assistance for this course, including section downloads, per-lecture source code, and a GitHub repository with code diffs; use the Q&A and Udemy support for help.

  • Course resources access0:05
  • Tools we will need3:53

    Install nodejs and npm, install the TypeScript compiler globally, and use a text editor like VS Code; verify installations with node --version and tsc.

  • TypeScript program lifecycle5:56

    Explore the TypeScript program lifecycle from writing code to compiling into JavaScript. Discover how the TypeScript type system, generics, and decorators enhance JavaScript and enable compile-time checks.

  • First TypeScript program8:16

    Write, compile, and run your first TypeScript program, learning about types, shapes, intellisense, and how to execute TypeScript with tsc, node, TSX, or in the browser.

  • Compiler options6:08

    Learn how the TypeScript compiler translates code to JavaScript and configure tsconfig.json to control code rules and the emitted output via rootDir, outDir, and target.

  • ☑️ TypeScript basics quiz

Requirements

  • Some programming experience in any language
  • Basic JavaScript

Description

TypeScript is one of the most loved languages of the moment. How can you learn it properly and go beyond basic examples?


Typescript has reinvented the way we code JavaScript, first of all by adding type safety, but also with many other great features like access modifiers, generics, interfaces, classes, decorators and many others.

Typescript combines the flexibility of modern JavaScript with the power of strongly typed languages like Java or C#, making it a great choice for your full stack app.

Welcome to my course, in which you will learn basic and advanced Typescript and NodeJs by practice. We will not waste much time on presentations or reading the documentation, which you can do yourself, no course needed. Instead we will focus on coding a real, full stack application.

Typescript features covered:

  • Installation and and setup inside a npm project

  • Basic TypeScript compiler options like sourceDir and Target

  • Primitive types, build-in types, advanced types, utility types

  • Any vs unknown vs never

  • Objects, Interfaces and Classes

  • Type aliases, type narrowing optional values, type intersection

  • Enums and exhaustive enums in TypeScript

  • Abstract classes and inheritance

  • Generics and decorators - both old and new (version 2 and 3)

  • Advanced types like conditional types, literal types, mapped types

The Advanced TypeScript environment:

  • Understand how npm packages work by building and using your own npm package with TypeScript

  • Run and analyze TypeScript code on both NodeJs and Browser

  • Deeply understand how module bundlers like WebPack and EsBuild work

Practice sessions with NodeJs, Express and React:

  • Build from scratch a CRUD application with Node, Express and TypeScript - Rest API

  • Understand how Express routing works

  • Understand how Express middleware works

  • Use ZOD for data validation inside a Node Express app

  • Deeply understand how module bundlers like WebPack and EsBuild work

  • Build from scratch a UI app with React and TypeScript

  • Recap for React state, props and hooks

  • Understand how React components work and how to pass data between child/parent components

  • Integrate the Express rest API with React

This course stands out with many advantages and highlights:

  • Concise and with deep respect for your time: only learn what you need. Most of the instructor typing is cut, focusing on why we write a certain way the code.

  • Unitary Typescript course theme - the same NodeJs application, so you don't get bored and get a rewarding sense of completion

  • Experienced and programming active instructor: a great teacher never looses touch with the industry. This is especially true for software development, where the industry is so dynamic. This helps the instructor stay up to date with the best coding guidelines and present you the challenging parts, not the "hello world"

  • GitHub Code diffs - for each lecture - this way you can keep up and quickly get an overview of the lecture, in case you missed something

  • Great visuals - dark background, big font, 1080p resolution

  • Certificate of completion

The best way to learn is by exercise, so I'll see you in class.

There will be code!


Who this course is for:

  • Programmers who want to exand their knowledge to Typescript
  • TypeScript devs who want to master it
  • Anyone who wants to practice NodeJs/React/Express programming