Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Beginning Serverless Computing, Maddie Stigler


Варианты приобретения
Цена: 4611.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Maddie Stigler
Название:  Beginning Serverless Computing
ISBN: 9781484230831
Издательство: Springer
Классификация:




ISBN-10: 1484230833
Обложка/Формат: Paperback
Страницы: 257
Вес: 0.38 кг.
Дата издания: 25.11.2017
Язык: English
Издание: 1st ed.
Иллюстрации: 160 illustrations, color; xiii, 199 p. 160 illus. in color.
Размер: 177 x 253 x 18
Читательская аудитория: Postgraduate, research & scholarly
Основная тема: Computer Science
Подзаголовок: Developing with Amazon Web Services, Microsoft Azure, and Google Cloud
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Learn the basics of serverless computing and how to develop event-driven architectures with the three major cloud platforms: Amazon Web Services, Microsoft Azure, and Google Cloud. This hands-on guide dives into the foundations of serverless computing, its use cases, and how to apply it using developer tools such as Node.js, Visual Studio Code, Postman, and Serverless Framework. You will apply the fundamentals of serverless technology from the ground up, and come away with a greater understanding of its power and how to make it work for you.
This book teaches you how to quickly and securely develop applications without the hassle of configuring and maintaining infrastructure. You will learn how to harness serverless technology to rapidly reduce production time and minimize your costs, while still having the freedom to customize your code, without hindering functionality. Upon completion, you will have the knowledge and resources to build your own serverless application hosted in AWS, Azure, or Google Cloud and will have experienced the benefits of event-driven technology for yourself.
What Youll Learn
  • Gain a deeper understanding of serverless computing and when to use it
  • Use development tools such as Node.js, Postman, and VS code to quickly set up your serverless development environment and produce applications
  • Apply triggers to your serverless functions that best suit the architecture for the problem the functions are solving
  • Begin building applications across cloud providers that utilize the power of serverless technology
  • Understand best development practices with serverless computing to maintain scalable and practical solutions
  • Code with an agnostic approach to cloud providers to minimize provider dependency
Who This Book Is For

Any developer looking to expand current knowledge of serverless computing, its applications, and how to architect serverless solutions, or someone just beginning in these areas

Дополнительное описание: Chapter 1: Understanding Serverless Computing.- Chapter 2: Getting Started.- Chapter 3: Amazon Web Services.- Chapter 4: Azure.- Chapter 5: Google Cloud.- Chapter 6: Agnostic Approach.



Beginning serverless architectures with microsoft azure

