Backend Master Class [Golang + Postgres + Kubernetes + Grpc]
Last updated 9/2024
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 6.78 GB | Duration: 18h 45m
Learn everything about backend web development: Golang, Postgres, Redis, Gin, gRPC, Docker, Kubernetes, AWS, CI/CD
What you'll learn
Design database schema using DBML and automatically generate SQL code from it
Deeply understand the DB isolation levels, transactions and how to avoid deadlock
Automatically generate Golang code to interact with the database
Develop a RESTful backend web service using the Gin framework
Secure the APIs with user authentication, JWT and PASETO
Write stronger test set with high coverage using interfaces and mocking
Build a minimal Docker image for deployment and use Docker-compose for development
Set up Github Action to automatically build and deploy the app to AWS Kubernetes cluster
Register a domain and config Kubernetes ingress to route traffic to the web service
Enable automatic issue & renew TLS certificate for the domain with Let's Encrypt
Take your web service to the next level with gRPC and gRPC gateway
Run background workers to process tasks asynchronously with Redis and Asynq
Requirements
Only basic programming skill is needed
If you're new to Go, I suggest learning its syntax first on the "Tour of Go" website