Certificate Authentication

Kurs zawodowy dla programistów systemów informatycznych i kontroli: Część 2 – Systems and Service Architecture - Microservices Architecture Certificate for Adrian Ochmann

Add to LinkedIn

Certificate ID: 
557095
Authentication Code: 
8c635
Certified Person Name: 
Adrian Ochmann
Trainer Name: 
Dawid Borycki
Duration Days: 
2
Duration Hours: 
14
Course Name: 
Kurs zawodowy dla programistów systemów informatycznych i kontroli: Część 2 – Systems and Service Architecture - Microservices Architecture
Course Date: 
8 August 2018 09:00 to 9 August 2018 16:00
Venue: 
Opole, 8-9.08.2018
Course Outline: 

Quick overview of traditional approaches

  1. Monolithic systems
  2. System of Systems
  3. Early service orientation (EAI, CORBA, etc...)
  4. Early webservices (SOAP, etc...)
  5. Service Oriented Architecture (SOA)
  6. Microservices

Design concepts and tradesoff

  1. Flexibility and Complexity tradeoff
  2. Cohesion, Coupling
  3. Hidden dependencies vs explicit dependencies
  4. Small system vs Big System
  5. Module/Component vs Service

Generic SOA

  1. Benefit and Costs of SOA
  2. Successes and failures in implementing SOA
  3. Messaging and ESB
  4. Infrastructure and tools supporting SOA

Microservices and implementation of SOA - concepts

  1. Do one thing and do it well
  2. Microservice vs Service
  3. DevOps
  4. Continuous Deployment and Delivery
  5. Lightweight protocols

Microservice protocols and tools

  1. HTTP, JMS, AMQP, Websockets, JSON, etc...
  2. Deployment
    1. Containers (Docker, K8N, LXC, etc...)
    2. Configuration Management (Ansible, etc...)
  3. Monitoring and Management
  4. Infrastructure

Cloud and Auto Scalability

  1. Microservice redundancy and fail-over
  2. Performance scalability
  3. Auto scalability
  4. Implement: OpenStack, AWS, etc....

Real problems

  1. Complexity of ecosystem
  2. Network Performance
  3. Security
  4. Deployment
  5. Testing
  6. Nano-services