It's actually exciting to see how the animation and video quality improved year by year in this channel since 2015.. Learned lot from this channel.When I need a full understanding about something in java I always come to this channel. Helped me so meny times in my career. Thank you for that.❤️
THANKS a billion. There is a another channel in youtube which has started a playlist under the name of "School of Basics". He tries to make things simple and explain them in a bigger picture. It is pretty much the way you expained Microservices in this video. I am truely grateful to both of you. You are contributing to the growth of a lot of people. Hats off
@@thkhan yes I had forgotten the name of his channel. He has taught me a lot of things in a very simple word. It is good to have some people who can convert their ocean of knowledge into small drops and give it to those who should start with drops in their early stages. This video of yours was one of them
for everything,every technology,first i search for telusko,if that is not available in telusko,then i will go to other channels,thank you so much for all your videos,very helpful,keep on making more videos,keep on help us like this,😊
One thing I love from you your explanation is such simple it’s very easy to understand. I see lots of other videos about micro service but this is one of the best ones I found. Thank you so much naveen.
Very nicely explained in simple terms so that even a person with no knowledge can understand. Eagerly waiting for the series on Microservices like Java, Spring Boot, Python etc.. I support applications with Microservices and your series would be really helpful to understand things in a better way.
Someone, please help. I have to convert my client application to a microservice. Earlier, we had 4 packages; now I have made them into 4 different modules: Entity - used as a jar dependency for below. Data - used as a jar dependency for below. Business - used as a jar dependency for below. Web - war file deployed to Tomcat in WAS container. Batch1 - deployed as a docker image (batch script to update my DB from an API response). Batch2 - deployed as a docker image (batch script to FTP files to another application). Web and batch processes are dependent on entity, data, and business. I have to separate Batch 1 from the application because it's updating the DB, so it should not interfere with the website. Should I just copy files from other modules and create classes and packages that are being used from other modules ?
Thank you for this great explanation sir. Just one doubt, whether these microservices need to be on different servers always or they can be present in the same server as well i.e maybe running on different ports?
They can be hosted on the same server, as long as they are running on different ports. This is often done for small applications or applications that are still in development. However, there are some advantages to hosting microservices on separate servers like scalability, fault tolerance, security...
Feedback: In starting, video was out of topic. Content was not structured. In disadvantage of monolithic added advantage of microservices otherwise it should state comparision. Too much explanation related to Amazon site rather than microservices.
It's actually exciting to see how the animation and video quality improved year by year in this channel since 2015.. Learned lot from this channel.When I need a full understanding about something in java I always come to this channel. Helped me so meny times in my career. Thank you for that.❤️
I Agree
THANKS a billion.
There is a another channel in youtube which has started a playlist under the name of "School of Basics". He tries to make things simple and explain them in a bigger picture. It is pretty much the way you expained Microservices in this video. I am truely grateful to both of you.
You are contributing to the growth of a lot of people. Hats off
Bytebytego also great
automation step by step?
@@thkhan yes I had forgotten the name of his channel. He has taught me a lot of things in a very simple word. It is good to have some people who can convert their ocean of knowledge into small drops and give it to those who should start with drops in their early stages.
This video of yours was one of them
for everything,every technology,first i search for telusko,if that is not available in telusko,then i will go to other channels,thank you so much for all your videos,very helpful,keep on making more videos,keep on help us like this,😊
One thing I love from you your explanation is such simple it’s very easy to understand. I see lots of other videos about micro service but this is one of the best ones I found. Thank you so much naveen.
Agreed 100%
Very nicely explained in simple terms so that even a person with no knowledge can understand. Eagerly waiting for the series on Microservices like Java, Spring Boot, Python etc.. I support applications with Microservices and your series would be really helpful to understand things in a better way.
Great Alien Looking forward to see a Microservices series in our telusko
Thank you for sharing information
Great introduction video. Please add more content about microservices!
Finally! Modern technology is catching up with Mainframe architecture ;-)
I love this. Very good way to explain all about microservices. Thanks, Navin
Thank you so much sir, I now get the gist of this trending topic....
Great explanation as usual, with animation and simple words, Hats off sir !
Glad you liked it!
First like and first view Naveen garu actually I have started learning microservices today … happy to see you with this wonderful information 😊
Yes, please add a video series on this microservices
very well explained. i just stumbled upon your channel and became a subscriber immediately. Thank you for the great content, what a gift you are!!!
straight to the point what's needed, thank you
best explaination sir.
Please make a course on spring boot and microservices
Great explaination Naveen reddy
Finally I got some clarification about Micro services 🎉
Very well explained with animation
Best explanation I've seen
Please create a series on microservices
Thanks sir please continue the series
thank you so much for this video,very easy to understand,please make video on microservices practicals
Awesome explanation 👍
Navin Sir , Please make a video on Regex Expresssions topic, Cant find proper video on it till now.
Thank you so much sir for this video. I have one thing to ask are you going to start an entire playlist on microservices or this is only video on it
Great, explains, Can you please do more video s for Microservices
Very Well Explained. Thank You
Nice video sir. Well explained.
Great Explanation Sir.
Tq for such an information😊
was a great intro sir, thank u so much!!
thank you sir
Very Nicely explained, thanks
Thank you Sir. You’re always appreciated.
so its basically like react with components, everything runs on they own each component/service??
Awesome breakdown
You’re the best on TH-cam
Someone, please help. I have to convert my client application to a microservice. Earlier, we had 4 packages; now I have made them into 4 different modules:
Entity - used as a jar dependency for below.
Data - used as a jar dependency for below.
Business - used as a jar dependency for below.
Web - war file deployed to Tomcat in WAS container.
Batch1 - deployed as a docker image (batch script to update my DB from an API response).
Batch2 - deployed as a docker image (batch script to FTP files to another application).
Web and batch processes are dependent on entity, data, and business. I have to separate Batch 1 from the application because it's updating the DB, so it should not interfere with the website.
Should I just copy files from other modules and create classes and packages that are being used from other modules ?
Great video. very nicely explained
Thank you sir
As always, very well articulated!
What about the database? DB will be shared? Many tables are related to each others.
So simple and clear
Thankyou anna. ❤
This Micro services playlist is enough to cover everything about micro services ?
Please create in depth tutorial on microservices
Thankyou Sir 😊
@@laluprasad3775 avvunu
Need more of these
Thank you for this great explanation sir. Just one doubt, whether these microservices need to be on different servers always or they can be present in the same server as well i.e maybe running on different ports?
They can be hosted on the same server, as long as they are running on different ports. This is often done for small applications or applications that are still in development. However, there are some advantages to hosting microservices on separate servers like scalability, fault tolerance, security...
i want more videos about micro services
Please make a full microservices implementation using SpringBoot, Thanks in advance.
27 inch monitor or 24 inch monitor which is good for programming?
Thank you sir!!
Can you please describe the "API Gateway" & it's significance ?
Can you make a complete tutorial on kubernetes
Navin, can you please make a video on one set microservices that goes from design to deployment.
some full course? please
Hi sir, please make one crash course microservices
Sir is there any complete java program from core to advance course hindi/English please reply
Sir, please make tutorials on microservices.
Can you give example on how one application flow is not impacted due to one service failure
Some companies need java spring and microservices.. Is there any connection among them?
Most of the companies this 3 now
Thank you..
Please make a tutorial on Microservices
Sir I want code of this series !!
I am student of data science would you please guide me
Need Python-based microservices tutorials
Can you please build a project from start to end that will be helpful
Create a tutorial on this
First view and first comment
nana be like-
🤨
IT field main job career
Feedback: In starting, video was out of topic.
Content was not structured.
In disadvantage of monolithic added advantage of microservices otherwise it should state comparision.
Too much explanation related to Amazon site rather than microservices.
Sir I want code of this series !!
Sir I want code of this series !!