zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[GigaCourse.Com] Udemy - Backend Master Class Golang Postgres Kubernetes gRPC
magnet:?xt=urn:btih:9288fdae98524b93887a22cb6916eaae1bc3a02e&dn=[GigaCourse.Com] Udemy - Backend Master Class Golang Postgres Kubernetes gRPC
磁力链接详情
文件列表详情
9288fdae98524b93887a22cb6916eaae1bc3a02e
infohash:
74
文件数量
10.83 GB
文件大小
2024-1-8 16:02
创建日期
2024-12-26 16:55
最后访问
相关分词
GigaCourse
Com
Udemy
-
Backend
Master
Class
Golang
Postgres
Kubernetes
gRPC
1 - Working with database Postgres SQLC/1 - Design DB schema and generate SQL code with dbdiagramio.mp4 91.28 MB
1 - Working with database Postgres SQLC/10 - How to avoid deadlock in DB transaction Queries order matters.mp4 122.24 MB
1 - Working with database Postgres SQLC/11 - Deeply understand transaction isolation levels read phenomena.mp4 253.37 MB
1 - Working with database Postgres SQLC/12 - Setup Github Actions for Golang Postgres to run automated tests.mp4 183.41 MB
1 - Working with database Postgres SQLC/2 - Setup development environment on Windows WSL2 Go VSCode Docker Make Sqlc.mp4 78.89 MB
1 - Working with database Postgres SQLC/3 - Setup development environment on MacOS Install Go and Visual Studio Code.mp4 98.43 MB
1 - Working with database Postgres SQLC/4 - Use Docker Postgres TablePlus to create DB schema.mp4 244.68 MB
1 - Working with database Postgres SQLC/5 - How to write run database migration in Golang.mp4 51.39 MB
1 - Working with database Postgres SQLC/6 - Generate CRUD Golang code from SQL Compare dbsql gorm sqlx sqlc.mp4 207.72 MB
1 - Working with database Postgres SQLC/7 - Write unit tests for database CRUD with random data in Golang.mp4 100 MB
1 - Working with database Postgres SQLC/8 - A clean way to implement database transaction in Golang.mp4 72.73 MB
1 - Working with database Postgres SQLC/9 - DB transaction lock How to handle deadlock in Golang.mp4 189.79 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/13 - Implement RESTful HTTP API in Go using Gin.mp4 130.65 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/14 - Load config from file environment variables in Go with Viper.mp4 76.21 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/15 - Mock DB for testing HTTP API in Go and achieve 100 coverage.mp4 262.96 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/16 - Implement transfer money API with a custom params validator.mp4 154.85 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/17 - Add users table with unique foreign key constraints in PostgreSQL.mp4 75.69 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/18 - How to handle DB errors in Golang correctly.mp4 117.04 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/19 - How to securely store passwords Hash password in Go with Bcrypt.mp4 103.19 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/20 - How to write stronger unit tests with a custom gomock matcher.mp4 76.54 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/21 - Why PASETO is better than JWT for tokenbased authentication.mp4 55.98 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/22 - How to create and verify JWT PASETO token in Golang.mp4 300.26 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/23 - Implement login user API that returns PASETO or JWT access token in Go.mp4 99.71 MB
2 - Building RESTful HTTP JSON API Gin JWT PASETO/24 - Implement authentication middleware and authorization rules in Golang using Gin.mp4 274.57 MB
3 - Deploying the application to production Docker Kubernetes AWS/25 - How to build a small Golang Docker image with a multistage Dockerfile.mp4 116.31 MB
3 - Deploying the application to production Docker Kubernetes AWS/26 - How to use docker network to connect 2 standalone containers.mp4 39.52 MB
3 - Deploying the application to production Docker Kubernetes AWS/27 - How to write dockercompose file and control service startup orders.mp4 161.02 MB
3 - Deploying the application to production Docker Kubernetes AWS/28 - How to create a freetier AWS account.mp4 59.73 MB
3 - Deploying the application to production Docker Kubernetes AWS/29 - Auto build push docker image to AWS ECR with Github Actions.mp4 209.64 MB
3 - Deploying the application to production Docker Kubernetes AWS/30 - How to create a production database on AWS RDS.mp4 37.06 MB
3 - Deploying the application to production Docker Kubernetes AWS/31 - Store retrieve production secrets with AWS secrets manager.mp4 307.06 MB
3 - Deploying the application to production Docker Kubernetes AWS/32 - Kubernetes architecture How to create an EKS cluster on AWS.mp4 159.91 MB
3 - Deploying the application to production Docker Kubernetes AWS/33 - How to use kubectl k9s to connect to a kubernetes cluster on AWS EKS.mp4 212.43 MB
3 - Deploying the application to production Docker Kubernetes AWS/34 - How to deploy a web app to Kubernetes cluster on AWS EKS.mp4 251.6 MB
3 - Deploying the application to production Docker Kubernetes AWS/35 - Register a domain set up Arecord using Route53.mp4 50.13 MB
3 - Deploying the application to production Docker Kubernetes AWS/36 - How to use Ingress to route traffics to different services in Kubernetes.mp4 91.33 MB
3 - Deploying the application to production Docker Kubernetes AWS/37 - Auto issue renew TLS certificates with certmanager and Lets Encrypt.mp4 194.28 MB
3 - Deploying the application to production Docker Kubernetes AWS/38 - Automatic deploy to Kubernetes with Github Action.mp4 189.08 MB
4 - Advanced Backend Topics Sessions gRPC/39 - How to manage user session with refresh token.mp4 154.75 MB
4 - Advanced Backend Topics Sessions gRPC/40 - Generate DB documentation page and schema SQL dump from DBML.mp4 104.27 MB
4 - Advanced Backend Topics Sessions gRPC/41 - Introduction to gRPC.mp4 40.61 MB
4 - Advanced Backend Topics Sessions gRPC/42 - Define gRPC API and generate Go code with protobuf.mp4 169.25 MB
4 - Advanced Backend Topics Sessions gRPC/43 - How to run a golang gRPC server and call its API.mp4 99.14 MB
4 - Advanced Backend Topics Sessions gRPC/44 - Implement gRPC API to create and login users in Go.mp4 96.86 MB
4 - Advanced Backend Topics Sessions gRPC/45 - gRPC Gateway write code once serve both gRPC HTTP requests.mp4 189.76 MB
4 - Advanced Backend Topics Sessions gRPC/46 - How to extract information from gRPC metadata.mp4 92.99 MB
4 - Advanced Backend Topics Sessions gRPC/47 - Automatic generate serve swagger documentation from Go server.mp4 172.95 MB
4 - Advanced Backend Topics Sessions gRPC/48 - Embed static frontend files inside Golang backend servers binary.mp4 69.37 MB
4 - Advanced Backend Topics Sessions gRPC/49 - Validate gRPC parameters and send humanmachine friendly response.mp4 86.29 MB
4 - Advanced Backend Topics Sessions gRPC/50 - Run DB migrations directly inside Golang code.mp4 159.03 MB
4 - Advanced Backend Topics Sessions gRPC/51 - Partial update DB record with SQLC nullable arguments.mp4 204.41 MB
4 - Advanced Backend Topics Sessions gRPC/52 - Build gRPC update API with optional parameters.mp4 90.85 MB
4 - Advanced Backend Topics Sessions gRPC/53 - Add authorization to protect gRPC API.mp4 158.06 MB
4 - Advanced Backend Topics Sessions gRPC/54 - Write structured logs for gRPC APIs.mp4 188.94 MB
4 - Advanced Backend Topics Sessions gRPC/55 - How to write HTTP logger middleware in Go.mp4 149.73 MB
5 - Asynchronous processing with background workers Asynq Redis/56 - Implement background worker with Redis task queue.mp4 129.61 MB
5 - Asynchronous processing with background workers Asynq Redis/57 - Integrate async worker to Go web server.mp4 105.94 MB
5 - Asynchronous processing with background workers Asynq Redis/58 - Send async tasks to Redis within a DB transaction.mp4 145.43 MB
5 - Asynchronous processing with background workers Asynq Redis/59 - How to handle errors and print logs for Async workers.mp4 123.64 MB
5 - Asynchronous processing with background workers Asynq Redis/60 - Some delay might be good for your async tasks.mp4 94.66 MB
5 - Asynchronous processing with background workers Asynq Redis/61 - How to send email in Go via Gmail.mp4 187.31 MB
5 - Asynchronous processing with background workers Asynq Redis/62 - How to skip test in Go and config test flag in vscode.mp4 38.97 MB
5 - Asynchronous processing with background workers Asynq Redis/63 - Email verification feature design DB and send email.mp4 274.21 MB
5 - Asynchronous processing with background workers Asynq Redis/64 - Implement email verification API in Go.mp4 244.44 MB
5 - Asynchronous processing with background workers Asynq Redis/65 - Unit test gRPC API with mock DB Redis.mp4 428.61 MB
5 - Asynchronous processing with background workers Asynq Redis/66 - How to test a gRPC API that requires authentication.mp4 255.42 MB
6 - Improve the stability and security of the server/67 - Upgrade and config sqlc with version 2 syntax.mp4 70.44 MB
6 - Improve the stability and security of the server/68 - Switch DB driver from libpq to pgx.mp4 286.21 MB
6 - Improve the stability and security of the server/69 - How to properly handle DB errors with pgx driver.mp4 135.39 MB
6 - Improve the stability and security of the server/70 - Docker compose port volume mapping.mp4 163.31 MB
6 - Improve the stability and security of the server/71 - How to install use binary packages in Go.mp4 36.5 MB
6 - Improve the stability and security of the server/72 - Implement rolebased access control RBAC in Go.mp4 95.04 MB
6 - Improve the stability and security of the server/73 - Grant AWS EKS cluster access to Postgres and Redis using security group.mp4 267.02 MB
6 - Improve the stability and security of the server/74 - Deploy gRPC HTTP server to AWS EKS cluster.mp4 275.66 MB
其他位置