TypeScript Fundamentals Course Released on Pluralsight.com

Over the past few months I’ve have been digging into TypeScript and learning the ins and outs of the language. If you’re new to TypeScript, it’s a language that provides a way to write modular code that includes support for types (string, number, bool, etc.) and compiles down to JavaScript. It’s definitely interesting especially if you’d like to catch issues upfront rather than after the fact. For more information on TypeScript check out my Getting Started with TypeScript – Classes, Static Types and Interfaces post.

I’m excited to announce that the TypeScript Fundamentals course that I co-authored with John Papa has now been released on Pluralsight. In the course we cover the problems TypeScript helps solve, how to work with variables, functions, and types, how classes and interfaces are defined and how modules can be used. A full course outline is listed below. I hope you enjoy the course!

image

 

TypeScript is a new open source language that provides support for building enterprise scale JavaScript applications. Although several patterns exist that can be used to structure JavaScript (see my Structuring JavaScript Code course for examples of patterns), TypeScript provides container functionality that object-oriented developers are familiar with such as classes and modules. It also supports strongly-typed code to ensure inappropriate values aren’t assigned to variables in an application. This course will walk you through the key concepts and features that you need to know to get started with TypeScript, and use it to build enterprise scale JavaScript applications. You’ll learn the role that TypeScript plays as well as key features that will help jump-start the learning process.

 

comments powered by Disqus

No Comments