diegoclair / microservices-codeeducation

Developing modern and scalable applications with microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservices by Code Education

CodeEducationTitle

Developing modern and scalable applications with microservices
The digital transformation begin at the developer

GitHub last commit GitHub languages count Made by Diego Clair

πŸ“ Project

In this training we'll develop an application like Netflix, where the user will be able to create an account, to make a subscription, look for a movie and watch them.

πŸ’» Features

We are going to develop the following microservices:

  • Authentication Single Sign On:
    Single-Sign-On

  • User Subscription:
    User-Subscription

  • Search:
    Search

  • Video Catalog:
    Video-catalog

  • Encoding videos:
    Encoding-video

Status

In development 🚧

πŸ‘¨β€πŸ’» Technologies and content

  • Software Architecture 🚧

    • Introduction βœ…
    • Monolitic architecture βœ…
    • Microservice architecture βœ…
    • Microservice communication types βœ…
    • SOLID βœ…
    • DDD βœ…
  • Devops 🚧

    • Docker βœ…
    • GitFlow βœ…
    • CI (Continuous Integration) βœ…
      • CI using Google CloudBuild βœ…
    • Kubernetes βœ…
      • Kubernetes using GCP (Google Cloud Plataform)
    • CD βœ…
  • Programming languages πŸ•’

  • Messaging Queues πŸ•’

  • Databases πŸ•’

🚧 Extras

In this repo, you'll find the challenges that I did during the course.

  • Repo challenge 01 - Docker πŸ³βœ…:

    • Challenges:
      • Publishing a Laravel image to dockerhub
      • Using Dockerize template to define environment variables for nginx image in docker-compose.yaml
  • Repo challenge 02 - Docker πŸ³βœ…:

    • Challenges:
      • Publishing a Golang image to dockerhub that print the text: 'Code.education Rocks!'
  • (CI) Continuous Integration challenge:

    • Challenges:
      • Repo: Create a docker-compose image and push to GCP Container Register.
      • Implement CI process at Laravel Repo to each pull request created and to any branch.
  • Repo challenge 03 - CI an Docker πŸ³βœ…:

    • Challenges:
      • Create a project in Go with a function soma and add a test for it.
      • Implement the CI process that will execute the unit test, generate and push the image to GCP Container Register and with trigger with github repo to start CI process when execute any push to any branch.
  • Repo challenge 04 - Kubernetes βœ…:

    • Challenge 01 Create a kubernets service with nginx image that returns the message Code.education Rocks.
    • Challenge 02 - Kubernetes with mysql, using persistent volume and secret with environment variables.
    • Challenge 03 Create a webserver that returns a bold string Code.education Rocks. with test, CI process and kubernetes.
  • Repo challenge 05 - Kubernetes hpa (Horizontal Pod Autoscaler) βœ…

About

Developing modern and scalable applications with microservices


Languages

Language:PHP 60.0%Language:Go 34.2%Language:Dockerfile 2.4%Language:Blade 2.2%Language:Shell 1.2%