Latest video
Latest posts

Type Inference & Type Annotations in TypeScript

Hands-On

In this TypeScript tutorial, we explore the concepts of type annotations and type inference. We clarify the distinction between the two and discuss their significance in writing maintainable and robust code.

Continue reading →

Video Tutorial: Compiling TypeScript to JavaScript

Hands-On

In this TypeScript tutorial we explore the significance of platform considerations when building a TypeScript application. We will discuss various JavaScript engines, configure the TypeScript compiler, enable strict type checking, and implement best practices for our development workflow using Visual Studio Code. We also cover TypeScript’s watch mode and how to write npm scripts. Lastly, we dive into potential issues that may arise when using TypeScript globally and how to define your VS Code’s TypeScript version.

Continue reading →