/workshop-typescript

📚 Workshop introductorio a TypeScript y cómo implementarlo en aplicaciones Node.js

Primary LanguageTypeScript

Workshop: Introducción a TypeScript 💙

typescript is a toaster and javascript is bread

Typescript (TS) es un lenguaje de programación Open Source desarrollado por Microsoft publicado por primera vez en 2012. Es un superconjunto de Javascript, que extiende su sintaxis agregando tipado estatico y la posibilidad de usar nuevas features aún no disponibles en los engines de JS. Los archivos escritos en TS que son procesados por el compilador generan archivos en JS convencional.

En la figura se puede observar el caracter de superconjunto de TypeScript, y como "envuelve" las funcionalidades disponibles en JavaScript y las nuevas versiones del estandar ECMAScript.

typescript is a toaster and javascript is bread

En el Roadmap de TypeScript se encuentra disponible el listado de funcionalidades lanzadas (junto con un link a su descripción en detalle) y las nuevas funcionalidades a implementar.

Requisitos

  • Base solida de JavaScript.
  • Conocimiento en las últimas funcionalidades introducidas en ES2016.

Materiales

Temas

  1. 🔰 Tipado básico en TypeScript.
  2. 🧮 Funciones.
  3. 📜 Interfaces.
  4. 🎩 Clases.
  5. 📦 Tipos genericos.
  6. ⚔️ Guardas de tipos.
  7. 🔧 Tipos utilitarios.

Licencia

Este proyecto es desarrollado y mantenido por Emanuel Casco.

workshop-typescript is available under the MIT license.

Copyright (c) 2019 Emanuel Casco

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.