Essential Typescript: From Beginner to Pro, Freeman Adam
Автор: Freeman Adam Название: Essential Typescript 4: From Beginner to Pro ISBN: 148427010X ISBN-13(EAN): 9781484270103 Издательство: Springer Рейтинг: Цена: 60550.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Beginning-Advanced user level
Автор: Steve Fenton Название: Pro TypeScript ISBN: 1484232488 ISBN-13(EAN): 9781484232484 Издательство: Springer Рейтинг: Цена: 41920.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
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
Who This Book Is For
Web developers looking for a modern approach to JavaScript development
Автор: O`Hanlon Peter Название: Advanced TypeScript Programming Projects ISBN: 1789133041 ISBN-13(EAN): 9781789133042 Издательство: Неизвестно Рейтинг: Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Advanced TypeScript 3.0 Projects is a complete resource filled with a wide range of web-based projects to help you in advancing with the latest TypeScript features and ECMAScript standards.
Автор: Hickey James Название: Refactoring TypeScript ISBN: 1839218045 ISBN-13(EAN): 9781839218040 Издательство: Неизвестно Рейтинг: Цена: 27580.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Refactoring TypeScript is an approachable look at getting your code into shape. Learn some of the causes of unhealthy code, how to identify them, techniques to cure them, and more.
Learn how to use Deno, the secure JavaScript and TypeScript runtime written in Rust, to write reliable web applications
Key Features:
Understand Deno's essential concepts and features
Learn how to use Deno in real-world scenarios
Use Deno to develop, test, and deploy web applications and tools
Book Description:
Deno is a JavaScript and TypeScript runtime with secure defaults and a great developer experience. With Deno Web Development, you'll learn all about Deno's primitives, its principles, and how you can use them to build real-world applications. The book is divided into three main sections: an introduction to Deno, building an API from scratch, and testing and deploying a Deno application.
The book starts by getting you up to speed with Deno's runtime and the reason why it was developed. You'll explore some of the concepts introduced by Node, why many of them transitioned into Deno, and why new features were introduced. After understanding Deno and why it was created, you will start to experiment with Deno, exploring the toolchain and writing simple scripts and CLI applications. As you progress to the second section, you will create a simple web application
and then add more features to it. This application will evolve from a simple 'hello world' API to a web application connected to the database, with users, authentication, and a JavaScript client. In the third section, the book will take you through topics such as dependency management, configuration and testing, finishing with an application deployed in a cloud environment.
By the end of this web development book, you will become comfortable with using Deno to create, maintain, and deploy secure and reliable web applications.
What You Will Learn:
Understand why you should use Deno
Get to grips with tooling and the Deno ecosystem
Build Deno web applications using existing Node.js knowledge and the newest ECMA Script 6 features
Explore the standard library and the benefits of Deno's security model
Discover common practices and web frameworks to build a REST API in Deno
Structure a web application using common architecture practices
Test and deploy a Deno application in the cloud using Docker
Who this book is for:
This book is for developers who want to leverage their JavaScript and TypeScript skills in a secure, simple, and modern runtime, using Deno for web app development. Beginner-level knowledge of Node.js is recommended but not required.
Автор: Abbruzzese Francesco Название: Hands-On TypeScript for C# and .NET Core Developers ISBN: 178913028X ISBN-13(EAN): 9781789130287 Издательство: Неизвестно Рейтинг: Цена: 50670.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Writing clean, object-oriented code in JavaScript gets trickier and complex as the size of the project grows. This is where Typescript comes into the picture; it lets you write pure object-oriented code with ease, giving it the upper hand over JavaScript. This book introduces you to basic TypeScript concepts by gradually modifying standard ...
Автор: Jansen Remo H. Название: Learning Typescript 2.X_second Edition ISBN: 1788391470 ISBN-13(EAN): 9781788391474 Издательство: Неизвестно Цена: 67430.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 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 of practical examples.
Автор: Bin Uzayr Sufyan Название: TypeScript for Beginners: The Ultimate Guide ISBN: 1032067586 ISBN-13(EAN): 9781032067582 Издательство: Taylor&Francis Рейтинг: Цена: 127600.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Of late, TypeScript has risen in popularity owing to its ease of use and versatile compatibility. As such, more and more developers are looking to quickly and efficiently master TypeScript. If you`re looking for a detailed yet easy to comprehend guide to TypeScript, your search ends here!
Автор: Bin Uzayr, Sufyan Название: Typescript for beginners ISBN: 1032067578 ISBN-13(EAN): 9781032067575 Издательство: Taylor&Francis Рейтинг: Цена: 51030.00 T Наличие на складе: Нет в наличии. Описание: Of late, TypeScript has risen in popularity owing to its ease of use and versatile compatibility. As such, more and more developers are looking to quickly and efficiently master TypeScript. If you`re looking for a detailed yet easy to comprehend guide to TypeScript, your search ends here!
Автор: Grynhaus Ben, Hudgens Jordan, Hunte Rayon Название: The TypeScript Workshop: A practical guide to confident, effective TypeScript programming ISBN: 1838828494 ISBN-13(EAN): 9781838828493 Издательство: Неизвестно Рейтинг: Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Kickstart your learning with this hands-on guide to programming with TypeScript. By learning how to quickly transition from JavaScript, leverage features such as types and decorators, and incorporate React with TypeScript, you can gain new skills, advance your knowledge, and make some new additions to your software development toolkit.
Автор: Nwamba Chris Название: TypeScript 2.x for Angular Developers ISBN: 1786460556 ISBN-13(EAN): 9781786460554 Издательство: Неизвестно Рейтинг: Цена: 41370.00 T Наличие на складе: Нет в наличии.
Автор: Ghiya Parth Название: Typescript Microservices ISBN: 178883075X ISBN-13(EAN): 9781788830751 Издательство: Неизвестно Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Microservices has evolved as one of the most tangible solutions to make effective and scalable applications. Due to its evolution from ES5 to ES6 stack, Typescript has become one of the most de facto solutions. This book will help you leverage microservices` power to build robust architecture using reactive programming and Typescript in Node.js.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz