589689.xyz

[] Udemy - Backend Master Class Golang Postgres Kubernetes gRPC

  • 收录时间:2023-08-19 20:55:06
  • 文件大小:10GB
  • 下载次数:1
  • 最近下载:2023-08-19 20:55:06
  • 磁力链接:

文件列表

  1. 5 - Asynchronous processing with background workers Asynq Redis/63 - Unit test gRPC API with mock DB Redis.mp4 429MB
  2. 3 - Deploying the application to production Docker Kubernetes AWS/29 - Store retrieve production secrets with AWS secrets manager.mp4 307MB
  3. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/20 - How to create and verify JWT PASETO token in Golang.mp4 300MB
  4. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/22 - Implement authentication middleware and authorization rules in Golang using Gin.mp4 275MB
  5. 5 - Asynchronous processing with background workers Asynq Redis/61 - Email verification feature design DB and send email.mp4 274MB
  6. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/13 - Mock DB for testing HTTP API in Go and achieve 100 coverage.mp4 263MB
  7. 5 - Asynchronous processing with background workers Asynq Redis/64 - How to test a gRPC API that requires authentication.mp4 255MB
  8. 1 - Working with database Postgres SQLC/9 - Deeply understand transaction isolation levels read phenomena.mp4 253MB
  9. 3 - Deploying the application to production Docker Kubernetes AWS/32 - How to deploy a web app to Kubernetes cluster on AWS EKS.mp4 252MB
  10. 1 - Working with database Postgres SQLC/2 - Install use Docker Postgres TablePlus to create DB schema.mp4 245MB
  11. 5 - Asynchronous processing with background workers Asynq Redis/62 - Implement email verification API in Go.mp4 244MB
  12. 3 - Deploying the application to production Docker Kubernetes AWS/31 - How to use kubectl k9s to connect to a kubernetes cluster on AWS EKS.mp4 212MB
  13. 3 - Deploying the application to production Docker Kubernetes AWS/27 - Auto build push docker image to AWS ECR with Github Actions.mp4 210MB
  14. 1 - Working with database Postgres SQLC/4 - Generate CRUD Golang code from SQL Compare dbsql gorm sqlx sqlc.mp4 208MB
  15. 4 - Advanced Backend Topics Sessions gRPC/49 - Partial update DB record with SQLC nullable arguments.mp4 204MB
  16. 3 - Deploying the application to production Docker Kubernetes AWS/35 - Auto issue renew TLS certificates with certmanager and Lets Encrypt.mp4 194MB
  17. 1 - Working with database Postgres SQLC/7 - DB transaction lock How to handle deadlock in Golang.mp4 190MB
  18. 4 - Advanced Backend Topics Sessions gRPC/43 - gRPC Gateway write code once serve both gRPC HTTP requests.mp4 190MB
  19. 3 - Deploying the application to production Docker Kubernetes AWS/36 - Automatic deploy to Kubernetes with Github Action.mp4 189MB
  20. 4 - Advanced Backend Topics Sessions gRPC/52 - Write structured logs for gRPC APIs.mp4 189MB
  21. 5 - Asynchronous processing with background workers Asynq Redis/59 - How to send email in Go via Gmail.mp4 187MB
  22. 1 - Working with database Postgres SQLC/10 - Setup Github Actions for Golang Postgres to run automated tests.mp4 183MB
  23. 4 - Advanced Backend Topics Sessions gRPC/45 - Automatic generate serve swagger documentation from Go server.mp4 173MB
  24. 4 - Advanced Backend Topics Sessions gRPC/40 - Define gRPC API and generate Go code with protobuf.mp4 169MB
  25. 3 - Deploying the application to production Docker Kubernetes AWS/25 - How to write dockercompose file and control service startup orders.mp4 161MB
  26. 3 - Deploying the application to production Docker Kubernetes AWS/30 - Kubernetes architecture How to create an EKS cluster on AWS.mp4 160MB
  27. 4 - Advanced Backend Topics Sessions gRPC/48 - Run DB migrations directly inside Golang code.mp4 159MB
  28. 4 - Advanced Backend Topics Sessions gRPC/51 - Add authorization to protect gRPC API.mp4 158MB
  29. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/14 - Implement transfer money API with a custom params validator.mp4 155MB
  30. 4 - Advanced Backend Topics Sessions gRPC/37 - How to manage user session with refresh token.mp4 155MB
  31. 4 - Advanced Backend Topics Sessions gRPC/53 - How to write HTTP logger middleware in Go.mp4 150MB
  32. 5 - Asynchronous processing with background workers Asynq Redis/56 - Send async tasks to Redis within a DB transaction.mp4 145MB
  33. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/11 - Implement RESTful HTTP API in Go using Gin.mp4 131MB
  34. 5 - Asynchronous processing with background workers Asynq Redis/54 - Implement background worker with Redis task queue.mp4 130MB
  35. 5 - Asynchronous processing with background workers Asynq Redis/57 - How to handle errors and print logs for Async workers.mp4 124MB
  36. 1 - Working with database Postgres SQLC/8 - How to avoid deadlock in DB transaction Queries order matters.mp4 122MB
  37. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/16 - How to handle DB errors in Golang correctly.mp4 117MB
  38. 3 - Deploying the application to production Docker Kubernetes AWS/23 - How to build a small Golang Docker image with a multistage Dockerfile.mp4 116MB
  39. 5 - Asynchronous processing with background workers Asynq Redis/55 - Integrate async worker to Go web server.mp4 106MB
  40. 4 - Advanced Backend Topics Sessions gRPC/38 - Generate DB documentation page and schema SQL dump from DBML.mp4 104MB
  41. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/17 - How to securely store passwords Hash password in Go with Bcrypt.mp4 103MB
  42. 1 - Working with database Postgres SQLC/5 - Write unit tests for database CRUD with random data in Golang.mp4 100MB
  43. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/21 - Implement login user API that returns PASETO or JWT access token in Go.mp4 100MB
  44. 4 - Advanced Backend Topics Sessions gRPC/41 - How to run a golang gRPC server and call its API.mp4 99MB
  45. 4 - Advanced Backend Topics Sessions gRPC/42 - Implement gRPC API to create and login users in Go.mp4 97MB
  46. 5 - Asynchronous processing with background workers Asynq Redis/58 - Some delay might be good for your async tasks.mp4 95MB
  47. 4 - Advanced Backend Topics Sessions gRPC/44 - How to extract information from gRPC metadata.mp4 93MB
  48. 3 - Deploying the application to production Docker Kubernetes AWS/34 - How to use Ingress to route traffics to different services in Kubernetes.mp4 91MB
  49. 1 - Working with database Postgres SQLC/1 - Design DB schema and generate SQL code with dbdiagramio.mp4 91MB
  50. 4 - Advanced Backend Topics Sessions gRPC/50 - Build gRPC update API with optional parameters.mp4 91MB
  51. 4 - Advanced Backend Topics Sessions gRPC/47 - Validate gRPC parameters and send humanmachine friendly response.mp4 86MB
  52. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/18 - How to write stronger unit tests with a custom gomock matcher.mp4 77MB
  53. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/12 - Load config from file environment variables in Go with Viper.mp4 76MB
  54. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/15 - Add users table with unique foreign key constraints in PostgreSQL.mp4 76MB
  55. 1 - Working with database Postgres SQLC/6 - A clean way to implement database transaction in Golang.mp4 73MB
  56. 4 - Advanced Backend Topics Sessions gRPC/46 - Embed static frontend files inside Golang backend servers binary.mp4 69MB
  57. 3 - Deploying the application to production Docker Kubernetes AWS/26 - How to create a freetier AWS account.mp4 60MB
  58. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/19 - Why PASETO is better than JWT for tokenbased authentication.mp4 56MB
  59. 1 - Working with database Postgres SQLC/3 - How to write run database migration in Golang.mp4 51MB
  60. 3 - Deploying the application to production Docker Kubernetes AWS/33 - Register a domain set up Arecord using Route53.mp4 50MB
  61. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/19 - 19-presentation-paseto-vs-jwt.pdf 46MB
  62. 4 - Advanced Backend Topics Sessions gRPC/39 - Introduction to gRPC.mp4 41MB
  63. 3 - Deploying the application to production Docker Kubernetes AWS/24 - How to use docker network to connect 2 standalone containers.mp4 40MB
  64. 5 - Asynchronous processing with background workers Asynq Redis/60 - How to skip test in Go and config test flag in vscode.mp4 39MB
  65. 3 - Deploying the application to production Docker Kubernetes AWS/28 - How to create a production database on AWS RDS.mp4 37MB
  66. 1 - Working with database Postgres SQLC/9 - 09-presentation-transaction-isolation.pdf 27MB
  67. 3 - Deploying the application to production Docker Kubernetes AWS/30 - 30-presentation-kubernetes-cluster.pdf 13MB
  68. 1 - Working with database Postgres SQLC/4 - 04-presentation-sqlc-crud.pdf 12MB
  69. 1 - Working with database Postgres SQLC/6 - 06-presentation-db-transaction.pdf 10MB
  70. 4 - Advanced Backend Topics Sessions gRPC/37 - 37-presentation-session-refresh-token.pdf 9MB
  71. 1 - Working with database Postgres SQLC/3 - 03-presentation-db-migration.pdf 6MB
  72. 1 - Working with database Postgres SQLC/1 - 01-presentation-backend-master-class.pdf 5MB
  73. 4 - Advanced Backend Topics Sessions gRPC/39 - 39-presentation-grpc.pdf 5MB
  74. 4 - Advanced Backend Topics Sessions gRPC/52 - 52-presentation-grpc-logger.pdf 4MB
  75. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/11 - 11-presentation-gin.pdf 4MB
  76. 4 - Advanced Backend Topics Sessions gRPC/40 - 40-presentation-grpc-protobuf.pdf 4MB
  77. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/13 - 13-presentation-db-mock.pdf 4MB
  78. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/12 - 12-presentation-config-viper.pdf 4MB
  79. 5 - Asynchronous processing with background workers Asynq Redis/54 - 54-presentation-async-worker.pdf 4MB
  80. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/17 - 17-presentation-hash-password.pdf 4MB
  81. 1 - Working with database Postgres SQLC/2 - 02-presentation-docker-postgres-table-plus.pdf 4MB
  82. 1 - Working with database Postgres SQLC/10 - 10-presentation-github-action.pdf 3MB
  83. 4 - Advanced Backend Topics Sessions gRPC/44 - 44-grpc-metadata.pdf 3MB
  84. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/22 - 22-presentation-gin-auth-middleware.pdf 2MB
  85. 4 - Advanced Backend Topics Sessions gRPC/41 - 41-presentation-grpc-server-evans-client.pdf 2MB
  86. 3 - Deploying the application to production Docker Kubernetes AWS/23 - 23-presentation-minimal-docker-image.pdf 2MB
  87. 5 - Asynchronous processing with background workers Asynq Redis/59 - trouble-shoot-gmail-app-password.pdf 1MB
  88. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/21 - 21-login-api.pdf 510KB
  89. 1 - Working with database Postgres SQLC/2 - trouble-shoot-root-does-not-exist.pdf 284KB
  90. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/22 - Implement authentication middleware and authorization rules in Golang using Gin English.srt 46KB
  91. 1 - Working with database Postgres SQLC/9 - Deeply understand transaction isolation levels read phenomena English.srt 46KB
  92. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/13 - Mock DB for testing HTTP API in Go and achieve 100 coverage English.srt 41KB
  93. 1 - Working with database Postgres SQLC/7 - DB transaction lock How to handle deadlock in Golang English.srt 39KB
  94. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/11 - Implement RESTful HTTP API in Go using Gin English.srt 37KB
  95. 3 - Deploying the application to production Docker Kubernetes AWS/29 - Store retrieve production secrets with AWS secrets manager English.srt 36KB
  96. 5 - Asynchronous processing with background workers Asynq Redis/63 - Unit test gRPC API with mock DB Redis English.srt 36KB
  97. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/20 - How to create and verify JWT PASETO token in Golang English.srt 35KB
  98. 4 - Advanced Backend Topics Sessions gRPC/37 - How to manage user session with refresh token English.srt 35KB
  99. 3 - Deploying the application to production Docker Kubernetes AWS/32 - How to deploy a web app to Kubernetes cluster on AWS EKS English.srt 33KB
  100. 1 - Working with database Postgres SQLC/4 - Generate CRUD Golang code from SQL Compare dbsql gorm sqlx sqlc English.srt 33KB
  101. 1 - Working with database Postgres SQLC/6 - A clean way to implement database transaction in Golang English.srt 31KB
  102. 3 - Deploying the application to production Docker Kubernetes AWS/27 - Auto build push docker image to AWS ECR with Github Actions English.srt 30KB
  103. 1 - Working with database Postgres SQLC/5 - Write unit tests for database CRUD with random data in Golang English.srt 30KB
  104. 5 - Asynchronous processing with background workers Asynq Redis/54 - Implement background worker with Redis task queue English.srt 29KB
  105. 3 - Deploying the application to production Docker Kubernetes AWS/30 - Kubernetes architecture How to create an EKS cluster on AWS English.srt 28KB
  106. 1 - Working with database Postgres SQLC/10 - Setup Github Actions for Golang Postgres to run automated tests English.srt 28KB
  107. 5 - Asynchronous processing with background workers Asynq Redis/61 - Email verification feature design DB and send email English.srt 28KB
  108. 4 - Advanced Backend Topics Sessions gRPC/43 - gRPC Gateway write code once serve both gRPC HTTP requests English.srt 27KB
  109. 4 - Advanced Backend Topics Sessions gRPC/49 - Partial update DB record with SQLC nullable arguments English.srt 26KB
  110. 3 - Deploying the application to production Docker Kubernetes AWS/25 - How to write dockercompose file and control service startup orders English.srt 25KB
  111. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/17 - How to securely store passwords Hash password in Go with Bcrypt English.srt 24KB
  112. 4 - Advanced Backend Topics Sessions gRPC/40 - Define gRPC API and generate Go code with protobuf English.srt 24KB
  113. 3 - Deploying the application to production Docker Kubernetes AWS/31 - How to use kubectl k9s to connect to a kubernetes cluster on AWS EKS English.srt 24KB
  114. 4 - Advanced Backend Topics Sessions gRPC/47 - Validate gRPC parameters and send humanmachine friendly response English.srt 24KB
  115. 4 - Advanced Backend Topics Sessions gRPC/52 - Write structured logs for gRPC APIs English.srt 23KB
  116. 5 - Asynchronous processing with background workers Asynq Redis/62 - Implement email verification API in Go English.srt 23KB
  117. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/19 - Why PASETO is better than JWT for tokenbased authentication English.srt 23KB
  118. 5 - Asynchronous processing with background workers Asynq Redis/59 - How to send email in Go via Gmail English.srt 22KB
  119. 3 - Deploying the application to production Docker Kubernetes AWS/36 - Automatic deploy to Kubernetes with Github Action English.srt 21KB
  120. 4 - Advanced Backend Topics Sessions gRPC/51 - Add authorization to protect gRPC API English.srt 21KB
  121. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/14 - Implement transfer money API with a custom params validator English.srt 21KB
  122. 5 - Asynchronous processing with background workers Asynq Redis/55 - Integrate async worker to Go web server English.srt 21KB
  123. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/15 - Add users table with unique foreign key constraints in PostgreSQL English.srt 21KB
  124. 4 - Advanced Backend Topics Sessions gRPC/42 - Implement gRPC API to create and login users in Go English.srt 21KB
  125. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/21 - Implement login user API that returns PASETO or JWT access token in Go English.srt 21KB
  126. 3 - Deploying the application to production Docker Kubernetes AWS/35 - Auto issue renew TLS certificates with certmanager and Lets Encrypt English.srt 21KB
  127. 1 - Working with database Postgres SQLC/2 - Install use Docker Postgres TablePlus to create DB schema English.srt 21KB
  128. 4 - Advanced Backend Topics Sessions gRPC/50 - Build gRPC update API with optional parameters English.srt 20KB
  129. 4 - Advanced Backend Topics Sessions gRPC/45 - Automatic generate serve swagger documentation from Go server English.srt 20KB
  130. 1 - Working with database Postgres SQLC/8 - How to avoid deadlock in DB transaction Queries order matters English.srt 19KB
  131. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/18 - How to write stronger unit tests with a custom gomock matcher English.srt 19KB
  132. 4 - Advanced Backend Topics Sessions gRPC/48 - Run DB migrations directly inside Golang code English.srt 18KB
  133. 3 - Deploying the application to production Docker Kubernetes AWS/23 - How to build a small Golang Docker image with a multistage Dockerfile English.srt 18KB
  134. 5 - Asynchronous processing with background workers Asynq Redis/64 - How to test a gRPC API that requires authentication English.srt 18KB
  135. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/16 - How to handle DB errors in Golang correctly English.srt 17KB
  136. 3 - Deploying the application to production Docker Kubernetes AWS/24 - How to use docker network to connect 2 standalone containers English.srt 17KB
  137. 5 - Asynchronous processing with background workers Asynq Redis/57 - How to handle errors and print logs for Async workers English.srt 16KB
  138. 4 - Advanced Backend Topics Sessions gRPC/46 - Embed static frontend files inside Golang backend servers binary English.srt 16KB
  139. 4 - Advanced Backend Topics Sessions gRPC/38 - Generate DB documentation page and schema SQL dump from DBML English.srt 16KB
  140. 3 - Deploying the application to production Docker Kubernetes AWS/33 - Register a domain set up Arecord using Route53 English.srt 16KB
  141. 4 - Advanced Backend Topics Sessions gRPC/53 - How to write HTTP logger middleware in Go English.srt 16KB
  142. 3 - Deploying the application to production Docker Kubernetes AWS/34 - How to use Ingress to route traffics to different services in Kubernetes English.srt 16KB
  143. 4 - Advanced Backend Topics Sessions gRPC/41 - How to run a golang gRPC server and call its API English.srt 15KB
  144. 1 - Working with database Postgres SQLC/3 - How to write run database migration in Golang English.srt 15KB
  145. 3 - Deploying the application to production Docker Kubernetes AWS/28 - How to create a production database on AWS RDS English.srt 15KB
  146. 1 - Working with database Postgres SQLC/1 - Design DB schema and generate SQL code with dbdiagramio English.srt 15KB
  147. 5 - Asynchronous processing with background workers Asynq Redis/56 - Send async tasks to Redis within a DB transaction English.srt 14KB
  148. 2 - Building RESTful HTTP JSON API Gin JWT PASETO/12 - Load config from file environment variables in Go with Viper English.srt 14KB
  149. 4 - Advanced Backend Topics Sessions gRPC/44 - How to extract information from gRPC metadata English.srt 13KB
  150. 4 - Advanced Backend Topics Sessions gRPC/39 - Introduction to gRPC English.srt 11KB
  151. 3 - Deploying the application to production Docker Kubernetes AWS/26 - How to create a freetier AWS account English.srt 11KB
  152. 5 - Asynchronous processing with background workers Asynq Redis/58 - Some delay might be good for your async tasks English.srt 10KB
  153. 5 - Asynchronous processing with background workers Asynq Redis/60 - How to skip test in Go and config test flag in vscode English.srt 6KB
  154. 5 - Asynchronous processing with background workers Asynq Redis/66 - Whats next.html 654B
  155. 5 - Asynchronous processing with background workers Asynq Redis/65 - Hey its not the end yet.html 454B
  156. 0. Websites you may like/[CourseClub.Me].url 122B
  157. 4 - Advanced Backend Topics Sessions gRPC/0. Websites you may like/[CourseClub.Me].url 122B
  158. 4 - Advanced Backend Topics Sessions gRPC/[CourseClub.Me].url 122B
  159. [CourseClub.Me].url 122B
  160. 1 - Working with database Postgres SQLC/2 - Troubleshooting role root doesnt exist.txt 82B
  161. 1 - Working with database Postgres SQLC/4 - SQLC documentation Install run sqlc on Windows using Docker.txt 60B
  162. 4 - Advanced Backend Topics Sessions gRPC/40 - Protocol buffer documentation.txt 58B
  163. 0. Websites you may like/[GigaCourse.Com].url 49B
  164. 4 - Advanced Backend Topics Sessions gRPC/0. Websites you may like/[GigaCourse.Com].url 49B
  165. 4 - Advanced Backend Topics Sessions gRPC/[GigaCourse.Com].url 49B
  166. [GigaCourse.Com].url 49B
  167. 1 - Working with database Postgres SQLC/2 - Download Docker Desktop available for Mac Windows Linux.txt 47B
  168. 1 - Working with database Postgres SQLC/2 - Other open source DB clients.txt 46B
  169. 4 - Advanced Backend Topics Sessions gRPC/43 - Github repository of gRPC gateway.txt 46B
  170. 4 - Advanced Backend Topics Sessions gRPC/43 - gRPC gateway documentation page.txt 46B
  171. 4 - Advanced Backend Topics Sessions gRPC/40 - gRPC Go Quick Start.txt 45B
  172. 1 - Working with database Postgres SQLC/1 - Github repository of the course.txt 40B
  173. 4 - Advanced Backend Topics Sessions gRPC/46 - Note since Go v116 embedded files feature is included in the language so no need statik.txt 39B
  174. 5 - Asynchronous processing with background workers Asynq Redis/66 - Tech Schools Youtube channel.txt 36B
  175. 5 - Asynchronous processing with background workers Asynq Redis/66 - Tech Schools Twitter.txt 34B
  176. 1 - Working with database Postgres SQLC/4 - A tour of Go for those whos new to the language.txt 29B
  177. 1 - Working with database Postgres SQLC/3 - How to install Go and set up Visual Studio Code.txt 28B
  178. 1 - Working with database Postgres SQLC/3 - How to make a beautiful terminal with Oh my zsh.txt 28B
  179. 3 - Deploying the application to production Docker Kubernetes AWS/35 - Video a complete overview of SSLTLS and its cryptographic system.txt 28B
  180. 1 - Working with database Postgres SQLC/2 - Join Discord group to chat directly with me.txt 27B
  181. 1 - Working with database Postgres SQLC/3 - Join Discord group to ask questions directly.txt 27B
  182. 1 - Working with database Postgres SQLC/4 - Join Discord group to get help if you got stuck.txt 27B
  183. 4 - Advanced Backend Topics Sessions gRPC/44 - Join TECH SCHOOLs Discord group.txt 27B
  184. 5 - Asynchronous processing with background workers Asynq Redis/65 - Tech Schools Discord group.txt 27B
  185. 5 - Asynchronous processing with background workers Asynq Redis/66 - Tech Schools Discord group.txt 27B
  186. 1 - Working with database Postgres SQLC/1 - Join our Discord group to discuss ask questions and share knowledge with each other.txt 26B
  187. 1 - Working with database Postgres SQLC/1 - DB diagram website.txt 25B
  188. 1 - Working with database Postgres SQLC/2 - Table Plus website.txt 22B
  189. 1 - Working with database Postgres SQLC/1 - Learn basic Go syntax on the Tour of Go webiste.txt 19B
  190. 1 - Working with database Postgres SQLC/3 - Learn basic Go syntax on the Tour of Go website.txt 19B