
010 How to create and verify JWT & PASETO token in Golang.mp4 - 184 MB

003 Mock DB for testing HTTP API in Go and achieve 100% coverage.mp4 - 166 MB

004 Implement transfer money API with a custom params validator.mp4 - 93.6 MB

001 Implement RESTful HTTP API in Go using Gin.mp4 - 87.6 MB

006 How to handle DB errors in Golang correctly.mp4 - 73 MB

007 How to securely store passwords Hash password in Go with Bcrypt!.mp4 - 69 MB

011 Implement login user API that returns PASETO or JWT access token in Go.mp4 - 65.2 MB

008 How to write stronger unit tests with a custom gomock matcher.mp4 - 49.9 MB

005 Add users table with unique & foreign key constraints in PostgreSQL.mp4 - 49.6 MB

002 Load config from file & environment variables in Go with Viper.mp4 - 48.1 MB

009 19-presentation-paseto-vs-jwt.pdf - 48 MB

009 Why PASETO is better than JWT for token-based authentication.mp4 - 40.3 MB

001 11-presentation-gin.pdf - 4.49 MB

003 13-presentation-db-mock.pdf - 4.28 MB

002 12-presentation-config-viper.pdf - 4.15 MB

007 17-presentation-hash-password.pdf - 4.01 MB

012 22-presentation-gin-auth-middleware.pdf - 2 MB

011 21-login-api.pdf - 522 kB

003 Mock DB for testing HTTP API in Go and achieve 100% coverage_en.srt - 39.8 kB

001 Implement RESTful HTTP API in Go using Gin_en.srt - 36.2 kB

010 How to create and verify JWT & PASETO token in Golang_en.srt - 34.3 kB

007 How to securely store passwords Hash password in Go with Bcrypt!_en.srt - 23.7 kB

009 Why PASETO is better than JWT for token-based authentication_en.srt - 22.3 kB

004 Implement transfer money API with a custom params validator_en.srt - 20.7 kB

005 Add users table with unique & foreign key constraints in PostgreSQL_en.srt - 20.5 kB

011 Implement login user API that returns PASETO or JWT access token in Go_en.srt - 20 kB

008 How to write stronger unit tests with a custom gomock matcher_en.srt - 18.6 kB

006 How to handle DB errors in Golang correctly_en.srt - 16.3 kB

002 Load config from file & environment variables in Go with Viper_en.srt - 13.4 kB

012 Implement authentication middleware and authorization rules in Golang using Gin.mp4

012 Implement authentication middleware and authorization rules in Golang using Gin_en.srt

007 Store & retrieve production secrets with AWS secrets manager.mp4 - 179 MB

010 How to deploy a web app to Kubernetes cluster on AWS EKS.mp4 - 149 MB

014 Automatic deploy to Kubernetes with Github Action.mp4 - 114 MB

004 How to create a free-tier AWS account.mp4 - 37.3 MB

011 Register a domain & set up A-record using Route53.mp4 - 33.3 MB

006 How to create a production database on AWS RDS.mp4 - 25.2 MB

008 30-presentation-kubernetes-cluster.pdf - 13.5 MB

001 23-presentation-minimal-docker-image.pdf - 1.72 MB

010 How to deploy a web app to Kubernetes cluster on AWS EKS_en.srt - 32.1 kB

014 Automatic deploy to Kubernetes with Github Action_en.srt - 20.7 kB

011 Register a domain & set up A-record using Route53_en.srt - 15.4 kB

006 How to create a production database on AWS RDS_en.srt - 14.5 kB

004 How to create a free-tier AWS account_en.srt - 10.5 kB

GetFreeCourses.Co.url - 116 B

external-links.txt - 103 B

001 How to build a small Golang Docker image with a multistage Dockerfile.mp4

001 How to build a small Golang Docker image with a multistage Dockerfile_en.srt

002 How to use docker network to connect 2 stand-alone containers.mp4

002 How to use docker network to connect 2 stand-alone containers_en.srt

003 How to write docker-compose file and control service start-up orders.mp4

003 How to write docker-compose file and control service start-up orders_en.srt

005 Auto build & push docker image to AWS ECR with Github Actions.mp4

005 Auto build & push docker image to AWS ECR with Github Actions_en.srt

007 Store & retrieve production secrets with AWS secrets manager_en.srt

008 Kubernetes architecture & How to create an EKS cluster on AWS.mp4

