Dave Voyles | Software Engineer, Microsoft

Machine Learning and game development

Menu

Skip to content
  • Books
    • Published Books
  • Videos
    • Channel 9
    • Twitch.tv
    • YouTube
  • About Me
    • Résumé
    • Professional Work
  • Podcast
  • Microsoft Reactor
    • Reactor FAQ
    • Contact the Reactor
    • The Faces of the Reactor

Tag Archives: TypeScript

Why-use-typescript

Why use TypeScript instead of just using JavaScript?

TLDR: Type safety, productivity, intellisense, and debugging. UPDATE: TypeScript 2.0 was released on Sept. 22, 2016 In continuing with my recent trend of using TypeScript, I wanted to illustrate how to create functions and variables in TypeScript, because this initially threw me into a loop. The code for this example can be found here. JavaScript and C#…

February 17, 2016 in Javascript / HTML5, Tutorial, TypeScript, Web Dev.

How to add type definitions to a TypeScript project

TLDR: Use typings install –ambient <name of framework> to install type definitions UPDATE: TypeScript 2.0 was released on Sept. 22, 2016 The code for this project can be found in this repository. I’m still pretty new to TypeScript and trying to get the hang of things. One thing I’ve had a difficult time with is getting type…

February 16, 2016 in Javascript / HTML5, Tutorial, TypeScript, Web Dev.

Follow me on Twitter

My Tweets
Proudly powered by WordPress | Theme: Expound by Konstantin Kovshenin