Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Microservices for Architects

Price
1,170 USD
2 Days
EJJF-725
Classroom Training
Other

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 20-May-2024 to 21-May-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,170 USD
  • Date: 29-Jul-2024 to 30-Jul-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,170 USD
View Global Schedule

Course Description

Overview

This course is designed to help the attendees understand the value proposition and technical aspects of microservices. You will learn about the pros and cons of breaking up the monolithic type of applications prevalent in the enterprise space and converting them into microservices-based solutions. Details analysis of some of the common patterns and motivation for using them in microservices architecture is also provided.

 

This course is one step in the following Learning Journey:

  1. Java - Core

Objectives

Upon completion of the course, students will be able to:
  • Design, develop and integrate microservices

Audience


 

Prerequisites


     

Topics

  • Chapter 1. Breaking Up Monoliths – Pros and Cons
    • Traditional Monolithic Applications and Their Place
    • Disadvantages of Monoliths
    • Developer's Woes
    • Architecture Modernization
    • Architecture Modernization Challenges
    • Microservices Architecture is Not a Silver Bullet!
    • What May Help?
    • In-Class Discussion
    • Summary
  • Chapter 2. Microservices
    • What is a 'Microservice'?
    • Unix Analogy
    • Principles of Microservices
    • Services within an SOA vs Microservices
    • Properties and Attributes of Microservices
    • Benefits of Using Microservices
    • The Two-Pizza Teams
    • Beware of Microservices Cons
    • Anti-Pattern: Nanoservices
    • The Twelve-Factor App Methodology
    • The Select Factors
    • Serverless Computing
    • Microservices – Operational Aspects
    • Summary
  • Chapter 3. Microservices Architecture Defined
    • The Microservices Architecture
    • SOA Promises and Expectations
    • Microservices Architecture vs SOA
    • The ESB Connection
    • Microservices Architecture Benefits
    • Microservices Architecture Choices and Attributes
    • Example: On-Line Banking Solution Based on MsA
    • Distributed Computing Challenges
    • Replaceable Component Architecture
    • The Actor Model
    • MapReduce Distributed Computing Framework
    • Hadoop's MapReduce Word Count Job Example
    • What Can Make a Microservices Architecture Brittle?
    • 4+1 Architectural View Model
    • Summary
  • Chapter 4. Containerization Systems for Microservices
    • Infrastructure as Code
    • Why Not Just Deploy My Code Manually?
    • What is Docker
    • Docker Containers vs Traditional Virtualization
    • Docker is a Platform-as-a-Service
    • Docker Integration
    • Docker Services
    • Docker Application Container Public Repository
    • Container Registries
    • Your Own Docker Image Registry
    • Starting, Inspecting, and Stopping Docker Containers
    • One Process per Container
    • The Dockerfile
    • Kubernetes
    • What is OpenShift
    • Summary
  • Chapter 5. Commonly Used Patterns
    • Why Use Patterns?
    • Performance-Related Patterns
    • More Performance-Related Patterns
    • Pagination vs. Infinite Scrolling - UX Lazy Loading
    • Integration Patterns
    • More Integration Patterns
    • The Service Mesh Integration Pattern
    • Mesh Pros and Cons
    • Service-to-Service Communication with Mesh
    • Resilience-Related Patterns
    • Summary
  • Chapter 6. API Management
    • API Management Defined
    • The Traditional Point-to-point Integration Example
    • It Raises Some Questions …
    • The Facade Design Pattern
    • API Management Conceptual Diagram
    • Complimentary Services for Microservices
    • What Else is Needed?
    • The Driving Forces
    • API Management Offerings
    • The Mashery API Management System Overview
    • AWS API Gateway Call Flow
    • Summary
  • Chapter 7. Designing and Implementing Microservices
    • Two Types of IT Projects
    • What is In Scope for a Robust Microservices Design?
    • Scoping Your Microservice via the Bounded Context
    • Scoping Your Solution's Microservices Architecture
    • External / Shared and Internal Service Models
    • General Architectural and Software Process Organizational Principles
    • Loose Coupling, the OOD Perspective
    • Crossing Process Boundary is Expensive!
    • Cross Cutting Concerns
    • More Cross Cutting Concerns
    • To Centralize or Decentralize Client Access?
    • Decentralized Client Access
    • Centralized Client Access
    • The Facade Pattern
    • The Facade Service Conceptual Diagram
    • The Naked Objects Architectural Pattern
    • When to Use Naked Objects Pattern
    • Dealing with the State
    • How Can I Maintain State?
    • Micro Front-ends (a.k.a. MicroUI)
    • How can MicroUI Help Me?
    • Your Clients Are Diverse
    • The 'Rich Client' - 'Thin Server' Paradigm
    • The 'Rich Client' - 'Thin Server' Architecture
    • RIA as a Driving Force to Turn the 'Thin Server' into a Set of Microservices
    • Design for Failure
    • Managing Failures Effectively
    • The Immutable Infrastructure Principle
    • Implementing Microservices
    • JAX-RS
    • Microservice-Oriented Application Frameworks and Platforms
    • Embedding Databases
    • Embedded Java Databases
    • Summary
  • Chapter 8. Microservices Integration
    • One Common Observation
    • The “One Service - One Host” Deployment
    • Things to Consider when Integrating
    • Technology Options
    • The Data Exchange Interoperability Options
    • The Correlation ID
    • Enterprise Integration Patterns
    • Asynchronous Communication
    • Benefits of Message-Oriented Middleware (MOM)
    • Asynchronous Communication Models
    • Message Brokers
    • A Message Broker Diagram
    • Asynchronous Message Consumption Patterns
    • Popular Messaging Systems
    • Challenges of Managing Microservices
    • Options for Managing Microservices
    • In-Class Discussion
    • Summary
  • Chapter 9. Working with Data in Microservices
    • Monolithic Databases
    • The Traditional Two-phase Commit (2PC) Protocol
    • Table Sharding and Partitioning
    • The CAP Theorem
    • Mechanisms to Guarantee a Single CAP Property
    • The CAP Triangle
    • Eventual Consistency
    • Handling Transactions in Microservices Architecture
    • The Event-Driven Data Sharing Diagram
    • The Saga Pattern
    • The Saga Log and Execution Coordinator
    • The Saga Happy Path
    • A Saga Compensatory Request Example
    • In-Class Discussion
    • The Need for Micro Databases
    • Migrating Data from Existing Databases (Breaking up the Monolith Database)
    • One Data Migration Approach
    • One Data Migration Approach (Cont'd)
    • In-Class Discussion
    • Command Query Responsibility Segregation (CQRS)
    • The CQRS Communications Diagram
    • A Word of Caution
    • The Event Sourcing Pattern
    • Event Sourcing Example
    • Applying Efficiencies to Event Sourcing
    • Summary
  • Chapter 10. Robust Microservices
    • What Can Make a Microservices Architecture Brittle?
    • Making it Resilient – Mechanisms
    • Techniques and Patterns for Making Your Microservices Robust
    • Fail Fast or Quiesce?
    • Synchronous Communication Timeouts / Retries
    • Asynchronous Communication Timeouts / Retries
    • In-Class Discussion
    • The Circuit Breaker Pattern
    • The Circuit Breaker Pattern Diagram
    • The Bulkhead Pattern
    • Factor IX of the 12 App Methodology
    • Feature Enablement
    • Designing for Test and Failure
    • Making Microservices Testable
    • Test for Failure
    • Continuous Testing and Integration
    • Continuous Release and Deployment
    • SLAs
    • Where and What to Monitor
    • Logging and Monitoring
    • Summary
  • Labs
    • Lab 1 - Monolith vs Microservices Design
    • Lab 2 - Using Databases with Microservices
    • Lab 3 - The Event Sourcing Pattern
  • 2023 Top 20 Training Industry Company - IT Training

    Need Help?

    Call us at 877-206-0106 or e-mail us at info@learnquest.com

    Personalized Solutions

    Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

    Contact Us

    Need Help?

    Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

    Talk to us

    20% Off All AI Training Courses

    Achieve more with AI-powered tools and strategies.

    PROMO CODE: AI20
    VALID THROUGH APRIL 30, 2024

    20% Off All AI Training Courses

    Self-Paced Training Info

    Learn at your own pace with anytime, anywhere training

    • Same in-demand topics as instructor-led public and private classes.
    • Standalone learning or supplemental reinforcement.
    • e-Learning content varies by course and technology.
    • View the Self-Paced version of this outline and what is included in the SPVC course.
    • Learn more about e-Learning

    Course Added To Shopping Cart

    bla

    bla

    bla

    bla

    bla

    bla

    Self-Paced Training Terms & Conditions

    ??spvc-wbt-warning??
    ??group-training-form-area??
    ??how-can-we-help-you-area??
    ??personalized-form-area??
    ??request-quote-area??

    Sorry, there are no classes that meet your criteria.

    Please contact us to schedule a class.
    Close

    self-paced
    STOP! Before You Leave

    Save 0% on this course!

    Take advantage of our online-only offer & save 0% on any course !

    Promo Code skip0 will be applied to your registration

    Close
    Nothing yet
    here's the message from the cart

    To view the cart, you can click "View Cart" on the right side of the heading on each page
    Add to cart clicker.

    Purchase Information

    ??elearning-coursenumber?? ??coursename??
    View Cart

    Need more Information?

    Speak with our training specialists to continue your learning journey.

     

    Delivery Formats

    Close

    By submitting this form, I agree to LearnQuest's Terms and Conditions

    heres the new schedule
    This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
    Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.