Skip to content

馃摎 Workshop introductorio a TypeScript y c贸mo implementarlo en aplicaciones Node.js

Notifications You must be signed in to change notification settings

emanuelcasco/workshop-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

11 Commits

Repository files navigation

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.

About

馃摎 Workshop introductorio a TypeScript y c贸mo implementarlo en aplicaciones Node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published