Subhabroto Roy Choudhury
INBest .NET Microservice course in the market I'm so lucky to come across this beautiful course. Excellent work by the instructor on explaining such complex stuffs related to microservice. Strongly recommend this course. Thank you Julio.
Sridhar S
GBWell organized course on Microservices for .NET developers Julio’s course lays an excellent foundation in my learning path to build Microservices. I was looking for a well-organized course and finally landed at Building Microservices With .NET (dotnetmicroservices.com) and am glad I found this course. The balance between theory and implementation is exactly what I would love to see in any course. In addition, as he is going step by step in detail, I can change data persistence from MongoDB to Postgres, yes I had to take tangents every so often. but can follow along with his curriculum.
Marcelo Silva
BRThis is the most nearly of reality!! This is the most near of reality content that I just can be access. I started a new job and my work as a dev is take care about microservices. A tons of microsservices. And the content of this course connects with my reality. Things like circuit breaker and retries simple doesn't exist here but the problems that this patterns solves are there. So, I'll have opportunity to apply this and many of tips and knowledge acquired here. Simply is the best choice.
Arpit Shukla
INOverall course is good and recommended for a beginner in microservices Overall course is good. It covers each topic in depth. Highly recommended for a beginner in microservices. The only suggestion is to include more logging and messaging related (Kafka specifically) topics
Chris A
GBInstructor was very good. Would highly recommend. Instructor was very good. There was a lot of content to cover and overall he did a very good job of explaining why you are doing each step. You will defiantly learn a lot with this course and get a good understanding of Micro Services. My only nit picks are personal preferences and how we code. Course is a little out dated but I knew that going into the class. As I was going through each section I converted everything to .Net Core 6 with no startup.cs file, just using the new standard of program.cs only and upgraded to the latest packages to match. Would have preferred a way to have everything in a solution and used a full blown IDE like Visual Studio or Rider, but I do get why each micro services was its own repo, to handle the CI/CD process. I actually used Rider on my MacBook and created a solution and made each micro service a project with its own repo to keep it together and make it easier going between projects. I also would have preferred using Azure Dev Ops Repo instead of GitHub since there is no way my company would allow me to store our code in GitHub. It seemed strange using Azure to host the Kubernetes cluster, secrets, Docker Container Images and such but not use it's repo. Overall I am glad I took this course. One of my main confusions was all the pieces of IdentityServer and although the implementation here is small, the way it was done made it much easier to understand the pieces needed to use IdentityServer and how to modify it. I know the instructor is looking at making an updated course, when that is release I will definitely consider taking it as well.