Descriere YEO:
Pe YEO găsești Effective Typescript: 83 Specific Ways de la Dan Vanderkam, în categoria Computers.
Indiferent de nevoile tale, Effective Typescript: 83 Specific Ways to Improve Your Typescript - Dan Vanderkam din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 334.75 Lei
Caracteristicile produsului Effective Typescript: 83 Specific Ways
- Brand: Dan Vanderkam
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 13-11-2024 01:34:21
Comandă Effective Typescript: 83 Specific Ways Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Effective Typescript: 83 Specific Ways de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
TypeScript is a typed superset of JavaScript with the potential to solve many of theheadaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use it effectively takes time and practice. Using the format popularized by
Effective C++ and
Effective Java (both Addison-Wesley), this practical book features 83 items that give specific advice on what to do and what not to do, and how to think about the language. Author Dan
Vanderkam shows you how to apply each item\'s advice through concrete examples. This book will help you advance from a beginning or intermediate user familiar with TypeScript basics to an expert who knows how to use the language well. Updated for TypeScript 5, this second edition includes two new chapters on type-level programming and TypeScript recipes. Learn the nuts and bolts of TypeScript\'s type system Design types to make your code safer and more understandable Use type inference to get full safety with a minimum of type annotations Make tactical use of the any type Understand how dependencies and type declaration files work in TypeScript Successfully migrate your JavaScript code base to TypeScript