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

Microservices From Day One, Carneiro Jr.


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

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

Автор: Carneiro Jr.
Название:  Microservices From Day One
ISBN: 9781484219362
Издательство: Springer
Классификация:


ISBN-10: 1484219368
Обложка/Формат: Paperback
Страницы: 246
Вес: 0.52 кг.
Дата издания: 2016
Язык: English
Издание: 1st ed.
Иллюстрации: 34 illustrations, black and white; xxii, 246 p. 34 illus.
Размер: 179 x 254 x 22
Читательская аудитория: Professional & vocational
Основная тема: Professional Computing
Подзаголовок: Build robust and scalable software from the start
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:
Learn what a microservices architecture is, its advantages, and why you should consider using one when starting a new application. The book describes how taking a microservices approach from the start helps avoid the complexity and expense of moving to a service-oriented approach after applications reach a critical code base size or traffic load.Microservices from Day One discusses many of the decisions you face when adopting a service-oriented approach and defines a set of rules to follow for easily adopting microservices. The book provides simple guidelines and tips for dividing a problem domain into services. It also describes best practices for documenting and generating APIs and client libraries, testing applications with service dependencies, optimizing services for client performance, and much more. Throughout the book, you will follow the development of a sample project to see how to apply the best practices described.
What You Will Learn:
Apply guidelines and best practices for developing projects that use microservicesDefine a practical microservices architecture at the beginning of a project that allows for fast developmentDefine and build APIs based on real-world best practicesBuild services that easily scale by using tools available in most programming languagesTest applications in a distributed environment
Who This Book is For:
Software engineers and web developers who have heard about microservices, and want to either move the project/applications they work on to a service-oriented environment, or want to start a new project knowing that building services helps with ease of scaling and maintainability. The book is a reference for developers who have a desire to build software in smaller, more focused and manageable chunks, but do not know how to get started.

Дополнительное описание: Part I. Service Oriented Architectures.- 1. Microservices: The What and the Why.- 2. Rules of Engagement.- Part II. APIs.- 3. Partitioning Your Business into Services.- 4. Designing your APIs.- 5. Defining APIs.- 6. Consuming your APIs.- 7. Optimizing you



Typescript Microservices

Автор: Ghiya Parth
Название: Typescript Microservices
ISBN: 178883075X ISBN-13(EAN): 9781788830751
Издательство: Неизвестно
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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.

Testing Java Microservices

Автор: Bueno Alex Soto, Porter Jason, Gumbrecht Andy
Название: Testing Java Microservices
ISBN: 1617292893 ISBN-13(EAN): 9781617292897
Издательство: Неизвестно
Рейтинг:
Цена: 7126.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Summary

Testing Java Microservices teaches you to implement unit and integration tests for microservice systems running on the JVM. You'll work with a microservice environment built using Java EE, WildFly Swarm, and Docker. You'll learn how to increase your test coverage and productivity, and gain confidence that your system will work as you expect.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Microservice applications present special testing challenges. Even simple services need to handle unpredictable loads, and distributed message-based designs pose unique security and performance concerns. These challenges increase when you throw in asynchronous communication and containers.

About the Book

Testing Java Microservices teaches you to implement unit and integration tests for microservice systems running on the JVM. You'll work with a microservice environment built using Java EE, WildFly Swarm, and Docker. You'll advance from writing simple unit tests for individual services to more-advanced practices like chaos or integration tests. As you move towards a continuous-delivery pipeline, you'll also master live system testing using technologies like the Arquillian, Wiremock, and Mockito frameworks, along with techniques like contract testing and over-the-wire service virtualization. Master these microservice-specific practices and tools and you'll greatly increase your test coverage and productivity, and gain confidence that your system will work as you expect.

What's Inside

  • Test automation
  • Integration testing microservice systems
  • Testing container-centric systems
  • Service virtualization

About the Reader

Written for Java developers familiar with Java EE, EE4J, Spring, or Spring Boot.

About the Authors

Alex Soto Bueno and Jason Porter are Arquillian team members. Andy Gumbrecht is an Apache TomEE developer and PMC. They all have extensive enterprise-testing experience.

Table of Contents

  1. An introduction to microservices
  2. Application under test
  3. Unit-testing microservices
  4. Component-testing microservices
  5. Integration-testing microservices
  6. Contract tests
  7. End-to-end testing
  8. Docker and testing
  9. Service virtualization
  10. Continuous delivery in microservices
Production-Ready Microservices: Building Standardized Systems Across an Engineering Organization

Автор: Fowler Susan J.
Название: Production-Ready Microservices: Building Standardized Systems Across an Engineering Organization
ISBN: 1491965975 ISBN-13(EAN): 9781491965979
Издательство: Wiley
Рейтинг:
Цена: 5067.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: In this practical book, author Susan Fowler presents a set of microservice standards in depth, drawing from her experience standardizing over a thousand microservices at Uber. You`ll learn how to design microservices that are stable, reliable, scalable, fault tolerant, performant, monitored, documented, and prepared for any catastrophe.

Microservices with Kubernetes: Non-Programmer`s Handbook

Автор: Fleming Stephen
Название: Microservices with Kubernetes: Non-Programmer`s Handbook
ISBN: 1643701398 ISBN-13(EAN): 9781643701394
Издательство: Неизвестно
Цена: 4929.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Microservices in Action

Название: Microservices in Action
ISBN: 1617294454 ISBN-13(EAN): 9781617294457
Издательство: Неизвестно
Рейтинг:
Цена: 6896.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Summary

Microservices in Action is a practical book about building and deploying microservice-based applications. Written for developers and architects with a solid grasp of service-oriented development, it tackles the challenge of putting microservices into production.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Invest your time in designing great applications, improving infrastructure, and making the most out of your dev teams. Microservices are easier to write, scale, and maintain than traditional enterprise applications because they're built as a system of independent components. Master a few important new patterns and processes, and you'll be ready to develop, deploy, and run production-quality microservices.

About the Book

Microservices in Action teaches you how to write and maintain microservice-based applications. Created with day-to-day development in mind, this informative guide immerses you in real-world use cases from design to deployment. You'll discover how microservices enable an efficient continuous delivery pipeline, and explore examples using Kubernetes, Docker, and Google Container Engine.

What's inside

  • An overview of microservice architecture
  • Building a delivery pipeline
  • Best practices for designing multi-service transactions and queries
  • Deploying with containers
  • Monitoring your microservices

About the Reader

Written for intermediate developers familiar with enterprise architecture and cloud platforms like AWS and GCP.

About the Author

Morgan Bruce and Paulo A. Pereira are experienced engineering leaders. They work daily with microservices in a production environment, using the techniques detailed in this book.

Table of Contents

    PART 1 - The lay of the land
  1. Designing and running microservices
  2. Microservices at SimpleBank
  3. PART 2 - Design
  4. Architecture of a microservice application
  5. Designing new features
  6. Transactions and queries in microservices
  7. Designing reliable services
  8. Building a reusable microservice framework
  9. PART 3 - Deployment
  10. Deploying microservices
  11. Deployment with containers and schedulers
  12. Building a delivery pipeline for microservices
  13. PART 4 - Observability and ownership
  14. Building a monitoring system
  15. Using logs and traces to understand behavior
  16. Building microservice teams
Spring microservices

Автор: Rv, Rajesh
Название: Spring microservices
ISBN: 1786466686 ISBN-13(EAN): 9781786466686
Издательство: Неизвестно
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Create smart systems to extract intelligent insights for decision making. You will learn about widely used Artificial Intelligence techniques for carrying out solutions in a production-ready environment. You`ll explore advanced topics such as clustering, symbolic and sub-symbolic information representation, and many more.

Kubernetes microservices with docker

Автор: Vohra, Deepak
Название: Kubernetes microservices with docker
ISBN: 1484219066 ISBN-13(EAN): 9781484219065
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Prepare for success on the MCCQE Part I! This concise resource provides an efficient and effective review of exactly what you need to know to perform at your best on the exam. Written by students, residents, and faculty, it contains only the essential information required to meet the Medical Council of Canada`s Objectives for the Qualifying Examination, saving you valuable time and helping you focus your study. Each chapter covers common clinical presentations, including detailed differential diagnoses, relevant physical examination characteristics and diagnostic tests, treatment and patient consultation techniques, and epidemiological information, as well as fundamental scientific principles.
Microservices, iot and azure

Автор: Familiar, Bob
Название: Microservices, iot and azure
ISBN: 1484212762 ISBN-13(EAN): 9781484212769
Издательство: Springer
Рейтинг:
Цена: 4186.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

1 From Monolithic to Microservice

2 What is a Microservice?

3 Microservice Architecture

4 Azure - A Microservice Platform

5 Automation

6 Microservice Reference Implementation

7 IoT and Microservices

8 Service Fabric


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