Innovative Solutions and Applications of Web Services Technology, Liang-Jie Zhang, Yishuang Ning
Автор: 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.
Автор: Kessin, Zachary Название: Building web applications with erlang ISBN: 1449309968 ISBN-13(EAN): 9781449309961 Издательство: Wiley Рейтинг: Цена: 2533.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Built to support fault-tolerant telecom infrastructure, Erlang shines at reliability and scalability. Combining the Erlang language with the YAWS framework for supporting web services offers tremendous power for delivering massive volumes of data over the Web.
Автор: 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 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.
Описание: 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.
Автор: Bernhard Thalheim; Klaus-Dieter Schewe; Andreas Pr Название: Correct Software in Web Applications and Web Services ISBN: 3319171119 ISBN-13(EAN): 9783319171111 Издательство: Springer Рейтинг: Цена: 13275.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The papers in this volume aim at obtaining a common understanding of the challenging research questions in web applications comprising web information systems, web services, and web interoperability;
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.
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.
Автор: Management Association Information Reso Название: Web Services: Concepts, Methodologies, Tools, and Applications, VOL 2 ISBN: 1668430622 ISBN-13(EAN): 9781668430620 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 44956.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Management Association Information Reso Название: Web Services: Concepts, Methodologies, Tools, and Applications, VOL 3 ISBN: 1668430630 ISBN-13(EAN): 9781668430637 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 44956.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Management Association Information Reso Название: Web Services: Concepts, Methodologies, Tools, and Applications, VOL 1 ISBN: 1668430614 ISBN-13(EAN): 9781668430613 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 44956.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru