[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 175.9 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 171.0 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 168.2 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 158.7 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 145.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 142.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 132.1 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 128.3 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 125.7 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 123.7 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 123.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 117.6 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 114.7 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 109.6 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 109.1 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 109.1 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 107.1 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 101.4 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 100.9 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 97.9 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 94.6 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 94.5 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 93.1 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 89.3 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 87.5 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 84.7 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 83.5 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 82.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 73.5 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 71.2 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 69.7 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 67.5 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 65.8 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 64.9 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 63.3 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 63.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 62.1 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 61.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 60.8 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 57.7 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 55.5 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 55.5 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 47.6 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 47.3 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 45.9 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 45.8 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 38.5 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 35.6 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 31.8 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/009 09-presentation-transaction-isolation.pdf 26.6 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 24.7 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 24.0 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 12.9 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/004 04-presentation-sqlc-crud.pdf 12.0 MB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/006 06-presentation-db-transaction.pdf 10.2 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.6 MB
.pad/58 1020.9 KB
.pad/56 1009.8 KB
.pad/39 985.4 KB
.pad/16 968.1 KB
.pad/67 939.1 KB
.pad/13 934.7 KB
.pad/17 918.6 KB
.pad/23 895.1 KB
.pad/5 894.7 KB
.pad/38 886.9 KB
.pad/15 882.7 KB
.pad/59 857.4 KB
.pad/3 835.7 KB
.pad/31 830.3 KB
.pad/66 817.8 KB
.pad/25 759.1 KB
.pad/65 739.4 KB
.pad/36 705.7 KB
.pad/6 695.1 KB
.pad/46 677.1 KB
.pad/29 660.9 KB
.pad/61 657.2 KB
.pad/64 634.7 KB
.pad/18 626.1 KB
.pad/72 593.6 KB
.pad/4 574.7 KB
.pad/24 569.0 KB
.pad/12 563.5 KB
.pad/44 547.7 KB
.pad/50 543.0 KB
.pad/33 537.0 KB
.pad/9 533.9 KB
.pad/60 527.8 KB
.pad/54 527.6 KB
.pad/26 515.7 KB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/02 - Building RESTful HTTP JSON API [Gin + JWT + PASETO]/011 21-login-api.pdf 509.6 KB
.pad/22 497.6 KB
.pad/49 495.8 KB
.pad/30 488.1 KB
.pad/43 476.3 KB
.pad/28 471.5 KB
.pad/14 454.4 KB
.pad/10 447.1 KB
.pad/45 408.4 KB
.pad/21 403.4 KB
.pad/63 400.5 KB
.pad/51 395.4 KB
.pad/53 394.8 KB
.pad/62 363.1 KB
.pad/27 348.9 KB
.pad/32 344.3 KB
.pad/41 342.4 KB
.pad/11 327.3 KB
.pad/7 321.5 KB
.pad/71 310.3 KB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/002 trouble-shoot-root-does-not-exist.pdf 284.3 KB
.pad/2 283.2 KB
.pad/55 261.5 KB
.pad/8 257.9 KB
.pad/42 252.9 KB
.pad/73 237.0 KB
.pad/40 235.6 KB
.pad/52 221.1 KB
.pad/48 214.7 KB
.pad/70 176.9 KB
.pad/34 167.0 KB
.pad/20 149.9 KB
.pad/35 146.6 KB
.pad/19 127.7 KB
.pad/57 118.0 KB
.pad/69 117.7 KB
.pad/75 114.3 KB
.pad/47 106.5 KB
.pad/74 99.2 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 44.0 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 43.1 KB
.pad/68 39.2 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 38.9 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 37.2 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 35.4 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.1 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 33.5 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 32.6 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 31.4 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 31.3 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.2 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 28.4 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.2 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.1 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 26.9 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 26.4 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.2 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 23.9 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.2 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 22.8 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.4 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 21.8 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.3 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.2 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.0 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.0 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 19.6 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 19.5 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.4 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.4 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.3 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 18.8 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.4 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.1 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.4 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.4 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 15.9 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 15.8 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.0 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.0 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.0 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 14.8 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.5 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.3 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.1 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.1 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.5 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.1 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.6 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.2 KB
[TutsNode.net] - Backend Master Class [Golang + Postgres + Kubernetes + gRPC]/01 - Working with database [Postgres + SQLC]/external-links.txt 1.2 KB
If the content above is not authorized, please contact us via activebusinesscommunication[AT]gmail.com. Remember to include the full url in your complaint.