TypeScript


TypeScript tutorials in pdf



Are you interested in learning TypeScript? You are in the right place: today in TutorialsInPDF we bring you the best compilation of TypeScript tutorials in English, in pdf format and free to download, so you can easily learn from scratch to become a pro.

For those who are not clear about what TypeScript is, it is an open source programming language (free to use) developed by Microsoft . It is said to be a  superset of JavaScript, which means that it is a language "mounted" on top of another language.

Let's say that the purpose of TypeScript is to cover the shortcomings or deficiencies of the JavaScript language , making it a more complete, scalable, secure and even easier to use language. It bears a strong resemblance to the new JavaScript standard, ECMAScript6 , which is currently not fully implemented yet, so in a way TypeScript brings us closer to the future of JavaScript.

Its main characteristics compared to JavaScript is static typing (that is, declaration of the type of data that each variable must host) and class-based object-oriented programming , which, although in some way possible with JavaScript, was already complicated. that language is not intended for it.

TypeScript is not directly interpreted, but must be 'transpiled' or converted to JavaScript in order to be executed.

In addition, lately this language is gaining popularity since the powerful Angular2 framework is fully developed with this language and they themselves recommend using TypeScript to develop in Angular.

Something that you must be clear about is that to learn to program with TypeScript, you must first know how to do it in JavaScript . If this is not your case, it is best that you leave this tutorial for now and start here.

Without further ado, I leave you with these magnificent TypeScript pdf tutorials in EnglishYou will see how easy it is to learn 😉




We hope you enjoy them and they are useful to you 🙂



Introduction to Typescript Introduction to Typescript

This tutorial is a pdf version of an article written by Daniel Diaz Suarex on his blog adictosAlTrabajo.com

With only 9 pages, in this document we will discover the main differences between classic JavaScript and TypeScript . We will learn the basics of data types, classes, interfaces, modules, and generics. We will know what type definition files are and we will learn different ways to transpile (although they usually call it compiling, in this language it is not the correct thing to do) our code to JavaScript to be able to execute it.

Short but quite complete tutorial, ideal to start.


Author         adictosAlTrabajo.com

License   CC BY-NC-SA 4.0

Size             9 pg / 250 kb

Level           Beginner

Introduction to Typescript          Introduction to Typescript



TypeScript for Beginners TypeScript for Beginners

In this case, this tutorial is a pdf translation of the tutorial series of the same name, posted on Envato 's tutsplus.com website and transcribed by us. You won't find it anywhere else.

We have a great manual in hand for learning the basics of TypeScript . A clean and tidy tutorial, with some screenshots and examples with very clear code, where we will learn to use several of the main features and above all, their different types of data .

A pity that the series of tutorials has not been completed and some main features of this language such as class-based objects are still missing.

Great tutorial to learn TypeScript at a basic-intermediate level.


Author         Envato Tuts +

License   CC BY-NC-SA 4.0

Size             54 pg / 1.10 mb

Level           Beginner / Intermediate

TypeScript for Beginners          TypeScript for Beginners



Manual TypeScript Manual TypeScript

We owe the authorship of this pdf tutorial, according to their own pages, to  Emmanuel Valverde Ramos and Pedro Hernández-Mora de Fuentes .

This is undoubtedly the most complete TypeScript tutorial that we can find on the web . It goes over absolutely all the language specifications, some as important as object classes, promises, decorators or asynchronous waits.

And besides, it is still perfectly valid to learn TypeScript from scratch .

If you want to be a master of TypeScript, without a doubt this is your tutorial.


Author         Emmanuel Valverde

License   CC BY-NC-SA 4.0

Size             112 pg / 2.11 mb

Level           Beginner / Intermediate / Advance

TypeScript Manual          TypeScript Manual

No comments:

Post a Comment