008 Kubernetes architecture & How to create an EKS cluster on AWS_en.srt

009 How to use kubectl & k9s to connect to a kubernetes cluster on AWS EKS.mp4

009 How to use kubectl & k9s to connect to a kubernetes cluster on AWS EKS_en.srt

012 How to use Ingress to route traffics to different services in Kubernetes.mp4

012 How to use Ingress to route traffics to different services in Kubernetes_en.srt

013 Auto issue & renew TLS certificates with cert-manager and Let's Encrypt.mp4

013 Auto issue & renew TLS certificates with cert-manager and Let's Encrypt_en.srt

013 Video-a-complete-overview-of-SSL-TLS-and-its-cryptographic-system.url

009 Deeply understand transaction isolation levels & read phenomena.mp4 - 152 MB

002 Install & use Docker + Postgres + TablePlus to create DB schema.mp4 - 139 MB

004 Generate CRUD Golang code from SQL Compare dbsql, gorm, sqlx & sqlc.mp4 - 135 MB

005 Write unit tests for database CRUD with random data in Golang.mp4 - 132 MB

007 DB transaction lock & How to handle deadlock in Golang.mp4 - 123 MB

010 Setup Github Actions for Golang + Postgres to run automated tests.mp4 - 114 MB

006 A clean way to implement database transaction in Golang.mp4 - 112 MB

008 How to avoid deadlock in DB transaction Queries order matters!.mp4 - 77.1 MB

003 How to write & run database migration in Golang.mp4 - 74.6 MB

001 Design DB schema and generate SQL code with dbdiagram.io.mp4 - 66 MB

009 09-presentation-transaction-isolation.pdf - 27.9 MB

004 04-presentation-sqlc-crud.pdf - 12.6 MB

006 06-presentation-db-transaction.pdf - 10.7 MB

003 03-presentation-db-migration.pdf - 6.67 MB

001 01-presentation-backend-master-class.pdf - 4.87 MB

002 02-presentation-docker-postgres-table-plus.pdf - 3.88 MB

010 10-presentation-github-action.pdf - 3.59 MB

002 trouble-shoot-root-does-not-exist.pdf - 291 kB

009 Deeply understand transaction isolation levels & read phenomena_en.srt - 44.2 kB

007 DB transaction lock & How to handle deadlock in Golang_en.srt - 38.1 kB

004 Generate CRUD Golang code from SQL Compare dbsql, gorm, sqlx & sqlc_en.srt - 32.2 kB

006 A clean way to implement database transaction in Golang_en.srt - 29.9 kB

005 Write unit tests for database CRUD with random data in Golang_en.srt - 28.9 kB

010 Setup Github Actions for Golang + Postgres to run automated tests_en.srt - 27.1 kB

002 Install & use Docker + Postgres + TablePlus to create DB schema_en.srt - 19.9 kB

008 How to avoid deadlock in DB transaction Queries order matters!_en.srt - 18.9 kB

003 How to write & run database migration in Golang_en.srt - 14.7 kB

001 Design DB schema and generate SQL code with dbdiagram.io_en.srt - 14.4 kB

external-links.txt - 1.26 kB

GetFreeCourses.Co.url - 116 B

002 Troubleshooting-role-root-doesnt-exist.url - 106 B

004 SQLC-documentation-Install-run-sqlc-on-Windows-using-Docker.url - 84 B

002 Download-Docker-Desktop-available-for-Mac-Windows-Linux-.url - 71 B

002 Other-open-source-DB-clients.url - 70 B

001 Github-repository-of-the-course.url - 64 B

004 A-tour-of-Go-for-those-whos-new-to-the-language-.url - 53 B

003 How-to-install-Go-and-set-up-Visual-Studio-Code.url - 52 B

003 How-to-make-a-beautiful-terminal-with-Oh-my-zsh-.url - 52 B

002 Join-Discord-group-to-chat-directly-with-me.url - 51 B

003 Join-Discord-group-to-ask-questions-directly.url - 51 B

004 Join-Discord-group-to-get-help-if-you-got-stuck.url - 51 B

001 Join-our-Discord-group-to-discuss-ask-questions-and-share-knowledge-with-each-other.url - 50 B

001 DB-diagram-website.url - 49 B

002 Table-Plus-website.url - 46 B

013 Partial update DB record with SQLC nullable arguments.mp4 - 129 MB