Автор: Bass, Daniel
Название: Beginning serverless architectures with microsoft azure
ISBN: 1789537045 ISBN-13(EAN): 9781789537048
Издательство: Неизвестно
Рейтинг:
Цена: 3125.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Many businesses are rapidly adopting a microservices-first approach to development, driven by the availability of new commercial services like Azure Functions and AWS Lambda. In this book, we`ll show you how to quickly get up and running with your own serverless development on Microsoft Azure. We start by working through a single function, and ...

Azure Serverless Computing Cookbook - Third Edition: Build and monitor Azure applications hosted on serverless architecture using Azure functions

Автор: Sreeram Praveen Kumar
Название: Azure Serverless Computing Cookbook - Third Edition: Build and monitor Azure applications hosted on serverless architecture using Azure functions
ISBN: 1800206607 ISBN-13(EAN): 9781800206601
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: With the pace at which the cloud technology is progressing, developers can find it difficult to understand the different technical methods available to solve a business problem. This book will help you to understand how to develop native serverless applications in the native way and integrate them with other related services.

Mastering Azure Serverless Computing

Автор: Barbieri Lorenzo, Bonanni Massimo
Название: Mastering Azure Serverless Computing
ISBN: 1789951224 ISBN-13(EAN): 9781789951226
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book will help you build and deliver robust and reliable Azure-based serverless applications. From Azure Functions to Logic Apps, from API Management to Event Grid, this book will allow you to design, implement, test, and monitor your serverless solutions.

Integrating serverless architecture

Автор: Vemula, Rami
Название: Integrating serverless architecture
ISBN: 1484244885 ISBN-13(EAN): 9781484244883
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Design, develop, build, and deliver an end-to-end serverless architecture by leveraging Azure services, frameworks, and tools. This book offers a holistic approach, guiding you through the design and development of a Twitter Bot application, while leveraging Azure Functions.Integrating Serverless Architecture begins with an overview of serverless computing and getting started with Azure Functions. Here, you will create a Twitter bot function which scans Twitter for the latest tweets and makes use of dependency injection. Further, you will learn about Azure Cosmos DB where you will cover its change feed mechanism and the repository pattern. You will create a Cosmos DB trigger-based tweet notifier function, which will broadcast the latest tweets to connected clients. You will explore the basics of Azure Service Bus and create a tweet scheduler function, which will prioritize different keywords for the Twitter bot function. Along the way, you will debug, deliver, and test the functions in the Azure environment.This book shows you how to secure your Azure Function secrets with the help of Azure Key Vault. To further your understanding of the technology, you will learn logging and exception handling in Azure Functions.Later in the book, you will build a Twitter bot web application by using ASP.NET Core and Materialize CSS, which will interact with several HTTP-based Azure Functions. The Twitter bot web application allows users to log in through the Twitter Identity Provider, subscribe to different keywords/hashtags, and browse the latest tweets based on subscriptions. You will get started with SignalR Service and integrate it with Azure Functions and web applications. Towards the end you will go through app service authentication on Azure Functions and discover how to configure continuous integration and delivery to Azure Functions. After reading this book, you will be able to understand the steps involved in design, development, and delivery of a workflow using Azure Functions.
What You Will LearnDesign and develop a Twitter bot application using Azure Functions with Azure Web App Service as the front endLeverage Azure Cosmos DB as data storage and trigger notifications using its change feed mechanismStore and retrieve secrets from Azure Key VaultIntegrate Azure Functions with Azure SignalR Service to broadcast real-time messagesSecure Azure Functions by enabling Twitter identity authentication using built-in App Service authenticationBuild a continuous integration and continuous delivery pipeline for Azure Functions using Visual Studio Team Services (VSTS)
Who This Book Is For
Developers, software engineers, and architects who design and manage infrastructures and build applications by leveraging Microsoft cloud services.
Knative Cookbook: Building Effective Serverless Applications with Kubernetes and Openshift

Автор: Sutter Burr, Sampath Kamesh
Название: Knative Cookbook: Building Effective Serverless Applications with Kubernetes and Openshift
ISBN: 1492061190 ISBN-13(EAN): 9781492061199
Издательство: Wiley
Рейтинг:
Цена: 7126.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: With more than 60 practical recipes, this cookbook helps you solve these issues with Knative-the first serverless platform natively designed for Kubernetes. Each recipe contains detailed examples and exercises, along with a discussion of how and why it works.

Building Serverless Architectures

Автор: Gurturk Cagatay
Название: Building Serverless Architectures
ISBN: 1787129195 ISBN-13(EAN): 9781787129191
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Learning Serverless: Reliability, Availability, Monitoring, Testing & Security

Автор: Katzer Jason
Название: Learning Serverless: Reliability, Availability, Monitoring, Testing & Security
ISBN: 1492057010 ISBN-13(EAN): 9781492057017
Издательство: Wiley
Рейтинг:
Цена: 8394.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Whether your company is considering serverless computing or has already made the decision to adopt this model, this practical book is for you. Author Jason Katzer shows early- and mid-career developers what`s required to build and ship maintainable and scalable services using this model.

Beginning Azure Iot Edge Computing: Extending the Cloud to the Intelligent Edge

Автор: Jensen David
Название: Beginning Azure Iot Edge Computing: Extending the Cloud to the Intelligent Edge
ISBN: 1484245350 ISBN-13(EAN): 9781484245354
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Use a step-by-step process to create and deploy your first Azure IoT Edge solution.Modern day developers and architects in today’s cloud-focused world must understand when it makes sense to leverage the cloud. Computing on the edge is a new paradigm for most people. The Azure IoT Edge platform uses many existing technologies that may be familiar to developers, but understanding how to leverage those technologies in an edge computing scenario can be challenging.Beginning Azure IoT Edge Computing demystifies computing on the edge and explains, through concrete examples and exercises, how and when to leverage the power of intelligent edge computing. It introduces the possibilities of intelligent edge computing using the Azure IoT Edge platform, and guides you through hands-on exercises to make edge computing approachable, understandable, and highly useful.Through user-friendlydiscussion you will not only understand how to build edge solutions, but also when to build them. By explaining some common solution patterns, the decision on when to use the cloud and when to avoid the cloud will become much clearer.What You'll LearnCreate and deploy Azure IoT Edge solutionsRecognize when to leverage the intelligent edge pattern and when to avoid itLeverage the available developer tooling to develop and debug IoT Edge solutionsKnow which off-the-shelf edge computing modules are availableBecome familiar with some of the lesser-known device protocols used in conjunction with edge computingUnderstand how to securely deploy and bootstrap an IoT Edge deviceExplore related topics such as containers and secure device provisioning

Who This Book Is For
Developers or architects who want to understand edge computing and when and where to use it. Readers should be familiar with C# or Python and have a high-level understanding of the Azure IoT platform.
Azure Data Factory Cookbook: Build and manage ETL and ELT pipelines with Microsoft Azure`s serverless data integration service

Автор: Anoshin Dmitry, Foshin Dmitry, Storchak Roman
Название: Azure Data Factory Cookbook: Build and manage ETL and ELT pipelines with Microsoft Azure`s serverless data integration service
ISBN: 1800565291 ISBN-13(EAN): 9781800565296
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: With the help of well-structured and practical recipes, this book will teach you how to integrate data from the cloud and on-premise. You`ll learn how to transform, clean, and consolidate data into a single data platform and get to grips with using ADF as the main ETL and orchestration tool for your data warehouse or data platform project.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия