Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build a Microservices app with .Net and NextJS from scratch, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:57
    Introduction
  2. Урок 2. 00:03:50
    Course pre-requisites
  3. Урок 3. 00:05:42
    Setting up the developer environment
  4. Урок 4. 00:04:49
    Course assets and source code
  5. Урок 5. 00:05:30
    VS Code troubleshooting and tips
  6. Урок 6. 00:06:58
    Microservices - the big picture
  7. Урок 7. 00:05:27
    Introduction to section 2
  8. Урок 8. 00:11:23
    Creating the first micro service
  9. Урок 9. 00:12:25
    Reviewing and simplifying the project
  10. Урок 10. 00:10:05
    Adding the entity classes
  11. Урок 11. 00:13:40
    Adding the Database context class
  12. Урок 12. 00:10:11
    Adding a Postgres database server
  13. Урок 13. 00:08:28
    Creating seed data
  14. Урок 14. 00:09:49
    Shaping the data to return
  15. Урок 15. 00:11:48
    Adding an API controller
  16. Урок 16. 00:08:17
    Adding a postman collection
  17. Урок 17. 00:08:45
    Adding the create auction endpoint
  18. Урок 18. 00:06:57
    Adding the update auction endpoint
  19. Урок 19. 00:04:54
    Adding the delete auction endpoint
  20. Урок 20. 00:06:45
    Saving changes into source control
  21. Урок 21. 00:01:50
    Summary
  22. Урок 22. 00:06:06
    Introduction to Section 3
  23. Урок 23. 00:09:02
    Creating the second micro services
  24. Урок 24. 00:08:38
    Adding the MongoDb server
  25. Урок 25. 00:07:57
    Adding the Item model
  26. Урок 26. 00:08:14
    Adding seed data
  27. Урок 27. 00:09:44
    Adding a search controller
  28. Урок 28. 00:05:10
    Paginating the results
  29. Урок 29. 00:11:43
    Adding filtering and ordering
  30. Урок 30. 00:08:09
    Synchronous messaging
  31. Урок 31. 00:16:24
    Adding Http communication to get the data
  32. Урок 32. 00:15:22
    Making our Http communication resilient
  33. Урок 33. 00:01:23
    Summary of Section 3
  34. Урок 34. 00:05:55
    Introduction to Section 4
  35. Урок 35. 00:05:47
    What is RabbitMQ
  36. Урок 36. 00:04:34
    Installing RabbitMQ
  37. Урок 37. 00:09:50
    Adding and configuring mass transit
  38. Урок 38. 00:05:09
    Adding the contracts
  39. Урок 39. 00:10:45
    Adding a consumer to consume a message from the Service bus
  40. Урок 40. 00:08:59
    Publishing the Auction Created event to the bus
  41. Урок 41. 00:10:49
    What could go wrong?
  42. Урок 42. 00:13:26
    Adding a message outbox
  43. Урок 43. 00:06:36
    Using message retries
  44. Урок 44. 00:09:03
    Consuming fault queues
  45. Урок 45. 00:04:48
    Challenge: Adding the update and delete consumers
  46. Урок 46. 00:06:41
    Challenge solution
  47. Урок 47. 00:01:09
    Summary of section 4
  48. Урок 48. 00:07:40
    Introduction to Section 5
  49. Урок 49. 00:10:30
    OAuth and OpenIDConnect
  50. Урок 50. 00:05:01
    Creating the Identity Server project
  51. Урок 51. 00:12:52
    Reviewing and configuring our new project
  52. Урок 52. 00:17:20
    Seeding data and adding a migration
  53. Урок 53. 00:05:50
    Reviewing the login page in identity server
  54. Урок 54. 00:08:12
    Adding a register page
  55. Урок 55. 00:07:33
    Adding a register page part 2
  56. Урок 56. 00:08:34
    Adding a register page part 3
  57. Урок 57. 00:12:54
    Adding client credentials to allow clients to request a token
  58. Урок 58. 00:06:11
    Adding a custom profile service to identity server
  59. Урок 59. 00:06:47
    Configuring auth on the resource server
  60. Урок 60. 00:08:06
    Configuring the auth endpoints on the resource server
  61. Урок 61. 00:02:48
    Summary of section 5
  62. Урок 62. 00:04:12
    Introduction to Section 6
  63. Урок 63. 00:06:43
    Adding the Gateway service
  64. Урок 64. 00:10:17
    Adding the Reverse Proxy configuration
  65. Урок 65. 00:07:23
    Adding authentication to the Gateway config
  66. Урок 66. 00:07:55
    Testing our Gateway service in Postman
  67. Урок 67. 00:04:45
    Adding the remaining contracts we need
  68. Урок 68. 00:10:31
    Adding the remaining consumers to the Auction Service
  69. Урок 69. 00:06:20
    Adding the remaining consumers in the Search Service
  70. Урок 70. 00:07:11
    Adding a new client to the Identity service configuration
  71. Урок 71. 00:01:04
    Summary of Section 6
  72. Урок 72. 00:03:57
    Introduction to Section 7
  73. Урок 73. 00:04:42
    Creating a docker account
  74. Урок 74. 00:14:09
    Dockerizing the Auction Service
  75. Урок 75. 00:13:53
    Updating our docker compose file for the Auction Service container
  76. Урок 76. 00:08:52
    Dockerising the Search service
  77. Урок 77. 00:04:47
    Dockerising the Identity Service
  78. Урок 78. 00:11:04
    Debugging a .Net service in a docker container
  79. Урок 79. 00:08:06
    Dockerising the Gateway Service
  80. Урок 80. 00:11:22
    Testing our docker containers
  81. Урок 81. 00:03:04
    Summary of Section 7
  82. Урок 82. 00:08:37
    Introduction to Section 8
  83. Урок 83. 00:08:05
    Creating the NextJS project
  84. Урок 84. 00:11:12
    Reviewing and simplifying the NextJS Project
  85. Урок 85. 00:14:58
    Creating a nav bar
  86. Урок 86. 00:05:31
    Fetching data from the API
  87. Урок 87. 00:05:02
    Adding an Auction Card component
  88. Урок 88. 00:13:14
    Styling the auction cards
  89. Урок 89. 00:13:03
    Adding a countdown timer to the auction card
  90. Урок 90. 00:07:04
    Adding loading to the images
  91. Урок 91. 00:06:21
    Adding types to the project
  92. Урок 92. 00:08:36
    Adding pagination to our list
  93. Урок 93. 00:11:28
    Using server functions in client components
  94. Урок 94. 00:09:15
    Adding a set page size option
  95. Урок 95. 00:10:04
    Using Zustand for state management
  96. Урок 96. 00:10:53
    Refactoring our code to use the zustand state
  97. Урок 97. 00:05:34
    Adding a search bar
  98. Урок 98. 00:08:29
    Adding the search functionality
  99. Урок 99. 00:04:19
    Adding a reset to the search function
  100. Урок 100. 00:08:55
    Adding the sorting functionality
  101. Урок 101. 00:04:24
    Adding the filtering functionality
  102. Урок 102. 00:10:51
    Adding a component to display when zero results
  103. Урок 103. 00:01:09
    Summary of section 8
  104. Урок 104. 00:03:19
    Introduction to Section 9
  105. Урок 105. 00:04:55
    Before we begin
  106. Урок 106. 00:12:30
    Installing Next Auth into our client app
  107. Урок 107. 00:06:24
    Adding the login functionality
  108. Урок 108. 00:12:44
    Getting the session details in the client
  109. Урок 109. 00:10:40
    Populating the session data
  110. Урок 110. 00:08:59
    Populating the User actions dropdown
  111. Урок 111. 00:08:55
    Protecting routes
  112. Урок 112. 00:08:08
    Testing API authentication
  113. Урок 113. 00:11:03
    Getting the access token to use to authenticate to our resource server
  114. Урок 114. 00:05:43
    Summary of Section 9
  115. Урок 115. 00:01:33
    Introduction to Section 10
  116. Урок 116. 00:06:21
    Routing in NextJS
  117. Урок 117. 00:07:39
    Getting the auctions won
  118. Урок 118. 00:04:23
    Creating an Auction form
  119. Урок 119. 00:09:39
    Creating an Auction form part 2
  120. Урок 120. 00:08:55
    Creating a reusable text input
  121. Урок 121. 00:07:28
    Creating the auction form part 3
  122. Урок 122. 00:09:14
    Creating a reusable date input
  123. Урок 123. 00:14:07
    Creating a fetch wrapper
  124. Урок 124. 00:10:10
    Adding the create auction server action
  125. Урок 125. 00:05:07
    Adding react hot toast to display notifications if something goes wrong
  126. Урок 126. 00:09:28
    Adding the auction details page content
  127. Урок 127. 00:14:06
    Adding the edit auction page
  128. Урок 128. 00:08:43
    Adding the delete auction functionality
  129. Урок 129. 00:04:26
    Summary of section 10
  130. Урок 130. 00:02:35
    Introduction to Section 11
  131. Урок 131. 00:08:46
    Creating the Bid Service
  132. Урок 132. 00:04:46
    Adding the models to the Bid Service
  133. Урок 133. 00:10:33
    Adding an API Controller for the bids
  134. Урок 134. 00:02:19
    Adding the get bids endpoint
  135. Урок 135. 00:04:03
    Adding the auction created consumer
  136. Урок 136. 00:03:26
    Testing the bid functionality in Postman
  137. Урок 137. 00:06:04
    Adding the DTOs and Automapper
  138. Урок 138. 00:07:48
    Adding a producer for the BidPlaced
  139. Урок 139. 00:07:04
    Challenge solution
  140. Урок 140. 00:15:35
    Adding a Background service for the auction finished event
  141. Урок 141. 00:05:49
    What is gRPC?
  142. Урок 142. 00:13:57
    Adding gRPC part 1
  143. Урок 143. 00:06:02
    Adding gRPC part 2
  144. Урок 144. 00:12:03
    Adding a gRPC client
  145. Урок 145. 00:03:22
    Updating the Gateway service
  146. Урок 146. 00:10:36
    Dockerising the BidService
  147. Урок 147. 00:01:00
    Summary of Section 11
  148. Урок 148. 00:02:14
    Introduction to Section 12
  149. Урок 149. 00:05:30
    Creating the Notification service
  150. Урок 150. 00:05:17
    Adding a SignalR Hub
  151. Урок 151. 00:07:50
    Adding the Consumers
  152. Урок 152. 00:05:20
    Adding CORS support to the Gateway
  153. Урок 153. 00:02:36
    Dockerising the NotificationService
  154. Урок 154. 00:04:34
    Updating the Docker compose file
  155. Урок 155. 00:00:57
    Summary of section 12
  156. Урок 156. 00:00:33
    Introduction to Section 13
  157. Урок 157. 00:09:54
    Refactoring the auctions into a zustand store
  158. Урок 158. 00:05:26
    Updating the Auction cards with the current high price
  159. Урок 159. 00:03:25
    Getting the bids for an auction
  160. Урок 160. 00:09:57
    Creating a bid item
  161. Урок 161. 00:09:50
    Creating a bid store
  162. Урок 162. 00:14:33
    Creating a bid form
  163. Урок 163. 00:06:29
    Updating the error handling
  164. Урок 164. 00:05:04
    Adding conditionals to the form and testing
  165. Урок 165. 00:14:00
    Adding SignalR to the client app
  166. Урок 166. 00:05:02
    Adding the new bid to SignalR
  167. Урок 167. 00:06:51
    Adding a toast for an auction created
  168. Урок 168. 00:08:14
    Adding a toast for an auction finished event
  169. Урок 169. 00:11:46
    Disabling the auction finished form when the auction finishes
  170. Урок 170. 00:03:45
    Preventing low bids
  171. Урок 171. 00:00:52
    Summary Section 13
  172. Урок 172. 00:03:30
    Introduction to Section 14
  173. Урок 173. 00:12:03
    Preparing the client app
  174. Урок 174. 00:11:44
    Creating the Dockerfile for nextjs
  175. Урок 175. 00:15:09
    Fixing the identity server issues in docker compose
  176. Урок 176. 00:11:42
    Giving the Identity Server a static ip address
  177. Урок 177. 00:10:34
    Adding an ingress to Docker compose
  178. Урок 178. 00:07:13
    Adding SSL to the ingress
  179. Урок 179. 00:12:27
    Final app cleanup and resolving SignalR issue
  180. Урок 180. 00:04:55
    End of course summary
  181. Урок 181. 00:10:01
    Intro to Appendix A - Testing
  182. Урок 182. 00:13:52
    The simplest unit test possible
  183. Урок 183. 00:06:00
    Reviewing the code in the Auction controller and what we are testing
  184. Урок 184. 00:08:23
    Creating an Auction Repository and interface
  185. Урок 185. 00:04:34
    Refactoring the Auctions controller to use the repository
  186. Урок 186. 00:06:02
    Mocking things
  187. Урок 187. 00:08:49
    Unit testing the GET methods part 1
  188. Урок 188. 00:08:34
    Unit testing the GET methods part 2
  189. Урок 189. 00:12:15
    Unit testing the POST request
  190. Урок 190. 00:04:19
    Challenge - Practicing creating unit tests for the other controller methods
  191. Урок 191. 00:06:07
    Challenge solution
  192. Урок 192. 00:08:58
    Integration testing setup
  193. Урок 193. 00:10:02
    Setting up a Custom web application factory for integration testing
  194. Урок 194. 00:07:41
    Adding test data to the DB
  195. Урок 195. 00:11:13
    Creating an integration test for the GET method part 1
  196. Урок 196. 00:10:27
    Creating an integration test for a GET request part 2
  197. Урок 197. 00:13:39
    Creating an integration test for the POST request
  198. Урок 198. 00:01:51
    Challenge - Practicing creating integration tests for the other methods
  199. Урок 199. 00:03:11
    Challenge solution
  200. Урок 200. 00:10:37
    Testing the Service bus
  201. Урок 201. 00:10:39
    Using Collection fixtures to share the DB across test classes
  202. Урок 202. 00:09:39
    Intro to Appendix B - Kubernetes
  203. Урок 203. 00:12:55
    No ‘depends on’ in Kubernetes - using Polly to retry instead
  204. Урок 204. 00:15:03
    Adding a GitHub action to push our Identity Server image to Docker hub
  205. Урок 205. 00:07:24
    Deploying our IdentityServer to a Digital Ocean server
  206. Урок 206. 00:10:48
    Configuring the Linux server to host the identity server
  207. Урок 207. 00:11:13
    Creating the first Kubernetes manifest for a deployment
  208. Урок 208. 00:06:38
    Adding a persistent volume claim
  209. Урок 209. 00:04:52
    Adding a load balancer to allow us to connect to the postgres deployment
  210. Урок 210. 00:02:50
    Adding a cluster ip our services can use
  211. Урок 211. 00:06:55
    Creating a deployment for RabbitMQ
  212. Урок 212. 00:04:40
    Creating a Mongodb deployment
  213. Урок 213. 00:11:23
    Creating the auction service deployment
  214. Урок 214. 00:05:52
    Creating the search service deployment
  215. Урок 215. 00:04:55
    Creating the bid service deployment
  216. Урок 216. 00:04:07
    Creating the notification service deployment
  217. Урок 217. 00:07:11
    Creating the gateway service deployment
  218. Урок 218. 00:07:55
    Creating the client app deployment
  219. Урок 219. 00:09:54
    Adding an nginx ingress controller for docker-compose
  220. Урок 220. 00:09:40
    Adding SSL to the ingress controller
  221. Урок 221. 00:16:24
    Fixing Identity Server issues
  222. Урок 222. 00:02:55
    Introduction to Appendix C
  223. Урок 223. 00:06:46
    Kubernetes secrets
  224. Урок 224. 00:06:34
    Using a manifest to create secrets
  225. Урок 225. 00:10:08
    Updating the rest of the secrets
  226. Урок 226. 00:09:22
    Adding a workflow to deploy our Auction service
  227. Урок 227. 00:06:00
    Creating a kubernetes cluster on Digital Ocean
  228. Урок 228. 00:07:07
    Connecting to our new kubernetes cluster
  229. Урок 229. 00:07:39
    Creating a workflow to deploy our manifests automatically
  230. Урок 230. 00:06:38
    Dev resources and prod resources
  231. Урок 231. 00:09:41
    Creating the other deployment workflows for the other services
  232. Урок 232. 00:06:15
    Deploying the secrets and the ingress controller
  233. Урок 233. 00:08:09
    Deploying our manifests via github actions
  234. Урок 234. 00:03:37
    Checking our deployment
  235. Урок 235. 00:07:42
    Getting a domain name to point at our Load balancer
  236. Урок 236. 00:13:49
    Tying up the loose ends part 1
  237. Урок 237. 00:04:52
    Tying up the loose ends part 2
  238. Урок 238. 00:09:33
    Adding SSL to our deployment part 1
  239. Урок 239. 00:09:11
    Adding SSL to our deployment part 2
  240. Урок 240. 00:08:12
    Finishing up the deployment