Complete Guide To Amazon RDS, Scaling With Read Replicas and EF Core

  Рет қаралды 39,029

Milan Jovanović

Milan Jovanović

Күн бұрын

Пікірлер: 22
@MilanJovanovicTech
@MilanJovanovicTech 5 ай бұрын
Get the source code for this video for FREE → the-dotnet-weekly.ck.page/aws-rds Want to master Clean Architecture? Go here: bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: bit.ly/3SXlzSt
@bphatness3924
@bphatness3924 5 ай бұрын
I never miss a Milan video. All serious developers who want to get better should listen to this guy
@MilanJovanovicTech
@MilanJovanovicTech 5 ай бұрын
Thank you, very much appreciated! :)
@josecarlosferrerbermudez5423
@josecarlosferrerbermudez5423 5 ай бұрын
Hello men, you just saved me in a project at my work. Excellent content Excellent work Keep making videos like this this is very helpful
@MilanJovanovicTech
@MilanJovanovicTech 5 ай бұрын
Glad to hear that!
@alexmadnix
@alexmadnix 5 ай бұрын
It was very helpful in understanding the Replica DB service. Thank you milan.
@MilanJovanovicTech
@MilanJovanovicTech 5 ай бұрын
You're most welcome!
@trannhan1432
@trannhan1432 5 ай бұрын
Thanks Milan. It's really helpful!
@MilanJovanovicTech
@MilanJovanovicTech 5 ай бұрын
You're welcome!
@MrWTFNETWORK
@MrWTFNETWORK 5 ай бұрын
What if there are schema changes that we create using ef core migrations on the primary database, will the read replica get these changes automatically?
@MilanJovanovicTech
@MilanJovanovicTech 5 ай бұрын
No, you'll have to sync the schema changes manually on the read replica
@levitran99
@levitran99 5 ай бұрын
Hello milan .I hope you are doing well. Thanks for the helpful videos
@MilanJovanovicTech
@MilanJovanovicTech 5 ай бұрын
My pleasure 😊
@parkerwarner8688
@parkerwarner8688 5 ай бұрын
Does azure have a similar replication service?
@MilanJovanovicTech
@MilanJovanovicTech 5 ай бұрын
It's not an AWS/Azure feature, it's a database feature. But yes - Azure also supports this.
@Filipekuhn11
@Filipekuhn11 5 ай бұрын
Excellent content!
@MilanJovanovicTech
@MilanJovanovicTech 5 ай бұрын
Thank you!
@СвояЛиния-щ2в
@СвояЛиния-щ2в 5 ай бұрын
Hi, Milan. I've watched your videos about Result pattern recently and implemented it in my project. It's working good, but I got an issue, where I have a repetitive pattern all over my code: I create some value object (for example: Email) which has a static factory method that returns Result and I have to check if the result is failure, if it is I return the error. If I have entities containing lots of value objects, I have to check every time for the condition in my command handlers. The code becomes cumbersome and messy. How would you deal with this problem? I haven't found any good solution for this problem.
@MilanJovanovicTech
@MilanJovanovicTech 5 ай бұрын
"I have to check every time for the condition in my command handlers" - Unfortunately, yes. That is a downside of this approach. It becomes pretty cumbersome when you have many levels of calls all returning a Result.
@diwa007
@diwa007 5 ай бұрын
Hey Milan. What's the latency between replicas in RDS? In our environment, we use EC2 replicas and latency is about 3-5 seconds. Any idea how to reduce the high latency?
@MilanJovanovicTech
@MilanJovanovicTech 5 ай бұрын
That sounds strange, typically it should be less than 1s. Do you have a very high number of writes?
@diwa007
@diwa007 5 ай бұрын
@@MilanJovanovicTech A lot of writes, yes.
Are You Accidentally Crippling Your EF Core Queries?
17:18
Milan Jovanović
Рет қаралды 31 М.
Completely Get Rid of Exceptions Using This Technique
19:24
Milan Jovanović
Рет қаралды 27 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
The Complete Guide to Amazon SQS and Amazon SNS With MassTransit
26:59
Milan Jovanović
Рет қаралды 35 М.
I forced EVERYONE to use Linux
22:59
NetworkChuck
Рет қаралды 634 М.
The Excel Trick I Use EVERY DAY (and you should too!)
11:21
MyOnlineTrainingHub
Рет қаралды 255 М.
I Studied Data Job Trends for 24 Hours to Save Your Career! (ft Datalore)
13:07
Thu Vu data analytics
Рет қаралды 291 М.
Easily Deploy Your .NET Applications With Amazon ECS and Fargate
17:33
Milan Jovanović
Рет қаралды 73 М.
host ALL your AI locally
24:20
NetworkChuck
Рет қаралды 1,5 МЛН
Exceptions Are Extremely Expensive… Do This Instead
17:15
Milan Jovanović
Рет қаралды 49 М.
A Step-by-Step Guide for the Cache-Aside Pattern + Stampede Protection
19:29