Muestra
  • Microservices for Beginners

  • Patterns and Best Practices to Start Building Scalable, Maintenable and Testable Microservices
  • De: Aaron Hudson
  • Narrado por: Tyler McGuire
  • Duración: 3 h y 25 m

Prime logotipo Exclusivo para miembros Prime: ¿Nuevo en Audible? Obtén 2 audiolibros gratis con tu prueba.
Elige 1 audiolibro al mes de nuestra inigualable colección.
Escucha todo lo que quieras de entre miles de audiolibros, Originals y podcasts incluidos.
Accede a ofertas y descuentos exclusivos.

Microservices for Beginners

De: Aaron Hudson
Narrado por: Tyler McGuire
Prueba por $0.00

$14.95 al mes después de 30 días. Cancela en cualquier momento.

Compra ahora por $14.95

Compra ahora por $14.95

la tarjeta con terminación
Al confirmar tu compra, aceptas las Condiciones de Uso de Audible y el Aviso de Privacidad de Amazon. Impuestos a cobrar según aplique.

Grandes primeros Títulos

The DevOps Handbook, Second Edition Audiolibro Por Gene Kim, Jez Humble, Patrick Debois, John Willis, Nicole Forsgren arte de portada
The DevOps Handbook, Second Edition De: Gene Kim, y otros
Clean Architecture Audiolibro Por Robert C. Martin arte de portada
Clean Architecture De: Robert C. Martin
Software Engineering at Google Audiolibro Por Titus Winters, Tom Manshreck, Hyrum Wright arte de portada
Software Engineering at Google De: Titus Winters, y otros
Fundamentals of Software Architecture Audiolibro Por Mark Richards, Neal Ford arte de portada
Fundamentals of Software Architecture De: Mark Richards, y otros
Building Microservices Audiolibro Por Sam Newman arte de portada
Building Microservices De: Sam Newman
Site Reliability Engineering Audiolibro Por Betsy Beyer, Chris Jones, Jennifer Petoff, Niall Richard Murphy arte de portada
Site Reliability Engineering De: Betsy Beyer, y otros
Monolith to Microservices Audiolibro Por Sam Newman arte de portada
Monolith to Microservices De: Sam Newman
Solutions Architect's Handbook Audiolibro Por Saurabh Shrivastava, Neelanjali Srivastav arte de portada
Solutions Architect's Handbook De: Saurabh Shrivastava, y otros
Microservices Patterns Audiolibro Por Chris Richardson arte de portada
Microservices Patterns De: Chris Richardson
Operations Anti-Patterns, DevOps Solutions Audiolibro Por Jeffery D. Smith arte de portada
Operations Anti-Patterns, DevOps Solutions De: Jeffery D. Smith
SQL: The Ultimate and Simplifed Beginner's Guide to Mastery SQL Programming Step by Step - 2020 Edition Audiolibro Por Johnny Page arte de portada
SQL: The Ultimate and Simplifed Beginner's Guide to Mastery SQL Programming Step by Step - 2020 Edition De: Johnny Page
Data Science: The Ultimate Guide to Data Analytics, Data Mining, Data Warehousing, Data Visualization, Regression Analysis, Database Querying, Big Data for Business and Machine Learning for Beginners Audiolibro Por Herbert Jones arte de portada
Data Science: The Ultimate Guide to Data Analytics, Data Mining, Data Warehousing, Data Visualization, Regression Analysis, Database Querying, Big Data for Business and Machine Learning for Beginners De: Herbert Jones
Computer Networking First Step Audiolibro Por Tim Wired arte de portada
Computer Networking First Step De: Tim Wired
Core Kubernetes Audiolibro Por Jay Vyas, Chris Love arte de portada
Core Kubernetes De: Jay Vyas, y otros
Data Science Audiolibro Por Herbert Jones arte de portada
Data Science De: Herbert Jones
AWS: A Comprehensive Guide to Mastering Amazon Web Services Audiolibro Por Aaron Hudson arte de portada
AWS: A Comprehensive Guide to Mastering Amazon Web Services De: Aaron Hudson
Python Machine Learning Audiolibro Por Arthur Ike Smith arte de portada
Python Machine Learning De: Arthur Ike Smith
Essential CSSLP Exam Guide: Updated for the 2nd Edition Audiolibro Por Phil Martin arte de portada
Essential CSSLP Exam Guide: Updated for the 2nd Edition De: Phil Martin
Essential CISA Exam Guide: Updated for the 26th Edition Audiolibro Por Phil Martin arte de portada
Essential CISA Exam Guide: Updated for the 26th Edition De: Phil Martin
Blockchain Audiolibro Por Matthew Connor arte de portada
Blockchain De: Matthew Connor
Business Intelligence for Dummies Audiolibro Por Swain Scheps arte de portada
Business Intelligence for Dummies De: Swain Scheps
Machine Learning for Beginners Audiolibro Por Chris Sebastian arte de portada
Machine Learning for Beginners De: Chris Sebastian
Deep Learning Audiolibro Por Gabriel Baker arte de portada
Deep Learning De: Gabriel Baker
Micro Frontends in Action Audiolibro Por Michael Geers arte de portada
Micro Frontends in Action De: Michael Geers
The KCNA Book Audiolibro Por Nigel Poulton arte de portada
The KCNA Book De: Nigel Poulton
Microservices Architecture Handbook: Non-Programmer's Guide for Building Microservices Audiolibro Por Stephen Fleming arte de portada
Microservices Architecture Handbook: Non-Programmer's Guide for Building Microservices De: Stephen Fleming
Microservices with Kubernetes: Non-Programmer’s Handbook Audiolibro Por Stephen Fleming arte de portada
Microservices with Kubernetes: Non-Programmer’s Handbook De: Stephen Fleming
Reactive Design Patterns Audiolibro Por Dr. Roland Kuhn, Brian Hanafee, Jamie Allen arte de portada
Reactive Design Patterns De: Dr. Roland Kuhn, y otros
Kubernetes Handbook: Non-Programmer’s Guide to Deploy Applications with Kubernetes Audiolibro Por Stephen Fleming arte de portada
Kubernetes Handbook: Non-Programmer’s Guide to Deploy Applications with Kubernetes De: Stephen Fleming
The Data-Centric Revolution Audiolibro Por Dave McComb arte de portada
The Data-Centric Revolution De: Dave McComb

