Skip to content

Instantly share code, notes, and snippets.

@berkdulger
Created December 23, 2020 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berkdulger/1c7af4df3238d4a6ad798710e7fafba2 to your computer and use it in GitHub Desktop.
Save berkdulger/1c7af4df3238d4a6ad798710e7fafba2 to your computer and use it in GitHub Desktop.
Training
Introduction to Web Services
HTTP Protocol
Web Services - Key Terminology
SOAP Web Services
RESTful Web Services
SOAP vs RESTful Comparison
Understand Modern Microservices Architecture
The Traditional Monolith Application
What are Microservices?
Adopting Microservices in Your Organization
Microservice Architecture and Design
Getting Started with Docker
Introduction to Virtualization, Containerization and Docker
Docker Installation and Toolstack on Linux
Command and Control Containers; Docker Images, Repository, Volume and Networking Management
Multi-Container Management; Docker Compose
Containerizing Java Spring Boot Basic App with Docker
Setting up Spring Boot Basic App Rest API in Local
Build Docker Image for Basic App Rest API
Understanding Docker Image Layers, Caching and Dockerfile Instructions
Using Dockerfile Spotify Plugin to Create Docker Images
Improving Caching of Docker Images by Adding Libraries in a Separate Step
Using JIB Plugin to Create Docker Images
Using Fabric8 Docker Maven Plugin to Create Docker Images
Containerizing Java Spring Boot Todo Web Application using MySQLwith Docker
Setting up Spring Boot Todo Web Application in Local
Create Docker Image for Spring Boot Todo Web Application
Connect Spring Boot Todo Web App to MySQL on Local
Docker Networking - Creating a Custom Network and Connect MySQL and Web Application to the network
Docker Volumes to Persist Data
Playing with Docker Compose
Eureka Naming Service with Spring Boot Microservices and Docker
Understanding the need for Service Registry
Create Docker Images for Eureka Naming Server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment