Hebt u iets om te verkopen?

Spring Microservices in Action, Second Edition

dimitrovski
(33)
Geregistreerd als particuliere verkoper
Voorschriften voor consumentenbescherming die voortvloeien uit Europese consumentenwetgeving, zijn derhalve niet van toepassing. eBay-kopersbescherming geldt nog steeds voor de meeste aankopen.
US $55,00
OngeveerEUR 47,15
of Beste voorstel
Objectstaat:
Vrijwel nieuw
Wees gerust. Retourzendingen worden geaccepteerd.
Ophalen:
Gratis ophalen op deze locatie: Delcevo, Macedonië.
Verzendkosten:
US $12,00 (ongeveer EUR 10,29) Flat Rate Freight.
Bevindt zich in: Delcevo, Macedonië
Levering:
Geschatte levering tussen wo, 10 sep en wo, 24 sep tot 94104
Bij geschatte leveringsdatums - nieuw venster of tabblad wordt rekening gehouden met de verwerkingstijd van de verkoper, de postcode van de verzendlocatie, de postcode van de bestemming, en het moment van aanvaarding. Geschatte leveringsdatums zijn ook afhankelijk van de geselecteerde verzendservice en de ontvangst van de betalingbetaling ontvangen - nieuw venster of tabblad. De leveringstermijnen kunnen variëren, vooral gedurende piekperiodes.
Retourbeleid:
30 dagen om te retourneren. Koper betaalt voor retourzending Als u een eBay-verzendlabel gebruikt, wordt dit in mindering gebracht op het terugbetalingsbedrag.
Betalingen:
     Diners Club

Winkel met vertrouwen

Geld-terug-garantie van eBay
Ontvang het object dat u hebt besteld of krijg uw geld terug. Meer informatieGeld-terug-garantie van eBay - nieuw venster of tabblad
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.
eBay-objectnummer:285460209576
Laatst bijgewerkt op 15 feb 2024 03:40:03 CETAlle herzieningen bekijkenAlle herzieningen bekijken

Specificaties

Objectstaat
Vrijwel nieuw: Een boek dat er als nieuw uitziet, maar al wel is gelezen. De kaft is niet zichtbaar ...
ISBN
9781617296956

Over dit product

Product Identifiers

Publisher
Manning Publications Co. LLC
ISBN-10
1617296953
ISBN-13
9781617296956
eBay Product ID (ePID)
26050390984

Product Key Features

Number of Pages
448 Pages
Language
English
Publication Name
Spring Microservices in Action
Subject
Web / Web Services & APIs, Programming Languages / Java, Programming / Object Oriented, General
Publication Year
2021
Type
Textbook
Author
Illary Sanchez, John Carnell
Subject Area
Mathematics, Computers
Format
Trade Paperback

Dimensions

Item Height
1 in
Item Weight
29.3 Oz
Item Length
9.3 in
Item Width
7.3 in

Additional Product Features

