News

Learn TypeScript in 50 Minutes: Tutorial for Beginners This video covers fundamental concepts such as: Variable Declarations, variable Types, Functions, Interfaces, Classes, and Access Modifiers.
Low Maintenance Types in TypeScript Dependent types are an interesting feature in TypeScript: Not only do they show what is happening in a program. They also prepare the code for things to come.