Resumen del Editor

You are one click away from learning how to leverage the power of microservices to design, build, deploy, and maintain scalable and maintainable applications with ease!

They say breaking big tasks into small, simple, and doable tasks is the secret to getting stuff done fast.

In the tech world, nothing represents this concept of breaking big tasks/goals/projects into small, bit sized tasks (modular components/services) that can be done by multiple people and teams than macroservices.

And the truth is, microservice technologies are evolving very fast, with distributed systems becoming more fine-grained in the last decade, shifting from monolithic applications to self-contained microservices.

However, while microservices are indeed great for designing, building, deploying, maintaining, and scaling complex applications fast, these systems can be challenging to understand and put together to work as efficiently as expected.

If you are new to the whole concept of microservices, I know you are probably wondering....

  • So, what are the benefits of using microservices?
  • Why should you use microservices/what makes them so special?
  • How can you use microservices security patterns in the real world?
  • How can you design and develop microservices that function properly?
  • How do you troubleshoot everything?
  • And how can you apply the most modern techniques around messaging technologies and to overcome inter-service communication problems?

If you have any of these and any other related questions, this book is for you so keep listening, as this detailed yet simple guide will show you the grounding concepts while diving into current solutions for integrating, modeling, deploying, testing, and monitoring your own autonomous services.

More precisely, inside this book, you will learn:

  • The basics of microservices, including what they are, the approach behind microservices, the evolution of microservices, and the features of microservices
  • How communication works in microservices, including factors to consider for microservices architecture building
  • The ins and outs of a service-oriented architecture, including the microservices drawbacks and the secret benefits of using microservices
  • The architecture mindset on microservices
  • How to design scalable backend infrastructures from scratch
  • Everything you need to know about integration of microservices and the difference between orchestration and choreography
  • The ins and out of representational state transfer, including the downsides to remainder over HTTP and the complexities of asynchronous architectures
  • How to use DRY and perils of code reuse in a microservice
  • All about versioning and how it is used in microservices
  • The API composition, the UI fragment composition and backends for frontends
  • How to test microservices, including solution examinations, end-to-end tests, trade-offs and implementing service tests
  • Monitoring microservices, including the ins and outs of solitary service, single server
  • Cascading failures and how to deal with them
  • Everything you need to know
©2020 Aaron Hudson (P)2020 Aaron Hudson
  • Versión completa Audiolibro

Lo que los oyentes dicen sobre Microservices for Beginners

Calificaciones medias de los clientes

Reseñas - Selecciona las pestañas a continuación para cambiar el origen de las reseñas.