Pragmatic Clean Architecture

File Type Create Time File Size Seeders Leechers Updated
Movie 2024-04-25 1.62GB 0 0 a long while ago
Download
Magnet link   or   Save Instantly without Torrenting   or   Torrent download

To download this file, you need a free bitTorrent client such as qBittorrent.

Report Abuse
Tags
Pragmatic  Clean  Architecture  
Related Torrents
  1. Pragmatic Clean Architecture 1.62GB
  2. Pragmatic Clean Architecture 1.65GB
  3. Hombergs T. - Get Your Hands Dirty on Clean Architecture - Second Edition - 2023.epub 10.23MB
  4. [FreeCourseSite.com] Udemy - Clean Architecture in .NET Core MVC[.NET 8] - Complete Guide 7.99GB
  5. Getting Started Clean Architecture in .NET 738.15MB
  6. Esposito D. - Clean Architecture with .NET - 2024 16.86MB
  7. [ DevCourseWeb.com ] Udemy - Clean Architecture in .NET 8 Core MVC with real time project 3.20GB
  8. ASP.NET Core 6 Clean Architecture 771.77MB
  9. [ DevCourseWeb.com ] Udemy - Flutter Test Driven Development With Clean Architecture 2.20GB
  10. [FreeCoursesOnline.Me] Dometrain - Getting Started: Clean Architecture in .NET 738.16MB
