What are microservices?!?!? Let’s build one with .NET and Docker!

  Рет қаралды 117,438

dotnet

dotnet

Күн бұрын

Пікірлер: 68
@eser-sahin
@eser-sahin 2 жыл бұрын
You explain it very well Nish. Thanks a lot. Please keep the series going.
@anoopjosephmaliakal
@anoopjosephmaliakal 2 жыл бұрын
Another amazing session form Nish... Thanks a lot Nish
@brette
@brette 2 жыл бұрын
Nice Nish!
@danielm1459
@danielm1459 Жыл бұрын
By far the most amazing explanation ! Good job ! Thank you !!!
@jakpbubu
@jakpbubu 2 жыл бұрын
Very useful content, can't wait for next episodes! EDIT: Did a course from link along with your video, such a great way to easily understand the topic!
@ema7656
@ema7656 2 жыл бұрын
Wow!!! It's amazing! Thank you very much for this content!!!
@shashankkulkarni993
@shashankkulkarni993 Жыл бұрын
Very true 😊😊😊
@AndrzejPauli
@AndrzejPauli 2 жыл бұрын
Goood content, excellent pace and speed of prelection, will share it to my friends. Keep on the good work.
@sourabhpandit6724
@sourabhpandit6724 2 жыл бұрын
Wow super . great explanation without wasting time . waiting for more videos.
@davyboy951
@davyboy951 10 ай бұрын
never heard of multi-stage builds before today. my mind is blown. thank you sir!
@sandeeptanwar
@sandeeptanwar Жыл бұрын
you've my respect my RESPECT bro......!!!!
@nagamahesh656
@nagamahesh656 Жыл бұрын
Awesome Awesome Awesome 👌
@sachithmw
@sachithmw 2 жыл бұрын
waiting for it
@XeonProductions
@XeonProductions 2 жыл бұрын
I have seen microservice hell develop before though, where there are so many services it becomes an unmaintainable nightmare. So I think when creating a microservices architecture, it might still be forgivable to bundle more tightly coupled functionality into a single service. Not everything has to be micro, there can be medium sized services.
@ignatnikitin6666
@ignatnikitin6666 Жыл бұрын
So next popular architecture ptobably will be ptobably called something like "normal sized services arcitecture" :)
@guillermomazzari4983
@guillermomazzari4983 Жыл бұрын
@@ignatnikitin6666 I laughed very hard at this lol
@Paul-uo9sv
@Paul-uo9sv Жыл бұрын
@@ignatnikitin6666 lol
@alanguijarro816
@alanguijarro816 Жыл бұрын
@@ignatnikitin6666 isn't that the meaning of soa?
@techiebhogi1960
@techiebhogi1960 2 жыл бұрын
No words .. Superb... You are too good in presentation and explanation of content
@johanncox
@johanncox Жыл бұрын
Loved your video! It was easy to understand and right to the point!
@ziaulhasanhamim3931
@ziaulhasanhamim3931 2 жыл бұрын
More videos like this. the live shows are great but these kind of videos are best for topics like this
@event-sourcing
@event-sourcing 2 жыл бұрын
This. This. This. We need more content like this.
@migishan
@migishan 2 жыл бұрын
Good 👍
@ovader9059
@ovader9059 Жыл бұрын
This was great! Thank you for this!
@publicalias8172
@publicalias8172 Жыл бұрын
Incredible introduction, thanks for making it make sense Nish Anil!
@GiovanniOrlandoi7
@GiovanniOrlandoi7 2 жыл бұрын
Great video!
@techiebhogi1960
@techiebhogi1960 2 жыл бұрын
You are super... Bhogi from India
@acya05
@acya05 2 жыл бұрын
When you say "operating system" what you really mean is a "Runtime" but other than that great content. It is an important detail cause unlike VMs, containers don't require you to base your applications on top of an OS. You can simply put in the compiler and runtime and your dependencies and viola. It's what makes containers so mobile and flexible and lightweight.
@mukundec2040
@mukundec2040 2 жыл бұрын
Amazing content
@sanjaygunjal8306
@sanjaygunjal8306 2 жыл бұрын
Perfect explanation but majority part covers docker. Would be happy to know on microservices. Is there any other references?
@hz7qnf
@hz7qnf Жыл бұрын
Here's a nice playlist on KZfaq: kzfaq.info/get/bejne/nbZ5oc59qMzFnHk.html
@TommiLipponen
@TommiLipponen 2 жыл бұрын
Long-awaited topic!
@rejulcp5089
@rejulcp5089 2 жыл бұрын
Nice Presentation..impressive language and articulated well...Kudos..Nish
@eesemeachile9511
@eesemeachile9511 2 жыл бұрын
i am waiting. Hope to learn many things. i have never build a MS
@pranambhat7964
@pranambhat7964 2 жыл бұрын
Great explanation 👏 One question outside the box : I have Mac os and .NET 6.0 PREVIEW has causing me a lot of problems. I'm unable to build and run any application. Any solution? Which DOT Net version best suits for Mac Os??
@amrmoneer5881
@amrmoneer5881 Жыл бұрын
broo you are the a great teacher and deserve credit.
@mikekosak9598
@mikekosak9598 2 жыл бұрын
Similar to breaking an application into multiple DLL's? Except that each DLL would be an app or service that can run stand-alone? Or am I over simplifying it
@davestorm6718
@davestorm6718 2 жыл бұрын
Thanks. I see why it can take a year to learn all this stuff. No wonder these people get paid the big bucks.
Жыл бұрын
How can we get branch names on and colorize branch/path names in Windows Terminal? I'm using Windows 11 but I can't do that with Windows Terminal.
@hernanvelazquez1421
@hernanvelazquez1421 2 жыл бұрын
How docker-compose command knows which yaml file should run and where is it?
@NishAnil
@NishAnil 2 жыл бұрын
I was executing the command in the same folder where the docker-compose file was. See the linked sample in the course.
@shahnewajjohn476
@shahnewajjohn476 2 жыл бұрын
When I am going to run the url in browser its showing not secure and not running? What to do?
@NishAnil
@NishAnil 2 жыл бұрын
It's probably because you have not enabled to use self signed certs for development. See the doc docs.microsoft.com/en-us/dotnet/core/additional-tools/self-signed-certificates-guide
@pirrastorres7241
@pirrastorres7241 2 жыл бұрын
Usarás Service Fabric? Porqué no lo promueven?
@yonatangoldin
@yonatangoldin 8 ай бұрын
I guess he found his own NISH in the .NET ecosystem * badum tsss * get it? bcus his name is Nish and it sounds similar to the word 'Niche', which means a segment in a particular field
@amrswalha
@amrswalha 8 ай бұрын
Microservices are just Mulltiple Monolithic but just smaller... If you have an extension method in one, you will have to add library to share it. Dependency hell became API hell.
@megasuperlexa2
@megasuperlexa2 Жыл бұрын
what is the problem, again, with scaling a monolitic app? think of it as a single microservice, being monolithic does NOT imply being single-instance, nor does it restrict you in containerizing the app. I think monolith vs. microcervice difference lies in development/maintaining process and is not about production limitations
@kimberlyjacobsen4148
@kimberlyjacobsen4148 7 ай бұрын
now make a version were you show how to cross compile the container I use buildx
@shirumi2331
@shirumi2331 Ай бұрын
Unit 3 is different in the link
@shahnewajjohn476
@shahnewajjohn476 2 жыл бұрын
What is the name of the cmd tool you have used?
@jakpbubu
@jakpbubu 2 жыл бұрын
It is Powershell, called pwsh starting with version 6.0
@rsurve9
@rsurve9 Жыл бұрын
Good video but it explains more about Dockers.
@leknyzma
@leknyzma 2 жыл бұрын
just turn off CC when you are watching this
@GP_1M
@GP_1M 9 ай бұрын
He explained 1 month content in this video 😂. Seriously I had to pause and understand.
@rasmuslarsen77
@rasmuslarsen77 Жыл бұрын
If you are going to add English subtitles that clearly are autogenareted, then at least correct them. There is no need to have two options for autogenerated subtitles! That said, there is some happy mistakes. 13:55 explains that one needs a doctor to create images.
@shirumi2331
@shirumi2331 Ай бұрын
+1 to this
@HOWYOUDOIN884
@HOWYOUDOIN884 Жыл бұрын
you look famous... wow this video is very well-edited -- very unusual -- nice! very listenable and watchable.... except for that Texas accent....
@peculiarpeculiar2504
@peculiarpeculiar2504 Жыл бұрын
Pun intended😄
@ftibo331
@ftibo331 2 жыл бұрын
It's all about Docker. Almost nothing about microservices :( Wrong title...
@elTripaSeca
@elTripaSeca 2 жыл бұрын
That big stick is real heavy that's is a fake
@doncharly7723
@doncharly7723 2 жыл бұрын
Technical stuff you have to teach much slower than what you do here then only people digest and grab each step.
@leolombardi
@leolombardi Жыл бұрын
Included closed caption (not auto-generated) is crap. Lot's of errors. Very heavy accent. Hard to understand. 😞
@tomahawk5357
@tomahawk5357 Жыл бұрын
"Leonardo Lombardi" complaining about heavy accent when people are speaking english. You might prefer hearing the accent of Italians speaking English, 😉
@06320017
@06320017 2 жыл бұрын
very slow video, long long intraduction closed it
@yourhobby6762
@yourhobby6762 2 жыл бұрын
2 minutes real information 20 minutes video effects and just introduction. Disappointed
@shubhammaurya3671
@shubhammaurya3671 2 ай бұрын
darknet community💀
@ignatnikitin6666
@ignatnikitin6666 Жыл бұрын
Very superficial video
@user-op7ht6cm5n
@user-op7ht6cm5n 9 ай бұрын
useless
Microservices explained - the What, Why and How?
18:30
TechWorld with Nana
Рет қаралды 823 М.
Deploy a .NET Core API with Docker (Step-by-Step)
36:17
Les Jackson
Рет қаралды 255 М.
Happy 4th of July 😂
00:12
Pink Shirt Girl
Рет қаралды 60 МЛН
تجربة أغرب توصيلة شحن ضد القطع تماما
00:56
صدام العزي
Рет қаралды 36 МЛН
Final muy increíble 😱
00:46
Juan De Dios Pantoja 2
Рет қаралды 54 МЛН
100+ Docker Concepts you Need to Know
8:28
Fireship
Рет қаралды 854 М.
My microservices architecture based .NET project at high level
11:59
Interview Happy
Рет қаралды 30 М.
8 await async mistakes that you SHOULD avoid in .NET
21:13
Nick Chapsas
Рет қаралды 309 М.
Introduction to Microservices, Docker, and Kubernetes
55:08
James Quigley
Рет қаралды 1,6 МЛН
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 1,5 МЛН
Writing async/await from scratch in C# with Stephen Toub
1:06:02
Microservices شرح مفصل للمايكروسيرفيس بكل بساطة باللغة العربية
16:03
.NET Core Web API Microservice with SQL Server Entity Framework Core
19:06
iPhone 15 Pro в реальной жизни
24:07
HUDAKOV
Рет қаралды 204 М.
Battery  low 🔋 🪫
0:10
dednahype
Рет қаралды 414 М.
Как слушать музыку с помощью чека?
0:36