% Off Udemy Coupon - CourseSpeak

TypeScript for developers

Use TypeScript like a pro! Quickly learn basic and advanced Typescript and practice it with Node, Express and React!

$9.99 (90% OFF)
Get Course Now

About This Course

TypeScript is one of the most loved languages of the moment. How can you learn it properly and go beyond basic examples?<div><br></div><div><span style="font-size: 1rem;">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.</span></div><div><br></div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>Typescript features covered:</div><div><ul><li><span style="font-size: 1rem;">Installation and and setup inside a npm project</span></li><li><span style="font-size: 1rem;">Basic TypeScript compiler options like sourceDir and Target</span></li><li><span style="font-size: 1rem;">Primitive types, build-in types, advanced types, utility types</span></li><li><span style="font-size: 1rem;">Any vs unknown vs never</span></li><li><span style="font-size: 1rem;">Objects, Interfaces and Classes</span></li><li><span style="font-size: 1rem;">Type aliases, type narrowing optional values, type intersection</span></li><li><span style="font-size: 1rem;">Enums and exhaustive enums in TypeScript</span></li><li><span style="font-size: 1rem;">Abstract classes and inheritance</span></li><li><span style="font-size: 1rem;">Generics and decorators - both old and new (version 2 and 3)</span></li><li><span style="font-size: 1rem;">Advanced types like conditional types, literal types, mapped types</span></li></ul></div><div><span style="font-size: 1rem;">The Advanced TypeScript environment:</span></div><div><ul><li><span style="font-size: 1rem;">Understand how npm packages work by building and using your own npm package with TypeScript</span></li><li><span style="font-size: 1rem;">Run and analyze TypeScript code on both NodeJs and Browser</span></li><li><span style="font-size: 1rem;">Deeply understand how module bundlers like WebPack and EsBuild work</span></li></ul></div><div><span style="font-size: 1rem;">Practice sessions with NodeJs, Express and React:</span></div><div><ul><li><span style="font-size: 1rem;">Build from scratch a CRUD application with Node, Express and TypeScript - Rest API</span></li><li><span style="font-size: 1rem;">Understand how Express routing works</span></li><li><span style="font-size: 1rem;">Understand how Express middleware works</span></li><li><span style="font-size: 1rem;">Use ZOD for data validation inside a Node Express app</span></li><li><span style="font-size: 1rem;">Deeply understand how module bundlers like WebPack and EsBuild work</span></li><li><span style="font-size: 1rem;">Build from scratch a UI app with React and TypeScript</span></li><li><span style="font-size: 1rem;">Recap for React state, props and hooks</span></li><li><span style="font-size: 1rem;">Understand how React components work and how to pass data between child/parent components</span></li><li><span style="font-size: 1rem;">Integrate the Express rest API with React</span></li></ul></div><div><span style="font-size: 1rem;">This course stands out with many advantages and highlights:</span></div><div><ul><li><span style="font-size: 1rem;">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.</span></li><li><span style="font-size: 1rem;">Unitary Typescript course theme - the same NodeJs application, so you don't get bored and get a rewarding sense of completion</span></li><li><span style="font-size: 1rem;">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"</span></li><li><span style="font-size: 1rem;">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</span></li><li><span style="font-size: 1rem;">Great visuals - dark background, big font, 1080p resolution</span></li><li><span style="font-size: 1rem;">Certificate of completion</span></li></ul></div><div><span style="font-size: 1rem;">The best way to learn is by exercise, so I'll see you in class.</span></div><div><br></div><div>There will be code!</div>

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