Packt Publishing, 2019. — 508 p. — ISBN: 978-1-78995-627-6. A step-by-step guide that will help you design, develop, scale, and deploy RESTful APIs with TypeScript 3 and Node.js In the world of web development, leveraging data is the key to developing comprehensive applications, and RESTful APIs help you to achieve this systematically. This book will guide you in designing and...
O’Reilly Media, 2022. — (Release - 2022-09-14). TypeScript is one of the most important tools for JavaScript developers. Still, even experienced developers wonder why the TypeScript compiler is throwing squiggly red lines at them. Enter TypeScript Cookbook. With this practical guide, author Stefan Baumgartner provides senior engineers with solutions for everyday TypeScript...
O’Reilly Media, Inc., 2023. — 768 p. — ISBN 978-1-098-13665-9. TypeScript is one of the most important tools for JavaScript developers. Still, even experienced developers wonder why the TypeScript compiler is throwing squiggly red lines at them. Enter TypeScript Cookbook. With this practical guide, author Stefan Baumgartner provides senior engineers with solutions for everyday...
Melbourne: Apress, 2023. — 312 p. — ISBN 978-1-4842-9722-3, 978-1-4842-9723-0. Dive into the world of TypeScript, a popular superset of the JavaScript language that enhances the development experience with static typing. This book covers every aspect of TypeScript in a concise and easy-to-understand style, making it the ultimate resource for mastering TypeScript. Author Ben...
Apress Media LLC, 2023. — 178 р. — ISBN-13: 978-1-4842-9523-6. TypeScript is revolutionizing how developers create JavaScript apps. It was built by Microsoft to fix the issues that came out of loose binding in JavaScript. Since JavaScript is a loosely typed language, a lot of issues ended up in the production apps. These issues were hard to track and took a lot of time to fix....
David Johnson, 2016. — 86 p. This book is an exploration of TypeScript, which is a superset of JavaScript. The first part of the book explains to you what TypeScript is and what it is used for. You will also learn how it is related to JavaScript. The book also guides you on how to install TypeScript on Windows and on other platforms. Type annotations, which are very good in...
BPB Publications, 2024. — 274 р. — ISBN: 978-93-55516-763. Build scalable and reliable web applications with TypeScript. Key Features Learn about basic and advanced TypeScript concepts. Build a simple Todo application using TypeScript with JavaScript, React, and Node. Using TypeScript to write tests, incorporating third-party libraries, and deploying to production. Description...
Depot legal - Bibliotheque et Archives national du Quebec, 2018. — 175 p. — ISBN13: 978-2981311061. What will you learn? This book is for people with an interest to improve their development velocity by using static typing with Typescript. A basic understanding of JavaScript and web development is suggested. This book doesn't cover how to develop client-side code but explores...
Packt Publishing, 2018. — 158 p. Work with everything you need to create TypeScript applications TypeScript is designed for the development of large applications and can be used to develop JavaScript applications for both client-side and server-side execution. This book is the ideal introduction to TypeScript, covering both the basics and the techniques you need to build your...
Packt Publishing, 2021. — 350 p. — ISBN 978-1-80056-342-1. A detailed and easy-to-follow guide to learning design patterns and modern best practices for improving your TypeScript development skills Key Features Understand, analyze, and develop classical design patterns in TypeScript Explore advanced design patterns taken from functional programming and reactive programming...
Packt Publishing, 2020. — 1029 p. — ISBN: 978-1-78961-586-9. Learn TypeScript and its latest released features by building 3-4 state of art web applications with the help of modern tooling and third-party front end frameworks like Angular, React, and Vue.JS TypeScript 3.0 is going to introduce many changes to enhance the developers’ experience. With its new types enforcing...
Apress, 2017. — 304 p. — ISBN: 1484232488. 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...
InfoQ, 2013. — 68 p. — ISBN: 1291576215. This book is aimed at .Net programmers and explains key concepts as well as similarities and differences between TypeScript and C#. There is a quick start guide in the first chapter that introduces the syntax. The later chapters include deep dives into the type system, memory management, events and exceptions. If you are a .NET...
2nd edition. — Apress, 2021. — 563 p. — ISBN 978-1484270103. Learn the essentials and more of TypeScript, a popular superset of the JavaScript language that adds support for static typing. TypeScript combines the typing features of C# or Java with the flexibility of JavaScript, reducing typing errors and providing an easier path to JavaScript development. Author Adam Freeman...
3rd Edition. — Manning Publications, Inc., 2023. — 568 p. — ISBN: 978-1633437319. Now in its third edition, this bestselling guide to TypeScript takes you through the nuts and bolts of the language. No frills, no fuss—just TypeScript essentials! TypeScript enhances JavaScript with static typing, while keeping all the JS flexibility you know and love! It’s the perfect choice for...
Apress, 2019. — 546 p. Work with Typescript and get the most from this versatile open source language. Author Adam Freeman begins this book by describing Typescript and the benefits it offers, and goes on to show you how to use TypeScript in realistic scenarios, going in-depth to give you the knowledge you need. Starting from the nuts-and-bolts and building up to the most...
O’Reilly Media, 2022. — 507 p. — ISBN 978-1-098-11033-8. TypeScript has conquered the world of JavaScript: it's one of the world's fastest growing and most popular languages across developer surveys, widely used in consumer and business companies alike, and frequently credited for helping massive web applications scale. But what is TypeScript? How does it work, why does it...
Packt Publishing, 2021. — 715 p. — ISBN 978-1-83882-849-3. Broaden your skill set by learning TypeScript and applying your knowledge to build real-world applications Key Features Quickly get started writing TypeScript code with hands-on exercises and activities Develop new skills that can be applied at work or in your own side projects Build your understanding, boost your...
Leanpub, 2022-12-21. — 79 p. Learn how to find interesting behaviour and flaws in JavaScript. Reading this book you will find the latest and greatest techniques for hacking JavaScript and generating XSS payloads. Includes ways to construct JavaScript using only +[]()! characters. Never heard of DOM Clobbering? This book has all the details. Have you ever wondered how a hacker...
Packt Publishing, 2019. — 80 p. — ISBN: 978-1-83921-804-0. Discover various techniques to develop maintainable code and keep it in shape. Refactoring improves your code without changing its behavior. With refactoring, the best approach is to apply small targeted changes to a codebase. Instead of doing a huge sweeping change to your code, refactoring is better as a long-term and...
Fullstack.io, 2020. — 538 p. Revision r5 - 2020-11-10 • Updated the first chapter to the last version of create-react-app • Added a requested feature in trello-clone to submit new items by pressing “Enter” • Made all the data updates in the trello-clone immutable • Fixed typos and code errors Welcome to Fullstack React with TypeScript! React and TypeScript are a powerful...
Fullstack.io, 2020. — 321 p. Revision 1p – 2020-05-19 Welcome to Fullstack React with TypeScript! React and TypeScript are a powerful combination that can prevent bugs and help you (and your team) ship products faster. But understanding idiomatic React patterns and getting the typings setup isn’t always straightforward. This practical, hands-on book is a guide that will have...
Packt Publishing, 2018. — 536 p. Exploit the features of TypeScript to easily create your very own web applications TypeScript is an open source and cross-platform statically typed superset of JavaScript that compiles to plain JavaScript and runs in any browser or host. This book is a step-by-step guide that will take you through the use and benefits of TypeScript with the help...
Packt Publishing, 2016. — 841 p. — ISBN13: 9781787289086. TypeScript is an open source and cross-platform typed superset of JavaScript that compiles to plain JavaScript that runs in any browser or any host. TypeScript adds optional static types, classes, and modules to JavaScript, to enable great tooling and better structuring of large JavaScript applications. Through this...
USA. Walzone Press, 2024. — 585 p. "Mastering TypeScript for Large-Scale Applications" addresses the critical aspects of evolving and maintaining large codebases with meticulous organization, refactoring strategies, and automated testing practices. By adopting these methods, you ensure your software remains adaptable and agile amidst growing complexity. Embark on this...
Packt Publishing, 2017. — 230 p. Get lightning speed performance by writing highly efficient code in TypeScript In a world where a tiny decrease in frames per second impacts customer engagement greatly, writing highly scalable code is more of a necessity than a luxury. Using TypeScript you get type checking during development. This gives you the power to write optimized code...
Apress, 2013. — 95 p. На англ. языке. TypeScript Revealed is a quick 100-page guide to Anders Hejlsberg’s new take on JavaScript. With this brief, fast-paced introduction to TypeScript, .NET, Web and Windows 8 application developers who are already familiar with JavaScript will easily get up to speed with TypeScript and decide whether or not to start incorporating it into their...
Manning Publications, 2023. — 131 p. — (MEAP v1). 100 ошибок TypeScript и как их избежать Insider knowledge on recognizing common TypeScript bugs, errors, and pitfalls before you make those mistakes. The best mistakes are the ones you avoid in the first place. 100 TypeScript Mistakes and How To Avoid Them makes it easy to identify errors before you even make them! It’s packed...
Packt Publishing, 2019. — 442 p. — ISBN: 978-1-78913-304-2. Gain in-depth knowledge of TypeScript and the latest ECMAScript standards by building robust web applications across different domains With the demand for ever more complex websites, the need to write robust, standard-compliant JavaScript has never been greater. TypeScript is modern JavaScript with the support of a...
Packt Publishing, 2017. — 372 p. — ISBN: 1787280039. Leverage the power of Typescript 2.0 using real-world examples The TypeScript language, compiler, and open source development toolset brings JavaScript development up to the enterprise level. It allows you to use ES5, ES6, and ES7 JavaScript language features today, including classes, interfaces, generics, modules, and more....
Boris Cherny, 2019. — 265 p. — ISBN10: 1492037656; ISBN13: 978-1492037651. Any programmer working with a dynamically typed language will tell you how hard it is to scale to more lines of code and more engineers. That’s why Facebook, Google, and Microsoft invented gradual static type layers for their dynamically typed JavaScript and Python code. This practical book shows you how...
2nd Edition. — Apress, 2023. — 277 p. — ISBN-13 978-1-4842-9647-9. This comprehensive book is your ultimate guide to mastering Test-Driven Development (TDD) in the context of React and TypeScript. Whether you're a seasoned developer seeking to refine your skills or a newcomer eager to embrace industry-standard practices, this book caters to all levels of expertise. Apply...
Exploringjs.com, 2020. — 210 p. Upddate 2020-06-14 This book consists of two parts: Part 1 is a quick start for TypeScript that teaches you the essentials quickly. Part 2 digs deeper into the language and covers many important topics in detail. This book is not a reference, it is meant to complement the official TypeScript handbook. 4 new chapters: The top types any and unknown...
Manning Publications, 2020. — 990 p. — ISBN: 9781617296413. Programming with Types teaches you to design safe, resilient, correct software that's easy to maintain and understand by taking advantage of the power of strong type systems. Designed to provide practical, instantly useful techniques for working developers, this clearly written tutorial introduces you to using type...
Ali Alakbar Mohammed Radhi, 2023. — 146 р. — ISBN: 979-8223673965. TypeScript is a powerful programming language that extends JavaScript, providing a statically typed environment for building large-scale web applications. This book offers a comprehensive guide to TypeScript, designed for both novice and experienced programmers alike. From its fundamental syntax to its advanced...
Packt Publishing, 2015. — 259 p. — ISBN10: 1784399663, ISBN13: 978-1-78439-966-5. Код примеров к книге выложен здесь. Build enterprise-ready, industrial strength web applications using TypeScript and leading JavaScript frameworks. The TypeScript compiler and language has brought JavaScript development up to the enterprise level, yet still maintains backward compatibility with...
Packt Publishing, 2017. — 651 p. — ISBN: 978-1-78646-871-0. The TypeScript language, compiler and open-source development toolset brings JavaScript development up to the enterprise level. It allows us to use ES5, ES6 and ES7 JavaScript language features today - including classes, interfaces, generics, modules and more. It's simple typing syntax enables building large, robust...
3rd Edition. — Packt Publishing, 2019. — 857 p. — ISBN: 978-1-78953-670-6. Master the TypeScript language and its latest features. Explore modern application frameworks and utilize industry best practices in TDD, OOP and UI Design. TypeScript is both a language and a set of tools to generate JavaScript. It was designed by Anders Hejlsberg at Microsoft to help developers write...
4th edition. — Packt Publishing, 2021. — 539 p. — ISBN 978-1800564732. Master the TypeScript language and its latest features, explore modern web application frameworks, and build modular systems using industry standard architectural principles and design patterns. Key Features Explore TypeScript 4's key elements and advanced language features Use TypeScript with modern...
Newline, 2022 — 259 pages. An Introduction to Type-Safe Programming with TypeScript Get up to speed with practical TypeScript use in your projects. What you will learn: – Setting Up Your TypeScript Development Environment – Planning Our First TypeScript Application: FinanceMe – Classes in TypeScript: User and Expense – Generating Unique IDs – Generating the Budget Class –...
Independently published, 2024. — 154 p. — ISBN 979-8325712562, ASIN B0D57TZCJ3. Are you confused when looking at TypeScript code? Feeling TypeScript is way too complicated to understand? Beginning TypeScript will help you cut through the complexity and information overload to apply TypeScript in your projects. Many people are exhausted and feel TypeScript is hindering their...
Smashing Media AG, 2020. — 466 p. — ISBN 978-3-945749-90-6. In TypeScript in 50 Lessons , Stefan Baumgartner breaks down the quirks of TypeScript into short, manageable lessons. You’ll make sense of TypeScript concepts, tooling for TypeScript and how to get most out of it without learning a new language. Everything TypeScript explained, from start to finish. Written for...
SitePoint, 2023. — 92 p. — ISBN: 978-1-925836-58-5. If you’re a JavaScript developer struggling to get to grips with TypeScript or use it effectively in your projects, this book will guide you in making the most of this powerful language and its latest features, and help you overcome some common misunderstandings and pitfalls. TypeScript 5.0 is a major advancement to the...
TypeScript Publishing, 2019. — 173 p. — ISBN13: 978-1708839802. TypeScript lets you write JavaScript the way you really want to. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript is pure object oriented with classes, interfaces and statically typed like C# or Java. The popular JavaScript framework Angular is written in TypeScript....
Leanpub, 2021. — 212 p. This version was published on 2021-04-10 Disappointed with Object-oriented Programming? Has imperative coding let you down? Don't worry, because Functional Programming is here to fix all your problems! Maybe! More realistically, it will show you new ways of thinking about code. So why not give it a go with a programming language you are probably already...
O’Reilly Media, Inc., 2019. — 93 p. — (First Release). — ISBN: 978-1-492-05367-5. TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is infamous. But TypeScript has a learning curve of its own, and understanding how to use it effectively can take time. This book guides you through 55 specific ways to improve your...
O’Reilly Media, Inc., 2020. — 265 p. — ISBN: 978-1-492-05374-3. TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use it effectively can take time. This book guides you through 62 specific ways to improve your use of TypeScript....
2nd Edition. — O’Reilly Media, Inc., 2023. — 114 p. — (Early Release). — ISBN 978-1-098-15500-1. TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches 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...
2nd Edition. — O’Reilly Media, Inc., 2024. — 569 р. — ISBN-13: 978-1-098-15506-3. TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches 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...
Orange Education, 2023. — 317 p. This book provides a comprehensive guide to TypeScript, a programming language that extends JavaScript with powerful features like static typing, classes, and interfaces. The book is divided into thirteen chapters that cover everything from setting up a development environment to building an Angular app with TypeScript. We start with an...
Packt Publishing, 2016. — 288 с. — ISBN13: 9781785887017. Build exciting end-to-end applications with TypeScript TypeScript is the future of JavaScript. Having been designed for the development of large applications, it is being widely incorporated in popular projects such as Angular JS 2.0. Adopting TypeScript results in more robust software, while still being deployable in...
Independently published, 2023. — 177 p. — ISBN 979-8374743494. Typescript is a better JavaScript, It is a statically typed, safe programming language, which uses more or less the same syntax as JavaScript. Typescript programs are compiled to JavaScript, and they can be run anywhere JavaScript is supported. It is widely used by professional JavaScript developers, for frontend...
TypeScript быстро. — СПб.: Питер, 2021. — 540 с.: ил. — (Серия «Для профессионалов»). ISBN 978-5-4461-1725-3 «TypeScript быстро» научит вас секретам продуктивной разработки веб- или самостоятельных приложений. Она написана практиками для практиков. В книге разбираются актуальные для каждого программиста задачи, объясняется синтаксис языка и описывается разработка нескольких...
Комментарии