Wow, I felt very blessed that I found your channel. The way you teach this by following the industry standard code using spring boot is very very appreciable. Thank you for your channel, very very less instructor gave such thorough knowledge. This is the real teaching, which works for everyone, even after getting a good job. Thanks alot Ma'am for bringing such good content.
@CodeDecode2 жыл бұрын
Thanks a lot Abhishek 🙂🙂
@ankursingh22132 жыл бұрын
Thank you mam.. 🙏🙏 Because of you, I was able to switch my job and cleared all of my interviews. I literally watched a lot of your videos multiple times which really helped me a lot...
@CodeDecode2 жыл бұрын
Many congratulations on cracking interviews Man. 🎉🎉🎉🎉 Thanks A Lot Ankur 🙂🙂
@karishmarawat13592 жыл бұрын
Thanks for the great content! 😊 Also, Please create complete video on spring boot project creation from start to end with all the required validation, authentication following design patterns. It would be really helpful for quick revision as well as to understand things deeply.
@CodeDecode2 жыл бұрын
Sure Karishma👍
@senthilrajatcs2 жыл бұрын
Mindblowing! Great effort! Crystal Clear explanation, As mentioned by others in comments I have gone through many other channel videos, Never seen this kind of masterpiece! I am watching your videos regularly, Keep doing many more videos, I have suggested your channel to my friends and even my juniors to learn.
@CodeDecode2 жыл бұрын
Thanks a lot 🙂🙂. Glad to have u around Man 👍👍
@vishalsepaia5893 Жыл бұрын
Very effective & to the point, thanks for all the videos. Please post your git hub repository link.
@kdautomotive3792 жыл бұрын
Awesome.. Interviewer asked this pattern.. Thank you.!!
@CodeDecode2 жыл бұрын
Thanks 🙂🙂
@bistabil2043 Жыл бұрын
Maybe I am wrong but you still have to modify existing enum thus you have to recompile. If this was implemented with if-then or switch you would have to add a single else if statement in a single file and recompile and both of these two changes (enum or if-else) are quite trivial. Open-closed principle is not satisfied in neither case. It's just that the problem is moved from one place to another, but centralized. Proper implementation (one not breaking open-closed) would require no changes to existing code - just adding the new class implementing that interface should be enough.
@lunatichigh2896 Жыл бұрын
How should we do this? I was thinking during runtime, get the bean of the chosen encryption using qualifier.
@tejeswarpala2841 Жыл бұрын
after watching/reading about the pattern from other sources on internet i thought i got it. but after watching your video only i understood what problem this pattern solves, how it can be applied in an enterprise grade project. Excellent work. I have never seen this type of explanation. 🔥🔥🔥 i like the way the below things are covered in your video. what is it why it is used instead of if else based approach. how it is used debugging the usage.
@artikumari-es6ep Жыл бұрын
Hi, thanks a lot for making these videos. Please make video on all design patters of java, with example as you have explained in this video
@travelwithgattu2 жыл бұрын
you are awesome.. understood this . I am using this in my project 👍👍. thank you
@CodeDecode2 жыл бұрын
Yeah most good projects use this design pattern. It's a must for best practice implementation in java projects 🙂🙂
@Raghu-m8i21 күн бұрын
Hi Madam, Very nice topics covered in your channel. Can you please add one video for aes/cbc/pkcs5padding example in java for Encryption and decryption of sensitive data like salary information
@sandeepchebrolu31292 жыл бұрын
Thanks for the Explanation, one Q - at 16:03 when component is loaded and the constructor is called how is the treeset value being passed ?
@CodeDecode2 жыл бұрын
It's constructor injection. If u see it's @autowired 👍👍
@ramarajuramakanth27884 ай бұрын
Awesome Explanation
@CodeDecode4 ай бұрын
Thanks
@devendra.sanghavi Жыл бұрын
Wow ma'am you are amazing
@CodeDecode Жыл бұрын
Thanks Devendra 😊😊
@raakesh46522 жыл бұрын
Mam pls complete last JUnit series... JUnit for controller n all... Those are pending...thank u.. gr8 work.. Keep up.
@CodeDecode2 жыл бұрын
Sure 👍👍 we will do that👍
@mahi2082 Жыл бұрын
Awesome explanation. Requesting you to do other patterns i had faced Adaptor, Command ,Template design pattern these are asked in jpmorgan and goldman sach. All finance companies concentration on these i hope you will respond to this chat. Thanks for your effort and time.
@CodeDecode Жыл бұрын
Sure Mahi we will try to upload them . Was it asked bcz u used them in any project or out of blue moon they asked random patterns ?
@AMITPAUL-ty1hk Жыл бұрын
Well explained. Thanks for sharing.
@CodeDecode Жыл бұрын
You're welcome amit
@mohaimanulislammahin40952 жыл бұрын
nice topic😊😊 become a fan of your🥰
@CodeDecode2 жыл бұрын
Thanks 🙂🙂
@pandit-jee-bihar Жыл бұрын
The identity provider or Authentication Server accepts the JWT token and decodes it to find the algorithm used in the header. IDP uses the same algorithm for token signature validation, it's a use case for Strategy Design Patterns as the algorithm is not pre-decided.
@sayanbiswas88472 жыл бұрын
Keep up the good work
@CodeDecode2 жыл бұрын
Thanks Sayan 🙂🙂
@sureshmanne72452 жыл бұрын
Welcome back...
@CodeDecode2 жыл бұрын
Thanks Suresh 🙂. We never went anywhere. 🙂🙂
@jasper5016 Жыл бұрын
Can you please make a video on Junits and Mockito? If possible, provide real-life examples of testing REST web services.
@rishiraj25482 жыл бұрын
Thanks a million
@CodeDecode2 жыл бұрын
🙂🙂 no problem Rishi
@layarichard67392 жыл бұрын
Pls have more videos on all design patterns
@CodeDecode2 жыл бұрын
Sure 👍👍
@hassanwhiteside4452 Жыл бұрын
I do have a problem, there is NullPointerException in my application. My encryptionTypesSet argument in Autowired method EncryptionFactory is null and therefore I cannot create any strategy. Does anyone have an idea what the cause could be?
@CodeDecode Жыл бұрын
You forgot @autowire on constructor of factory class?
@LifeTracksVlogs2 жыл бұрын
Mam microsevices m scenario based questions p ek interview video upload kijiye
@CodeDecode2 жыл бұрын
Sure 👍👍
@akashpawar33822 жыл бұрын
Please make a video on visitor design pattern
@CodeDecode Жыл бұрын
Sure we will create it soon
@revanthchinnu89042 жыл бұрын
hello madam kindly make a video on junit and mockito
@amitrangwani75622 жыл бұрын
Hi Mam, Can you please Cover Ambassador Design Pattern of Microservices?
@CodeDecode2 жыл бұрын
Sure 👍👍
@ashutoshkumar4565 Жыл бұрын
should this playlist contain more videos? of other common patterns?
@CodeDecode Жыл бұрын
Sure Ashutosh. Can you please let us know which all patterns you need. We will put videos on them too
@ashutoshkumar4565 Жыл бұрын
@@CodeDecode Behavioural patterns like Observer pattern, creational pattern like builder, structural pattern like adapter, bridge, decorator, facade, some J2ee patterns . This is just so that the playlist is the one place to go for common design patterns. Appreciate your work. Amazing channel
@CodeDecode Жыл бұрын
Sure Ashutosh we will create more dp then. Builder is there in this playlist though. Check 32.50 min of the first part. Lemme know if you still can't find it 👍👍🙂
@shilpan5050 Жыл бұрын
where will get code for above Example
@hamednikbakht97082 жыл бұрын
please create video for @transaction in spring boot
@CodeDecode2 жыл бұрын
Sure we will do that👍
@koraboinaraju95222 жыл бұрын
Hi can you please take one vedio webclient using webflux plz