
In this section you will get to know how is the course structured.
A short demo of our platform
This lecture will present you the prerequisites that you need to have in order to continue with the course.
Have a climpse of what our architecture will look like, and what could've been the alternatives.
Getting our auth project ready for development.
In this lecture, you're gonna learn about what are CI pipelines, how to implement them using gitlab platform, and how to build coker images and push them to a private docker repo.
In this course you will learn how to :
build a scalable platform, from scratch
using microservice architecture using spring boot with Java 11
create a frontend app that presents information stored in backend services, using angular 9
and deploy everything to a Google Kubernetes cluster (GKE)
all of these while automating the process using CI/CD pipelines from GitLab.
You will also learn to:
secure the connection between frontend and backend using TLS (https - encrypted communication) and
also secure backend endpoints using ROLE based security (with Spring Security and JWT - json web token)
use POSTMAN for request testing
build/publish Docker images