Edition Number
2
LCCN
2021-287784
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.2762
Synopsis
Spring Microservices in Action, Second Edition teaches you to build microservice-based applications using Java and Spring. Summary By dividing large applications into separate self-contained units, Microservices are a great step toward reducing complexity and increasing flexibility. Spring Microservices in Action, Second Edition teaches you how to build microservice-based applications using Java and the Spring platform. This second edition is fully updated for the latest version of Spring, with expanded coverage of API routing with Spring Cloud Gateway, logging with the ELK stack, metrics with Prometheus and Grafana, security with the Hashicorp Vault, and modern deployment practices with Kubernetes and Istio. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Building and deploying microservices can be easy in Spring! Libraries like Spring Boot, Spring Cloud, and Spring Cloud Gateway reduce the boilerplate code in REST-based services. They provide an effective toolbox to get your microservices up and running on both public and private clouds. About the book Spring Microservices in Action, Second Edition teaches you to build microservice-based applications using Java and Spring. You'll start by creating basic services, then move to efficient logging and monitoring. Learn to refactor Java applications with Spring's intuitive tooling, and master API management with Spring Cloud Gateway. You'll even deploy Spring Cloud applications with AWS and Kubernetes. What's inside Microservice design principles and best practices Configuration with Spring Cloud Config and Hashicorp Vault Client-side resiliency with Resilience4j, and Spring Cloud Load Balancer Metrics monitoring with Prometheus and Grafana Distributed tracing with Spring Cloud Sleuth, Zipkin, and ELK Stack About the reader For experienced Java and Spring developers. About the author John Carnell is a senior cloud engineer with 20 years of Java experience. Illary Huaylupo Sánchez is a software engineer with over 13 years of experience. Table of Contents 1 Welcome to the cloud, Spring 2 Exploring the microservices world with Spring Cloud 3 Building microservices with Spring Boot 4 Welcome to Docker 5 Controlling your configuration with the Spring Cloud Configuration Server 6 On service discovery 7 When bad things happen: Resiliency patterns with Spring Cloud and Resilience4j 8 Service routing with Spring Cloud Gateway 9 Securing your microservices 10 Event-driven architecture with Spring Cloud Stream 11 Distributed tracing with Spring Cloud Sleuth and Zipkin 12 Deploying your microservices, By dividing large applications into separate self-contained units, Microservices are a great step toward reducing complexity and increasing flexibility. Spring Microservices in Action, Second Edition teaches you how to build microservice-based applications using Java and the Spring platform. This second edition is fully updated for the latest version of Spring, with expanded coverage of API routing with Spring Cloud Gateway, logging with the ELK stack, metrics with Prometheus and Grafana, security with the Hashicorp Vault, and modern deployment practices with Kubernetes and Istio. about the technology Microservices break up your code into independent interconnected services that require careful forethought and design. Fortunately, Spring Boot, Spring Cloud, and Spring Cloud Gateway simplify the tedious plumbing and infrastructure setup required for microservice applications. Spring Boot removes the boilerplate code involved with writing a REST-based service. Spring Cloud provides a suite of tools for the discovery, routing, and deployment of microservices to the enterprise and the cloud. Spring Cloud Gateway provides a clear and effective routing to APIs, with a single entry point into a system. Together, they make it a snap to spin up Spring applications as microservices and wire them together into a reliable, scalable system. about the book Fully updated and upgraded for the latest version of Spring, Spring Microservices in Action, Second Edition is an expanded revision of a Manning bestseller. In it, you''ll learn how to build microservice-based applications using Java and the Spring platform and how to efficiently monitor and log your microservices operations. Throughout the book, carefully selected real-life examples expose microservice-based patterns for configuring, routing, scaling, and deploying your services. You''ll see how Spring''s intuitive tooling can help augment and refactor existing applications with microservices and how Spring Cloud Gateway makes it easy to handle multiple APIs with a single tool. You''ll also pick up best practices for using Spring with modern deployment platforms based on Kubernetes and Istio. what''s inside Core microservice design principles Microservices best practices Using docker containers to run microservices Managing configuration with Spring Cloud Config and Hashicorp Vault for sensitive information Client-side resiliency with Hystrix, and Ribbon Managing application metrics with Prometheus and Grafana Intelligent routing using Spring Cloud Gateway Distributed tracing with Spring Cloud Sleuth, Zipkin and ELK Stack Deploying Spring Cloud applications with Kubernetes and Istio about the reader This book is written for developers with Java and Spring experience. about the authors John Carnell is a senior cloud engineer with twenty years of experience in Java. Illary Huaylupo Sánchez is a software engineer with an MBA in IT management and over twelve years of experience in Java.
LC Classification Number
QA76.73.J38

Objectbeschrijving van de verkoper

Over deze verkoper

dimitrovski

100% positieve feedback178 objecten verkocht

Lid geworden op mei 2018
Reageert meestal binnen 24 uur
Geregistreerd als particuliere verkoperDus de consumentenrechten die voortvloeien uit EU-wetgeving voor consumentenbescherming zijn niet van toepassing. eBay-kopersbescherming geldt nog steeds voor de meeste aankopen.

Gedetailleerde verkopersbeoordelingen

Gemiddelde van de afgelopen 12 maanden
Nauwkeurige beschrijving
5.0
Redelijke verzendkosten
4.5
Verzendtijd
4.2
Communicatie
5.0

Feedback verkoper (37)

Alle beoordelingen
Positief
Neutraal
Negatief
  • *****- Feedback gegeven door koper.
    Afgelopen maand
    Geverifieerde aankoop
    Good
  • *****- Feedback gegeven door koper.
    Afgelopen maand
    Geverifieerde aankoop
    Have purchased several books from this seller and have never been disappointed with the price, delivery and product.
  • *****- Feedback gegeven door koper.
    Afgelopen maand
    Geverifieerde aankoop
    Have purchased several books from this seller and have never been disappointed with the price, delivery and product.
Dit is een privé-aanbieding en uw identiteit wordt alleen bekendgemaakt aan de verkoper.