Posts tagged with "TypeScript"

TypeScript is a free and open source programming language developed and maintained by Microsoft. It is a strict superset of JavaScript, and adds optional static typing and class-based object-oriented programming to the language. Anders Hejlsberg, lead architect of C# and creator of Delphi and Turbo Pascal, has worked on the development of TypeScript.TypeScript may be used to develop JavaScript applications for client-side or server-side (Node.js) execution.

Programming libraries / languages to learn in 2017

January 9, 2017 by Christoff Truter

Don't you think it is very presumptuous when you see these new years posts, claiming some kind of clairvoyance? Like I can possibly tell you what to focus on in the new year career wise, when meantime back at the ranch I can barely master a belt buckle?

JavaScript   PHP   TypeScript   Angular   Opinion  

Getting my hands dirty with TypeScript

February 17, 2015 by Christoff Truter

In this post I reflect (mostly a collection of loose thoughts) on a little VS2013 TypeScript demo web application I wrote as an attempt to get into the groove of things.

PHP   TypeScript   Angular  

Quick and dirty look at TypeScript

January 29, 2015 by Christoff Truter

Last year (2014) I had a quick glance at TypeScript for the first time, but I didn't pay too much real attention to it. I pretty much felt it was simply Microsoft's response to Google's dart language. At first glance this seems pretty obvious, they largely "do" the same thing, share a lot of similarities in syntax, both compile to JavaScript etc.

TypeScript