TypeScript: Resources range about TypeScript

Even if like Romain says, Too much tutorial kill tutorial, Here is a nice list of tutorial and resources about TypeScript.

Everyone can take away what he needs. Feel free via the comments to notify us other resources and why not yours?
What is TypeScript? (source: Wikipedia)
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 andTurbo pascal, has worked on the development of TypeScript. TypeScript can be used to develop JavaScript applications for client side orserver-side (Node.js) execution.
TypeScript is designed for development of large applications andtranscompiles to JavaScript. As TypeScript is a superset of JavaScript, any existing JavaScript programs are also valid TypeScript programs.
TypeScript supports definition files that can contain type information of existing JavaScript libraries, much like C/C++ header files can describe the structure of existing object files. This enables other programs to use the values ​​defined in the files as if they were statically typed TypeScript entities. There are third-party header files for popular libraries like jQuery, MongoDBand D3. js. TypeScript headers for the Node.js basic modules are also available, allowing development of Node.js programs within TypeScript.
https://en.wikipedia.org/wiki/TypeScript
4 Books about TypeScript:
book-typescriptThis book is packed with quick-fire recipes that will teach you TypeScript 2.0 and help you solve problems that crop up during web development with TypeScript 2.0. It will teach existing TypeScript developers to effortlessly run TypeScript 2.0 in a browser and on a server, and will explain the various language features and exceptions, as well as memory, performance, and error handling.
https://www.amazon.com/TypeScript-2-0-Cookbook-Remo-Jansen-ebook/dp/B01CR5GCXY/
book-typescript2This book will bring you up to date with the new language features of TypeScript. It covers the future language features of JavaScript, as defined by the ES5, ES6, and ES7 standards that are now available through TypeScript, and shows you how the compiler takes care of generating ES3 compatible JavaScript code—even when using these new language features.
https://www.amazon.com/Mastering-TypeScript-Second-Nathan-Rozentals-ebook/dp/B01DPR2EQC
book-typescript3This book is a collection of the most important patterns you need to improve your applications' performance and your productivity. The journey starts by explaining the current challenges when designing and developing an application and how you can solve these challenges by applying the correct design pattern and best practices.
https://www.amazon.com/TypeScript-Design-Patterns-Vilic-Vane/dp/178528083X/
book-typescript4Join experienced coder, Jess Chadwick, as he explores the world of TypeScript. Starting with the basics and fundamental ECMAScript 2015 features that TypeScript expands upon, Jess shows you all the ways that TypeScript allows you to bring your JavaScript development to the next level.
https://www.amazon.com/Essential-TypeScript-Jess-Chadwick-ebook/dp/B01FBPJHC0/

 
Official TypeScript website & resources The official TypeScript web page has a tutorial, which focuses on how to get the compiler set up, and gives a basic example. The “HandBook” gives all the gory details – but in a way that makes it pretty easy to learn what is going on.
http://www.typescriptlang.org/docs/tutorial.html
TypeScript Deep Dive I've been looking at the issues that turn up commonly when people start using TypeScript. This is based on the lessons from S / DefinitelyTyped and general engagement with the TypeScript communityYou can follow for updates and don't forget to ★ on Github ?https://basarat.gitbooks.io/typescript/content/
Learn TypeScript in 30 Minutes This tutorial is aimed at people who are fairly proficient in JavaScript but are still beginners when it comes to TypeScript. We've covered most of the basics and key features while including lots of examples with commented code to help you see the language in action.
http://tutorialzine.com/2016/07/learn-typescript-in-30-minutes/
DefinitelyTyped The repository for high quality TypeScript type definitions
http://definitelytyped.org/
See you soon for a next resume about Vue.js
Sebastien, @JS-Republic
More articles about Resources and tutorials:

[separator type=”” size=”” icon=”star”] [actionbox color=”default” title=”” description=”JS-REPUBLIC is a service company specializing in JavaScript development. We are an approved training center. Find all our technical training on our partner site dedicated to Training” btn_label=”Our training” btn_link=”http://training.ux-republic.com” btn_color=”primary” btn_size=”big” btn_icon=”star” btn_external =”1″]