Cantitate/Preț
Produs

Pro TypeScript: Application-Scale JavaScript Development

Autor Steve Fenton
en Limba Engleză Paperback – 20 aug 2014

Notăm cu interes modul în care Pro TypeScript reușește să ancoreze ecosistemul JavaScript într-o structură robustă, oferind instrumentele necesare pentru dezvoltarea la scară largă. Descoperim aici o explorare tehnică a modului în care biblioteci populare precum Angular, jQuery sau Knockout pot fi utilizate mai eficient prin intermediul acestui superset dezvoltat de Microsoft. Cartea nu se rezumă doar la sintaxă, ci analizează profund interacțiunea cu DOM-ul și utilizarea API-urilor browserului, culminând cu implementarea server-side prin Node.js.

Ca și Adam Freeman în Essential Typescript 4, autorul Steve Fenton distilează experiență reală în principii acționabile, facilitând tranziția dezvoltatorilor de la limbaje precum Java sau C# către flexibilitatea JavaScript-ului, fără a pierde rigoarea tipizării statice. Putem afirma că volumul este organizat strategic pentru progresie: pornește de la fundamentele sistemului de tipuri și orientarea pe obiecte (Capitolele 2 și 3), trece prin mecanismele interne ale runtime-ului și compiler-ului, și ajunge la aspecte critice de producție. Un element distinctiv este capitolul dedicat gestionării memoriei și a excepțiilor, unde este explicat cum comportamentul codului compilat poate varia în funcție de mediul de execuție.

Deși Steve Fenton este cunoscut pentru lucrări sociologice precum Ethnicity sau Nation, Class and Resentment, unde analizează structuri sociale complexe, în Pro TypeScript aplică aceeași rigoare analitică asupra arhitecturii software. Această abordare metodică se reflectă în claritatea cu care este prezentată testarea automatizată, oferind o perspectivă completă asupra ciclului de viață al unei aplicații moderne.

Citește tot Restrânge

Preț: 23097 lei

Preț vechi: 28871 lei
-20%

Puncte Express: 346

Carte tipărită la comandă

Livrare economică 09-15 iunie


Specificații

ISBN-13: 9781430267911
ISBN-10: 1430267917
Pagini: 248
Dimensiuni: 178 x 254 x 13 mm
Greutate: 0.43 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Popular/general

De ce să citești această carte

Recomandăm această carte programatorilor care doresc să scaleze proiectele JavaScript folosind tipizarea statică și conceptele de programare orientată pe obiecte. Cititorul câștigă o înțelegere profundă a compilatorului TypeScript și învață cum să gestioneze performanța și memoria, elemente vitale pentru aplicațiile de tip enterprise. Este un ghid practic pentru cei care vor să integreze TypeScript în fluxul de lucru cu Node.js sau framework-uri frontend consacrate.


Despre autor

Steve Fenton este un autor versatil, cunoscut pentru capacitatea sa de a analiza sisteme complexe. Deși deține o carieră academică distinsă în sociologie la Universitatea din Bristol, unde a publicat lucrări fundamentale precum Ethnicity și Ethnicity, Gender and Social Change, Fenton aduce în literatura tehnică o rigoare structurală rară. Expertiza sa în analizarea identităților și a schimbărilor sociale se traduce, în domeniul IT, printr-o abordare logică și bine documentată a dezvoltării software, transformând Pro TypeScript într-o resursă de referință pentru dezvoltatorii Microsoft și nu numai.


Descriere scurtă

JavaScript is everywhere, both as a pure language and in popular libraries like Angular, jQuery and Knockout, but users of modern object-oriented languages like Java and C# often find JavaScript frustrating to use and hard to extend to large-scale applications. TypeScript is an innovative open source language from Microsoft that combines powerful language features and enhanced tooling support with the key attractions of JavaScript as a flexible, dynamic language that can run in any browser and on any operating system. Pro TypeScript tells you everything you need to know about this exciting new language and how to use it in your applications.
Starting with an introduction to the language and its features, the book takes you through some of the major features of TypeScript in depth, from working with the type system through object-orientation to understanding the runtime and the TypeScript compiler. The book then covers some of the factors you need to consider when running a TypeScript application in the browser, including interacting with the DOM, making asynchronous requests, and working with useful browser APIs, followed by a demonstration of server-side TypeScript using the popular Node.js framework.
Because TypeScript compiles to plain JavaScript, exception handling, memory management and garbage collection can differ depending on where you run your program, so these topics get a chapter to themselves. You’ll also find out how to include popular JavaScript frameworks in your applications, so you can combine the benefits of TypeScript with some of the best JavaScript code that’s already out there waiting to be used. The final chapter gives an overview of automated testing for TypeScript applications.
Pro TypeScript offers a balanced and practical guide to a language that will transform your experience of JavaScript development.

Cuprins

Introduction to TypeScript
Chapter 1. TypeScript Language Features
Chapter 2. Working with the TypeScript Type System
Chapter 3. Object Orientation in TypeScript
Chapter 4. Understanding the Runtime
Chapter 5. Running TypeScript in a Browser
Chapter 6. Running TypeScript on a Server
Chapter 7. Exceptions, Memory and Performance
Chapter 8. Using JavaScript Frameworks and Libraries
Chapter 9. Automated testing

Notă biografică

Steve Fenton has worked on large-scale JavaScript applications for over ten years, from online trading portals to cloud contact centers to health care decision support. He has been a vocal supporter of TypeScript since its release and wrote the first book on the TypeScript language in October 2012. As well as working full time in the health care industry, Steve has had an academic renaissance, first completing a national certificate in psychology and then enrolling in a distance learning course at Harvard. Steve currently lives in Basingstoke, United Kingdom with his wife Rebecca and daughter Lily. He can usually be found in his local coffee shop reading books on his two favorite topics: programming and psychology.

Caracteristici

Pro TypeScript shows you how to write large-scale JavaScript programs that can run in any web browser or on any web server using Microsoft’s TypeScript language.

Textul de pe ultima copertă

Explore the features of this innovative open source language in depth, from working with the type system through object-orientation to understanding the runtime and the TypeScript compiler. This fully revised and updated second edition of Steve Fenton’s popular book covers everything you need to discover this fascinating language and transform your experience of JavaScript development. What’s New in This Edition:
  • Coverage of major changes to modules, namespaces, and module loading
  • New guidance on how to use inference to reduce the effort of using TypeScript
  • Recommendations on compiler options
  • A wide range of feature updates from intersections and tuples to async/await and the new approach to mixins
What You’ll Learn:
  • Understand the TypeScript type system, and how to use it effectively
  • Apply object-oriented design using TypeScript
  • Use modules effectively to manage large programs
  • Integrate existing frameworks and libraries into your TypeScript program