The first part of a tutorial series about TypeScript classes. This first post is about the basics of Classes, Constructors, Scope Modifiers and the Parameter Shorthand syntax.
TypeScript Classes

The first part of a tutorial series about TypeScript classes. This first post is about the basics of Classes, Constructors, Scope Modifiers and the Parameter Shorthand syntax.
Productivity hack for VS Code, setting the Build Command to execute all build tasks. Thus avoiding using the Command Palette for every build.
Welcome to this tutorial on TypeScript Functions. It will show you how to get started with the following concepts Function Basics, Functions & TypeScript’s Type System, Anonymous Functions, Named Functions, Optional Parameters, Rest Parameters, Function Overloads and Arrow Functions
Tutorial on how to set up a ASP.NET 5 / MVC 6 – TypeScript project in Microsoft’s new lightweight IDE – Visual Studio Code
Tutorial on getting started with TypeScript in Visual Studio 2015
Setting up a new Web Project in Visual Studio 2015 is easy!
Setting up a project and making TypeScript and RequireJS work together – not all that easy.
Polymer versions 0.5.3 and 0.5.4 released Version 0.5.3 had a small dependency bug for Safari, this resulted in the rapid release of 0.5.4 to fix it. Notable changes in the release are some paper-elements redesigned to adhere to the Material
Visual Studio 2015 & Sass – Clean styling of Polymer elements Just a few years ago, or even less, if some one would have said “I’m working with a Google framework and a lot of open source plugins – in
Developing Web Components is both fun as well as frustrating at times. Maybe it’s the fact that I’m so used to coding typed languages (C# & Java) with loads of compiler help, or maybe it’s the fact that debugging web