Backend Master Class [Go + Postgres + Kubernetes + AWS]

Finally, my Backend Master Class course is completed and published on Udemy. You can use this link to get it for free and earn a certificate (5 days only, expires Feb 4th): https://bit.ly/backendclass

In this course, you will learn step-by-step how to…


This content originally appeared on DEV Community and was authored by TECH SCHOOL

Finally, my Backend Master Class course is completed and published on Udemy. You can use this link to get it for free and earn a certificate (5 days only, expires Feb 4th): https://bit.ly/backendclass

In this course, you will learn step-by-step how to design, develop and deploy a backend web service from scratch. I believe the best way to learn programming is to build a real application. Therefore, throughout the course, you will learn how to build a backend web service for a simple bank. It will provide APIs for the frontend to do the following things:

  • Create and manage bank accounts.
  • Record all balance changes to each of the accounts.
  • Perform a money transfer between 2 accounts.

The programming language we will use to develop the service is Golang, but the course is not just about coding in Go. The course is divided into 3 main parts:

  1. In the first part, you will learn deeply about how to design the database, generate codes to talk to the DB in a consistent and reliable way using transactions, understand the DB isolation levels, and how to use it correctly in production. Besides the database, you will also learn how to use Docker for local development, how to use Git to manage your codes, and how to use Github Action to run unit tests automatically.

  2. In the second part, you will learn how to build a set of RESTful HTTP APIs using Gin - one of the most famous Golang frameworks for building web services. This includes everything from loading app configs, mocking DB for more robust unit tests, handling errors, authenticating users, and securing the APIs with JWT and PASETO access tokens. 

  3. In the last part, you will learn how to build your app with Docker and deploy it to a production Kubernetes cluster on AWS. The lectures are very detailed with a step-by-step guide, from how to build a minimal docker image, set up a free-tier AWS account, create a production database, store and retrieve production secrets, create a Kubernetes cluster with EKS, use Github Action to automatically build and deploy the image to the EKS cluster, buy a domain name and route the traffics to the service, secure the connection with HTTPs and auto-renew SSL/TLS certificate from Let's Encrypt.

This course is designed with a lot of details, so that everyone, even with very little programming experience can understand and do it by themselves. I strongly believe that after the course, you would be able to work much more confidently and effectively in your projects.

If you like the course, please give me some meaningful feedback on Udemy, and feel free to share it with your friends and colleagues. And don't forget to check out my channel for more videos & courses: https://techschool.guru/


This content originally appeared on DEV Community and was authored by TECH SCHOOL


Print Share Comment Cite Upload Translate Updates
APA

TECH SCHOOL | Sciencx (2022-01-30T10:41:14+00:00) Backend Master Class [Go + Postgres + Kubernetes + AWS]. Retrieved from https://www.scien.cx/2022/01/30/backend-master-class-go-postgres-kubernetes-aws/

MLA
" » Backend Master Class [Go + Postgres + Kubernetes + AWS]." TECH SCHOOL | Sciencx - Sunday January 30, 2022, https://www.scien.cx/2022/01/30/backend-master-class-go-postgres-kubernetes-aws/
HARVARD
TECH SCHOOL | Sciencx Sunday January 30, 2022 » Backend Master Class [Go + Postgres + Kubernetes + AWS]., viewed ,<https://www.scien.cx/2022/01/30/backend-master-class-go-postgres-kubernetes-aws/>
VANCOUVER
TECH SCHOOL | Sciencx - » Backend Master Class [Go + Postgres + Kubernetes + AWS]. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/01/30/backend-master-class-go-postgres-kubernetes-aws/
CHICAGO
" » Backend Master Class [Go + Postgres + Kubernetes + AWS]." TECH SCHOOL | Sciencx - Accessed . https://www.scien.cx/2022/01/30/backend-master-class-go-postgres-kubernetes-aws/
IEEE
" » Backend Master Class [Go + Postgres + Kubernetes + AWS]." TECH SCHOOL | Sciencx [Online]. Available: https://www.scien.cx/2022/01/30/backend-master-class-go-postgres-kubernetes-aws/. [Accessed: ]
rf:citation
» Backend Master Class [Go + Postgres + Kubernetes + AWS] | TECH SCHOOL | Sciencx | https://www.scien.cx/2022/01/30/backend-master-class-go-postgres-kubernetes-aws/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.