[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/010 How to create and verify JWT & PASETO token in Golang.mp4 184.5 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/007 Store & retrieve production secrets with AWS secrets manager.mp4 179.3 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/012 Implement authentication middleware and authorization rules in Golang using Gin.mp4 176.3 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/003 Mock DB for testing HTTP API in Go and achieve 100% coverage.mp4 166.4 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/009 Deeply understand transaction isolation levels & read phenomena.mp4 152.2 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/010 How to deploy a web app to Kubernetes cluster on AWS EKS.mp4 149.4 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/002 Install & use Docker + Postgres + TablePlus to create DB schema.mp4 138.5 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/004 Generate CRUD Golang code from SQL Compare dbsql, gorm, sqlx & sqlc.mp4 134.6 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/005 Write unit tests for database CRUD with random data in Golang.mp4 131.8 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/005 Auto build & push docker image to AWS ECR with Github Actions.mp4 129.8 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/013 Partial update DB record with SQLC nullable arguments.mp4 129.5 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/007 DB transaction lock & How to handle deadlock in Golang.mp4 123.3 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/009 How to use kubectl & k9s to connect to a kubernetes cluster on AWS EKS.mp4 120.3 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/013 Auto issue & renew TLS certificates with cert-manager and Let's Encrypt.mp4 114.9 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/014 Automatic deploy to Kubernetes with Github Action.mp4 114.4 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/010 Setup Github Actions for Golang + Postgres to run automated tests.mp4 114.4 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/006 A clean way to implement database transaction in Golang.mp4 112.3 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/004 Define gRPC API and generate Go code with protobuf.mp4 106.3 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/009 Automatic generate & serve swagger documentation from Go server.mp4 105.8 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/001 How to manage user session with refresh token.mp4 102.6 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/008 Kubernetes architecture & How to create an EKS cluster on AWS.mp4 99.2 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/003 How to write docker-compose file and control service start-up orders.mp4 99.1 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/012 Run DB migrations directly inside Golang code.mp4 97.6 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/004 Implement transfer money API with a custom params validator.mp4 93.6 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/017 How to write HTTP logger middleware in Go.mp4 91.7 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/05 - Asynchronous processing with background workers [Asynq + Redis]/003 Why you should send async tasks to Redis within a DB transaction.mp4 88.8 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/001 Implement RESTful HTTP API in Go using Gin.mp4 87.6 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/05 - Asynchronous processing with background workers [Asynq + Redis]/001 Implement background worker with Redis task queue.mp4 86.4 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/008 How to avoid deadlock in DB transaction Queries order matters!.mp4 77.1 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/003 How to write & run database migration in Golang.mp4 74.6 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/006 How to handle DB errors in Golang correctly.mp4 73.0 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/001 How to build a small Golang Docker image with a multistage Dockerfile.mp4 70.8 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/007 How to securely store passwords Hash password in Go with Bcrypt!.mp4 69.0 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/05 - Asynchronous processing with background workers [Asynq + Redis]/002 Integrate async worker to Go web server.mp4 68.0 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/002 Generate DB documentation page and schema SQL dump from DBML.mp4 66.4 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/001 Design DB schema and generate SQL code with dbdiagram.io.mp4 66.0 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/011 Implement login user API that returns PASETO or JWT access token in Go.mp4 65.2 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/005 How to run a golang gRPC server and call its API.mp4 64.0 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/006 Implement gRPC API to create and login users in Go.mp4 63.7 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/014 Build gRPC update API with optional parameters.mp4 60.5 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/008 How to extract information from gRPC metadata.mp4 58.2 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/012 How to use Ingress to route traffics to different services in Kubernetes.mp4 58.2 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/008 How to write stronger unit tests with a custom gomock matcher.mp4 49.9 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/005 Add users table with unique & foreign key constraints in PostgreSQL.mp4 49.6 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/002 Load config from file & environment variables in Go with Viper.mp4 48.1 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/009 19-presentation-paseto-vs-jwt.pdf 48.0 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/009 Why PASETO is better than JWT for token-based authentication.mp4 40.3 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/004 How to create a free-tier AWS account.mp4 37.3 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/011 Register a domain & set up A-record using Route53.mp4 33.3 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/009 09-presentation-transaction-isolation.pdf 27.9 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/002 How to use docker network to connect 2 stand-alone containers.mp4 25.9 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/006 How to create a production database on AWS RDS.mp4 25.2 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/008 30-presentation-kubernetes-cluster.pdf 13.5 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/004 04-presentation-sqlc-crud.pdf 12.6 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/006 06-presentation-db-transaction.pdf 10.7 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/001 23-presentation-minimal-docker-image.pdf 1.7 MB
.pad/58 1.0 MB
.pad/56 1.0 MB
.pad/39 1.0 MB
.pad/16 991.4 kB
.pad/67 961.6 kB
.pad/13 957.1 kB
.pad/17 940.7 kB
.pad/23 916.6 kB
.pad/5 916.2 kB
.pad/38 908.2 kB
.pad/15 903.8 kB
.pad/59 878.0 kB
.pad/3 855.7 kB
.pad/31 850.3 kB
.pad/66 837.5 kB
.pad/25 777.3 kB
.pad/65 757.2 kB
.pad/36 722.7 kB
.pad/6 711.7 kB
.pad/46 693.3 kB
.pad/29 676.8 kB
.pad/61 673.0 kB
.pad/64 650.0 kB
.pad/18 641.1 kB
.pad/72 607.8 kB
.pad/4 588.5 kB
.pad/24 582.7 kB
.pad/12 577.0 kB
.pad/44 560.9 kB
.pad/50 556.0 kB
.pad/33 549.8 kB
.pad/9 546.7 kB
.pad/60 540.5 kB
.pad/54 540.3 kB
.pad/26 528.1 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/011 21-login-api.pdf 521.8 kB
.pad/22 509.5 kB
.pad/49 507.7 kB
.pad/30 499.8 kB
.pad/43 487.7 kB
.pad/28 482.9 kB
.pad/14 465.3 kB
.pad/10 457.9 kB
.pad/45 418.2 kB
.pad/21 413.1 kB
.pad/63 410.1 kB
.pad/51 404.8 kB
.pad/53 404.3 kB
.pad/62 371.8 kB
.pad/27 357.3 kB
.pad/32 352.5 kB
.pad/41 350.6 kB
.pad/11 335.1 kB
.pad/7 329.2 kB
.pad/71 317.7 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/002 trouble-shoot-root-does-not-exist.pdf 291.1 kB
.pad/2 290.0 kB
.pad/55 267.7 kB
.pad/8 264.0 kB
.pad/42 259.0 kB
.pad/73 242.7 kB
.pad/40 241.2 kB
.pad/52 226.4 kB
.pad/48 219.8 kB
.pad/70 181.2 kB
.pad/34 171.0 kB
.pad/20 153.5 kB
.pad/35 150.2 kB
.pad/19 130.8 kB
.pad/57 120.9 kB
.pad/69 120.6 kB
.pad/75 117.0 kB
.pad/47 109.1 kB
.pad/74 101.6 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/012 Implement authentication middleware and authorization rules in Golang using Gin_en.srt 45.1 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/009 Deeply understand transaction isolation levels & read phenomena_en.srt 44.2 kB
.pad/68 40.1 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/003 Mock DB for testing HTTP API in Go and achieve 100% coverage_en.srt 39.8 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/007 DB transaction lock & How to handle deadlock in Golang_en.srt 38.1 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/001 Implement RESTful HTTP API in Go using Gin_en.srt 36.2 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/007 Store & retrieve production secrets with AWS secrets manager_en.srt 34.9 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/010 How to create and verify JWT & PASETO token in Golang_en.srt 34.3 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/001 How to manage user session with refresh token_en.srt 33.4 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/004 Generate CRUD Golang code from SQL Compare dbsql, gorm, sqlx & sqlc_en.srt 32.2 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/010 How to deploy a web app to Kubernetes cluster on AWS EKS_en.srt 32.1 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/006 A clean way to implement database transaction in Golang_en.srt 29.9 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/005 Auto build & push docker image to AWS ECR with Github Actions_en.srt 29.1 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/005 Write unit tests for database CRUD with random data in Golang_en.srt 28.9 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/05 - Asynchronous processing with background workers [Asynq + Redis]/001 Implement background worker with Redis task queue_en.srt 27.8 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/008 Kubernetes architecture & How to create an EKS cluster on AWS_en.srt 27.5 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/010 Setup Github Actions for Golang + Postgres to run automated tests_en.srt 27.1 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/013 Partial update DB record with SQLC nullable arguments_en.srt 24.8 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/003 How to write docker-compose file and control service start-up orders_en.srt 24.4 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/007 How to securely store passwords Hash password in Go with Bcrypt!_en.srt 23.7 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/004 Define gRPC API and generate Go code with protobuf_en.srt 23.4 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/009 How to use kubectl & k9s to connect to a kubernetes cluster on AWS EKS_en.srt 22.9 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/009 Why PASETO is better than JWT for token-based authentication_en.srt 22.3 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/014 Automatic deploy to Kubernetes with Github Action_en.srt 20.7 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/004 Implement transfer money API with a custom params validator_en.srt 20.7 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/005 Add users table with unique & foreign key constraints in PostgreSQL_en.srt 20.5 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/05 - Asynchronous processing with background workers [Asynq + Redis]/002 Integrate async worker to Go web server_en.srt 20.4 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/006 Implement gRPC API to create and login users in Go_en.srt 20.1 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/011 Implement login user API that returns PASETO or JWT access token in Go_en.srt 20.0 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/002 Install & use Docker + Postgres + TablePlus to create DB schema_en.srt 19.9 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/013 Auto issue & renew TLS certificates with cert-manager and Let's Encrypt_en.srt 19.9 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/014 Build gRPC update API with optional parameters_en.srt 19.8 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/009 Automatic generate & serve swagger documentation from Go server_en.srt 19.2 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/008 How to avoid deadlock in DB transaction Queries order matters!_en.srt 18.9 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/008 How to write stronger unit tests with a custom gomock matcher_en.srt 18.6 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/001 How to build a small Golang Docker image with a multistage Dockerfile_en.srt 17.8 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/012 Run DB migrations directly inside Golang code_en.srt 17.8 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/006 How to handle DB errors in Golang correctly_en.srt 16.3 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/002 How to use docker network to connect 2 stand-alone containers_en.srt 16.2 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/002 Generate DB documentation page and schema SQL dump from DBML_en.srt 15.4 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/011 Register a domain & set up A-record using Route53_en.srt 15.4 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/017 How to write HTTP logger middleware in Go_en.srt 15.4 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/012 How to use Ingress to route traffics to different services in Kubernetes_en.srt 15.1 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/005 How to run a golang gRPC server and call its API_en.srt 14.8 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/003 How to write & run database migration in Golang_en.srt 14.7 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/006 How to create a production database on AWS RDS_en.srt 14.5 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/001 Design DB schema and generate SQL code with dbdiagram.io_en.srt 14.4 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/05 - Asynchronous processing with background workers [Asynq + Redis]/003 Why you should send async tasks to Redis within a DB transaction_en.srt 13.8 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/002 Load config from file & environment variables in Go with Viper_en.srt 13.4 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/04 - Advanced Backend Topics [Sessions + gRPC]/008 How to extract information from gRPC metadata_en.srt 12.9 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/03 - Deploying the application to production [Docker + Kubernetes + AWS]/004 How to create a free-tier AWS account_en.srt 10.5 kB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/external-links.txt 1.3 kB