Files
  1. 81.Transactional Outbox Pattern.mp4 95.73MB
  2. 01 - Domain Layer - start.zip 1003B
  3. 01.Welcome.mp4 12.68MB
  4. 02 - Application Layer - end.zip 32.36KB
  5. 02 - Application Layer - start.zip 18.19KB
  6. 02.What you will learn in this course.mp4 2.58MB
  7. 03 - Infrastructure Layer - end.zip 41.96KB
  8. 03 - Infrastructure Layer - start.zip 32.71KB
  9. 03.Who this course is for.mp4 2.34MB
  10. 04 - Presentation Layer - end.zip 116.43KB
  11. 04 - Presentation Layer - start.zip 53.23KB
  12. 04.What are the prerequisites for taking this course.mp4 2.72MB
  13. 05 - Authentication - end.zip 89.31KB
  14. 05 - Authentication - start.zip 75.61KB
  15. 05.Architectural principles & Design principles.mp4 16.29MB
  16. 06 - Authorization - end.zip 110.45KB
  17. 06 - Authorization - start.zip 96.37KB
  18. 06.Clean Architecture layers.mp4 8.30MB
  19. 07 - Advanced Topics - end.zip 123.74KB
  20. 07 - Advanced Topics - start.zip 111.31KB
  21. 07 - B - Minimal APIs - end.zip 123.81KB
  22. 07 - B - Minimal APIs - start.zip 124.67KB
  23. 07.What we are building & why.mp4 4.84MB
  24. 08 - Testing - end.zip 169.59KB
  25. 08.Chapter recap.mp4 10.62MB
  26. 09.Introduction.mp4 5.48MB
  27. 10.Creating the Domain project.mp4 2.95MB
  28. 11.Defining our first domain entity.mp4 12.82MB
  29. 12.What is an Entity in Domain-Driven Design.mp4 8.59MB
  30. 13.Introducing Value Objects for solving primitive obsession.mp4 27.65MB
  31. 14.The importance of private setters in the domain model and encapsulation.mp4 1.28MB
  32. 15.Using the Static Factory pattern in the domain.mp4 10.05MB
  33. 16.Introducing the Domain Events pattern to the solution.mp4 10.37MB
  34. 17.Adding Repositories and the Unit of Work to the domain.mp4 5.74MB
  35. 18.Creating the Booking entity.mp4 12.70MB
  36. 19.Implementing a Domain service.mp4 14.48MB
  37. 20.Using Double Dispatch for a better domain model.mp4 5.15MB
  38. 21.Introducing the Result class to the project.mp4 13.55MB
  39. 22.Defining a dictionary of domain errors.mp4 5.08MB
  40. 23.Chapter recap.mp4 7.43MB
  41. 24.Introduction.mp4 13.61MB
  42. 25.Creating the Application project.mp4 1.23MB
  43. 26.Configuring dependency injection and installing MediatR.mp4 8.31MB
  44. 27.Adding the required abstractions for CQRS.mp4 11.12MB
  45. 28.Implementing Commands with the rich domain model & repositories.mp4 32.52MB
  46. 29.Defining a domain event handler.mp4 16.20MB
  47. 30.Implementing Queries with Dapper for blazing performance.mp4 38.49MB
  48. 31.Solving logging as a cross-cutting concern.mp4 13.07MB
  49. 32.Creating a Validation pipeline for commands.mp4 21.07MB
  50. 33.Chapter recap.mp4 10.69MB
  51. 34.Introduction.mp4 2.80MB
  52. 35.Creating the Infrastructure project.mp4 1.16MB
  53. 36.Configuring infrastructure services with dependency injection.mp4 11.10MB
  54. 37.Adding Entity Framework Core to the solution.mp4 5.89MB
  55. 38.Configuring Entity Framework Core with dependency injection.mp4 6.22MB
  56. 39.Creating the Domain entity configurations.mp4 14.60MB
  57. 40.Automatically applying entity configurations.mp4 2.57MB
  58. 41.Implementing repository interfaces using a generic repository.mp4 10.54MB
  59. 42.Implementing the SQL connection factory.mp4 6.46MB
  60. 43.Publishing domain events inside the Unit of Work.mp4 15.46MB
  61. 44.Solving race conditions with optimistic concurrency.mp4 18.65MB
  62. 45.Chapter recap.mp4 8.09MB
  63. 46.Introduction.mp4 2.90MB
  64. 47.Creating the Presentation project.mp4 9.00MB
  65. 48.Configuring services with dependency injection.mp4 3.01MB
  66. 49.Adding Controllers and endpoints.mp4 20.08MB
  67. 50.Setting up Docker Compose and running the API.mp4 12.34MB
  68. 51.Creating EF migrations and applying them.mp4 23.31MB
  69. 52.Seeding initial data.mp4 10.28MB
  70. 53.Adding Middleware - Global exception handler.mp4 10.07MB
  71. 54.Demo Presentation layer & API.mp4 5.79MB
  72. 55.Chapter recap.mp4 11.51MB
  73. 56.Introduction.mp4 4.55MB
  74. 57.Keycloak identity provider setup.mp4 7.24MB
  75. 58.Keycloak admin panel overview.mp4 3.93MB
  76. 59.Demo Obtaining JWTs using Keycloak.mp4 7.76MB
  77. 60.Configuring authentication middleware & services.mp4 8.15MB
  78. 61.Configuring JWT authentication options.mp4 7.87MB
  79. 62.Demo Authentication in action.mp4 2.40MB
  80. 63.Implementing the user registration feature.mp4 11.59MB
  81. 64.Adding an API endpoint for registering a user.mp4 5.01MB
  82. 65.Implementing the authentication service.mp4 15.51MB
  83. 66.Configuring the authentication service as a typed HTTP client.mp4 8.65MB
  84. 67.Demo User registration with Keycloak.mp4 2.69MB
  85. 68.Implementing the user login feature.mp4 15.24MB
  86. 69.Demo User login with Keycloak.mp4 2.77MB
  87. 70.Chapter recap.mp4 6.47MB
  88. 71.Introduction.mp4 1.64MB
  89. 72.Implementing Role-based Authorization.mp4 76.22MB
  90. 73.Implementing Permission-based Authorization.mp4 65.94MB
  91. 74.Implementing Resource-based Authorization.mp4 30.25MB
  92. 75.Chapter recap.mp4 9.10MB
  93. 76.Introduction.mp4 1.60MB
  94. 77.Structured Logging with Serilog and Seq.mp4 73.59MB
  95. 78.Distributed Caching with Redis.mp4 74.69MB
  96. 79.Health Checks in Clean Architecture.mp4 40.63MB
  97. 80.Implementing API Versioning.mp4 53.53MB
  98. 01 - Domain Layer - end.zip 17.98KB
  99. 82.Minimal APIs.mp4 43.00MB
  100. 83.Chapter recap.mp4 10.36MB
  101. 84.Introduction.mp4 2.55MB
  102. 85.Domain Layer Unit Testing.mp4 67.27MB
  103. 86.Application Layer Unit Testing.mp4 79.69MB
  104. 87.Integration Testing.mp4 88.08MB
  105. 88.Functional Testing.mp4 61.40MB
  106. 89.Architecture Testing.mp4 38.69MB
  107. 90.Chapter recap.mp4 12.96MB
  108. 91.One Small Ask From Me.mp4 26.54MB
  109. Bookify -v2.0- Endpoints.postman_collection 10.73KB
  110. Bookify -v2.1- Endpoints.postman_collection 12.57KB
  111. bookify-realm-export.json 70.47KB
  112. CICD Blueprint.html 1.70MB
  113. clean_architecture_template.zip 75.89KB
  114. Configuring JWT authentication options.html 1.70MB
  115. Configuring the authentication service as a typed HTTP client.html 1.70MB
  116. Directory.Build.props 619B
  117. editorconfig.txt 13.62KB
  118. Keycloak identity provider setup.html 1.56MB
  119. Pragmatic Clean Architecture.pdf 1.09MB
  120. Source Code.zip 206.29KB