007 gRPC Gateway write code once, serve both gRPC & HTTP requests.mp4 - 119 MB

016 Write structured logs for gRPC APIs.mp4 - 115 MB

004 Define gRPC API and generate Go code with protobuf.mp4 - 106 MB

009 Automatic generate & serve swagger documentation from Go server.mp4 - 106 MB

001 How to manage user session with refresh token.mp4 - 103 MB

012 Run DB migrations directly inside Golang code.mp4 - 97.6 MB

015 Add authorization to protect gRPC API.mp4 - 96.9 MB

017 How to write HTTP logger middleware in Go.mp4 - 91.7 MB

002 Generate DB documentation page and schema SQL dump from DBML.mp4 - 66.4 MB

005 How to run a golang gRPC server and call its API.mp4 - 64 MB

006 Implement gRPC API to create and login users in Go.mp4 - 63.7 MB

014 Build gRPC update API with optional parameters.mp4 - 60.5 MB

011 Validate gRPC parameters and send humanmachine friendly response.mp4 - 58.5 MB

008 How to extract information from gRPC metadata.mp4 - 58.2 MB

010 Embed static front-end files inside Golang backend server's binary.mp4 - 45.6 MB

003 Introduction to gRPC.mp4 - 27.8 MB

001 37-presentation-session-refresh-token.pdf - 9.95 MB

003 39-presentation-grpc.pdf - 4.83 MB

016 52-presentation-grpc-logger.pdf - 4.59 MB

004 40-presentation-grpc-protobuf.pdf - 4.41 MB

008 44-grpc-metadata.pdf - 2.9 MB

005 41-presentation-grpc-server-evans-client.pdf - 1.98 MB

001 How to manage user session with refresh token_en.srt - 33.4 kB

007 gRPC Gateway write code once, serve both gRPC & HTTP requests_en.srt - 25.7 kB

013 Partial update DB record with SQLC nullable arguments_en.srt - 24.8 kB

004 Define gRPC API and generate Go code with protobuf_en.srt - 23.4 kB

011 Validate gRPC parameters and send humanmachine friendly response_en.srt - 22.8 kB

016 Write structured logs for gRPC APIs_en.srt - 22.5 kB

015 Add authorization to protect gRPC API_en.srt - 20.7 kB

006 Implement gRPC API to create and login users in Go_en.srt - 20.1 kB

014 Build gRPC update API with optional parameters_en.srt - 19.8 kB

009 Automatic generate & serve swagger documentation from Go server_en.srt - 19.2 kB

012 Run DB migrations directly inside Golang code_en.srt - 17.8 kB

010 Embed static front-end files inside Golang backend server's binary_en.srt - 15.6 kB

002 Generate DB documentation page and schema SQL dump from DBML_en.srt - 15.4 kB

017 How to write HTTP logger middleware in Go_en.srt - 15.4 kB

005 How to run a golang gRPC server and call its API_en.srt - 14.8 kB

008 How to extract information from gRPC metadata_en.srt - 12.9 kB

003 Introduction to gRPC_en.srt - 11 kB

external-links.txt - 552 B

004 Protocol-buffer-documentation.url - 82 B

007 Github-repository-of-gRPC-gateway.url - 70 B

007 gRPC-gateway-documentation-page.url - 70 B

004 gRPC-Go-Quick-Start.url - 69 B

008 Join-TECH-SCHOOLs-Discord-group.url - 51 B

010 Note-since-Go-v1.16-embedded-files-feature-is-included-in-the-language-so-no-need-statik.url

003 Why you should send async tasks to Redis within a DB transaction.mp4 - 88.8 MB

001 Implement background worker with Redis task queue.mp4 - 86.4 MB

002 Integrate async worker to Go web server.mp4 - 68 MB

001 54-presentation-async-worker.pdf - 4.07 MB

001 Implement background worker with Redis task queue_en.srt - 27.8 kB

002 Integrate async worker to Go web server_en.srt - 20.4 kB

005 What's next.html - 654 B

004 Hey, it's not the end yet!.html - 454 B

external-links.txt - 264 B

GetFreeCourses.Co.url - 116 B

005 Tech-Schools-Youtube-channel.url - 60 B

005 Tech-Schools-Twitter.url - 58 B

004 Tech-Schools-Discord-group.url - 51 B

005 Tech-Schools-Discord-group.url - 51 B

003 Why you should send async tasks to Redis within a DB transaction_en.srt