TypeScript is one of the most loved languages of the moment. How can you learn it properly and go beyond basic examples?By writing a full-stack, complex, real-world application: Create a NodeJs serverImplement a databaseCreate a web client and bundle Typescript with WebpackPreviewEven if it’s relatively new, 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 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 NodeJs projectCompiler options and how to integrate themPrivate, public, protected access modifiers and where to use themObjects, Interfaces and ClassesAbstract classes and inheritanceGenericsDecorators for Classes, Methods and PropertiesMany moreOther great topics covered in this course: Coding environment setup - Visual Studio CodeTypescript installation and initial programAdvanced debugging techniques Strict checks for an even better code security and robustnessComplex REST application architectureWriting asynchronous code in Typescript, with modern async/await syntax for great code readabilityHandling NodeJs database calls and abstracting the Db access, for easy extend, refactor or replacementSecure login architecture - credentials and session tokensAPI documentation for a NodeJs applicationBuilding an user interface with Typescript using Webpack - integrate them inside HTML with routingApplication servicesAdapting a NodeJs server for access from the browser - CORS headers setupDynamic UI update using decoratorsRunning the application on the web with AWS EC2 for the NodeJs server and S3 for the UIThis 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 completionExperienced 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 somethingGreat visuals - dark background, big font, 1080p resolutionCertificate of completionThe best way to learn is by exercise, so I’ll see you in class. There will be code!