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 frameworks such as Angular, Vue, React, RxJS and Node
Understand TDD, serverless techniques, micro frontends, and other industry-standard best practices to create high-quality and modular apps
Book Description:
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 enterprise-scale JavaScript.
Using a fast-paced, but easy-to-follow set of code samples, this fourth edition will get you up and running with Typescript quickly, introduce core concepts, and then build on this knowledge to understand, and then apply more advanced language features.
Mastering TypeScript, Fourth Edition also covers a variety of modern JavaScript and TypeScript frameworks and compares their respective strengths and weaknesses. As you advance through this TypeScript book, you'll explore Angular, React, Vue, RxJs, Express, Node and others. You'll get up to speed with unit and integration testing, data transformation, serverless technologies, and asynchronous programming. You'll also learn how to integrate with existing JavaScript libraries, control your compiler options, and use decorators and generics.
By the end of the book, you will have built a comprehensive set of web applications using Angular, React and Vue, finally integrating them into a single cohesive website, using micro frontend techniques. Mastering TypeScript, Fourth Edition is about learning the language, understanding when to apply its features, and then selecting the right framework that is the perfect fit for your real-world project.
What You Will Learn:
Gain insights into core and advanced TypeScript language features
Integrate with existing JavaScript libraries and third-party frameworks
Build full working applications using JavaScript frameworks, such as Angular, React, Vue and more
Create test suites for your application with Jest and Selenium
Apply industry standard design patterns to build modular code
Develop web server solutions using Node and Express
Design and implement serverless API solutions
Explore micro front-end technologies and techniques
Who this book is for:
This book serves as a guide for beginners, as well as providing practical insights and techniques for experienced JavaScript and TypeScript programmers. No prior knowledge of JavaScript is required.
If you are keen to learn TypeScript, this book will give you all the necessary knowledge and skills to tackle any TypeScript project. It will also give you an understanding of what application frameworks are out there, and which one to choose for your next project. If you are already an experienced JavaScript or TypeScript developer, then this book will take your skills to the next level.
Автор: Zhang Liang-Jie, Ning Yishuang Название: Innovative Solutions and Applications of Web Services Technology ISBN: 1522587292 ISBN-13(EAN): 9781522587293 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 20691.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Presents research on the methods and applications of existing technologies for web service usability and accessibility. The book highlights a wide range of topics, including business processes, cyber-physical systems, and recommendation accuracy.
Описание: This second book by Donald D. Yackel continues the format and organization of his first, The Idling Bulldozer and Other Paddling Adventures. However, unlike that offering, this one starts with a personal reflection on the author`s connection to boats and the water. Subsequent chapters describe paddling trips in Canada, Costa Rica, Florida, and Mexico. While each chapter provides a glimpse into part of the world most readers will never visit, the author`s vivid descriptions will take you there. As one reviewer put it: "I am an armchair adventurer. I loved the descriptions of the various areas in the U.S. and Canada...the terrain, the wildlife...places I will never see...places most people will never see or experience. The challenges of paddling in various places and conditions, the hardships, the challenges and the rewards make for a great and interesting read." A second reviewer writes: "Even if you are not a paddling enthusiast, the stories are fun! Don writes in a conversational tone...it`s like you`re sitting next to him while he tells his stories." Each tale is a memoir of what the author experienced on the adventure: what he saw, what he did, how it felt, whom he traveled with, and the dangers and rewards experienced. Whether you are a veteran kayaker, a rank beginner, or have never been in a boat before, you can find something to relate to in this book.
Описание: This completely revised and updated second edition of the bestselling Angular for Enterprise-Ready Web Applications includes more in-depth and comprehensive coverage of the evergreen Angular platform, with new examples, new projects, and a new overview of tools that have been added to Angular since the publication of the previous edition.
Автор: Management Association Information Reso Название: Web Services: Concepts, Methodologies, Tools, and Applications, VOL 1 ISBN: 1668430614 ISBN-13(EAN): 9781668430613 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 44956.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Ernesto Damiani; Kokou Yetongnon; Richard Chbeir; Название: Advanced Internet Based Systems and Applications ISBN: 364201349X ISBN-13(EAN): 9783642013492 Издательство: Springer Рейтинг: Цена: 10480.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Constitutes the refereed post-conference proceedings of the Second International Conference on Signal-Image Technology and Internet-Based Systems, SITIS 2006, held in Hammamet, Tunisia, in December, 2006. This book presents 33 full papers that were reviewed and selected from the papers presented at the conference.
Описание: Learn how to build web apps in production with Django by following three example projects. First, you`ll build a clone of IMDB. Next, you`ll build a clone of Stack Overflow. Lastly, you`ll build a clone of MailChimp. By the end of book, you`ll have all the knowledge required to build your own projects with Django 2.0!
Автор: Singh Harmeet, Tanna Mayur Название: Serverless Web Applications with React and Firebase ISBN: 1788477413 ISBN-13(EAN): 9781788477413 Издательство: Неизвестно Цена: 8091.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: React and Firebase are just the right match to build real-time applications. This book covers essentials for React, Redux, and Firebase. You`ll learn to design, create and maintain professional apps, as well as share practical insights that include basic to advanced examples; from hello world to real-time seat booking and location tracking apps.
Описание: Spring Boot and React allow us to build powerful full-stack applications and also demonstrate a modern full-stack app in practice. React is a modern JavaScript library for building fast and reliable user interfaces. You will also master the process of full-stack development by leveraging Spring Boot and React
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.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru