@pritamhippargekar1840

We are using this pattern from last 3years in my project

@vino7tech

Your features and way of explanation are very good. Whatever AI systems exist, learning from a tutor like this is awesome

@ankitkaushik2585

Great explanation! Please start making video on AI/ML learning path.
Thanks!

@dheerajmadan1439

Is that factory design pattern?

@TheRebelMe

Great content from great teacher.Thank you so much.And I also want to share with you that for promotion my company set up some courses to finish and deliver project based on that course content.Your videos helped me to complete that and finally I got promotion Thank you once again

@lelandaure

Love your videos! I think we can go further by setting Enums and putting the enum to the bean name in every implementation so it is going to be more scalable if a typo happens

@danilofernandes8282

I prefer to create a class called Resolver, and in my interfaces, I have a method that returns an enum class. So, in the Resolver class, I just filter over the collection of interfaces by the enum type value.

@AyonDas-c1z

great video ❤

@AdityaSinghRajput-zq4yn

you always bring such amazing content really appreciate that please bring such more videos and as i earlier requested please make a video on how to create a role based authentication without any endpoint and method level security purely using token parsing in nginx and from token a db call for endpoint saved in db with a required slug if it matches then request forworded to microservice for which it is requested

@vasanthvasanth1672

Just to add : This is what strategy design pattern is. Have been using this from last couple of years.

@neeharkhannu6289

Good one!😊 thanks!

@shubhamw7818

I have also used it before 3 years for notification service implementation.

@RohitKumar-dz8dh

Thanks 😊

@sumanthvarma9999

We can use abstract factory patterns too for this

@VigneshBhaskar

Thanks a lot

@amarthyaseshu683

Thanks, looks like upgraded strategy design pattern

@-GANGUPALLIMAHAMMED

I think we can use Strategy pattern here

@ahmedahmed-my1iq

Hey Basant- can you shows us how to use enum to do the sum? Map solution is not elegant in this case. Using enum for this pattern is better choice.

@KeletisTalks

Good video. I have a query, if I want to load a class outside the spring context ay run time. I have used class loader, but is there any better approach.

@akashshaw3988

Which is the minimum spring boot version to support this feature?