Пікірлер
@anuragprakash7256
@anuragprakash7256 12 сағат бұрын
What will happen if I return false in preHandle ?
@akashphadtare352
@akashphadtare352 18 сағат бұрын
Awesome video ❤
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 12 сағат бұрын
Thanks
@harishdama5378
@harishdama5378 Күн бұрын
Thank you so much bhai for clear explanation
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 23 сағат бұрын
Thanks 🙏
@srikeerthivasan7084
@srikeerthivasan7084 Күн бұрын
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 23 сағат бұрын
🙌
@rishikachowdarypotturu3488
@rishikachowdarypotturu3488 Күн бұрын
Awesome
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 23 сағат бұрын
Thanks
@elumalaivairamany3887
@elumalaivairamany3887 Күн бұрын
Good Explaination
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate Күн бұрын
Thanks
@universal4334
@universal4334 Күн бұрын
Q1) What if we are using cache to cache a lookup table data? How do you set a key when we have a lot of data, because there might be a lot of records/attributes in a lookup table Q2) If this cachable is used in memory cache, then everything gets stored in the server's storage, and it gets bloated along with all the objects/variables, etc..
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate Күн бұрын
Thanks for asking these questions Q1: If caching a lookup table with many records, you can either cache the entire table under a single key for static data or cache individual records using unique keys (like the primary key). Choose based on your access pattern and data size. Q2: Yes, in-memory caches can bloat server memory. To manage this, use eviction policies, set expiration times (TTL), or opt for distributed caches like Redis to offload storage from the application memory.
@billionaires_lifestyle_vids
@billionaires_lifestyle_vids Күн бұрын
This will not work unless you add @EnableAsync in main class.
@waldo7866
@waldo7866 3 күн бұрын
This was great, thank you!
@MandarSMulay
@MandarSMulay 3 күн бұрын
Sir you explain difficult things in a simple way! I look forward to watching many more tech videos on different topics.
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 3 күн бұрын
Sure Thanks
@satyajitparija6033
@satyajitparija6033 3 күн бұрын
What an amazing teaching skill ❤❤❤❤❤ the way you teach
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 3 күн бұрын
Thanks ❤️❤️
@nikhilchowdary8328
@nikhilchowdary8328 3 күн бұрын
Hi bro try to do sometimes in another tool like eclipse or STS
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 3 күн бұрын
Sure
@MandarSMulay
@MandarSMulay 3 күн бұрын
Sir your videos are wonderful. Could you please share Git Hub link for source code?
@ankitkumarsingh322
@ankitkumarsingh322 3 күн бұрын
Great Effort
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 3 күн бұрын
Thanks 🙏
@MandarSMulay
@MandarSMulay 4 күн бұрын
Amazing videos. Your videos are mind blowing. Debugging internal classes code is just amazing. Loved it.
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 3 күн бұрын
Glad you liked it 👍🏻
@convergence9168
@convergence9168 4 күн бұрын
Superb man! Pls keep it up.
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 4 күн бұрын
Thanks 🙏
@LuciFeR_FTW
@LuciFeR_FTW 4 күн бұрын
Goat Level Explanation. Precise crisp and easy to understand.
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 4 күн бұрын
Thanks
@muthukrish5408
@muthukrish5408 5 күн бұрын
Hi bro, Can you please explain about filters as well
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 4 күн бұрын
Sure
@nandiniarlingam
@nandiniarlingam 5 күн бұрын
thank you
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 4 күн бұрын
🙌
@umapatisingh
@umapatisingh 6 күн бұрын
I have undrrrstood Intrrrseptrrrr now.
@kirannani4044
@kirannani4044 6 күн бұрын
object to json json to obj right??
@HarshaKappala-iw4mh
@HarshaKappala-iw4mh 6 күн бұрын
Please do videos on microservices
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 5 күн бұрын
Sure
@rudranaskar763
@rudranaskar763 4 күн бұрын
​@@CodeSnippetByChetanGhate sir please bring a complete video on microservice
@tahaansari5621
@tahaansari5621 6 күн бұрын
RandomAccess marker interface is used to denote a class that has fast element access, like an ArrayList class where access to the elements are indexed based.
@anirudhrebel3439
@anirudhrebel3439 7 күн бұрын
@Codesnippet bhai are you done with spring data jpa concepts or else still some concepts are pending?
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 6 күн бұрын
Done. Ill cover more in series if anything important comes in flow
@mattakalyan1427
@mattakalyan1427 7 күн бұрын
Bro Thanks for the nice explination. Will you please share the code for this exmaple that helps a lot
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 6 күн бұрын
Sure thanks.
@PrajaktaSolapurkar-p3e
@PrajaktaSolapurkar-p3e 7 күн бұрын
Great content!! Helped to clear many concepts. If possible create more videos related to performance optimization techniques, caching, redis, Kafka
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 6 күн бұрын
Sure Thanks
@PKokilaRPE
@PKokilaRPE 7 күн бұрын
Bro upload videos on API design pls..
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 6 күн бұрын
Sure
@ArchanaNarravula-sh9to
@ArchanaNarravula-sh9to 7 күн бұрын
can u share notes
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 6 күн бұрын
Sure
@syedfaizan5841
@syedfaizan5841 8 күн бұрын
Great explanation , please keep it up
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 7 күн бұрын
Thanks
@syedfaizan5841
@syedfaizan5841 8 күн бұрын
Thanks a lot
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 7 күн бұрын
❤️
@mdtauseefansari7942
@mdtauseefansari7942 9 күн бұрын
Thank you brother for good explanation. Your explanations are very easy to undestand. One request, these beans we are talking at compile time. Request you to create video on runtime bean creation. So that it will be easy for us to understand.
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 7 күн бұрын
Sure Thanks
@srinivasvasala4503
@srinivasvasala4503 10 күн бұрын
Thanks, that great explanation! I also got this question about how you test private members in unit testing.
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 10 күн бұрын
Thanks 🙏
@navyanarayan8655
@navyanarayan8655 10 күн бұрын
is it paid?
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 10 күн бұрын
Community version is free
@salonijain5141
@salonijain5141 11 күн бұрын
Great explanation, thankyou 😊
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 11 күн бұрын
Thanks
@PKokilaRPE
@PKokilaRPE 11 күн бұрын
Sir please post videos on spring boot jdbc it will be more helpful for us....
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 11 күн бұрын
Sure
@Pasha-d2u
@Pasha-d2u 12 күн бұрын
Every time I watch your videos, I learn something new. Your way of teaching is truly amazing-thank you for sharing your knowledge
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 11 күн бұрын
Glad that my videos are helping 😀
@udaykiran7736
@udaykiran7736 12 күн бұрын
thanks bhai. really awesome and helped to learn quickly
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 11 күн бұрын
Great Thanks
@omoregbeekhator4517
@omoregbeekhator4517 13 күн бұрын
please could you do more tutorial on spring boot security, all the filters, and jsonwebtoken filters and implementation. thank you
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 13 күн бұрын
Sure
@omoregbeekhator4517
@omoregbeekhator4517 13 күн бұрын
This is the best java spring boot tutorial
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 13 күн бұрын
Thanks
@jaybrass9259
@jaybrass9259 13 күн бұрын
Your videos are so perfect. I watched a couple, and decided to start from the beginning. Just what I need. You are my choice for learning Spring
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 13 күн бұрын
Thanks. Glad you liked the spring playlist
@billionaires_lifestyle_vids
@billionaires_lifestyle_vids 14 күн бұрын
Like it
@ArunachalamSridhar
@ArunachalamSridhar 14 күн бұрын
Perfect in everyway . Thanks for the detailed explanation 🙂
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 14 күн бұрын
Thanks
@universal4334
@universal4334 15 күн бұрын
Just a thought: Let's say you did not mention applicant id type Applicant and no relation mentioned, but still some application ID passed. If we want the data related to the applicant, we can make a query to join both tables based on the applicant id and can make a projection to dto right
@राहुलवाघ-छ4द
@राहुलवाघ-छ4द 15 күн бұрын
Great explanation....❤
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 15 күн бұрын
Thanks
@AMINESMIHI
@AMINESMIHI 15 күн бұрын
thanks
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 15 күн бұрын
🙌👍🏻❤️
@SabaNaz-fs6gh
@SabaNaz-fs6gh 15 күн бұрын
Please make playlist for full stack Java
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 15 күн бұрын
Sure
@SabaNaz-fs6gh
@SabaNaz-fs6gh 15 күн бұрын
When...??????? or suggest me a channel with full stack Java playlist
@SabaNaz-fs6gh
@SabaNaz-fs6gh 15 күн бұрын
Do you give online class one to one ?
@mdtauseefansari7942
@mdtauseefansari7942 15 күн бұрын
thanks for good tutorial. Request you to give more explanation on manyTomany relationship after changing the ownership of relation.
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 15 күн бұрын
Sure Thanks
@SalahEddine-h4n
@SalahEddine-h4n 16 күн бұрын
Great explanation! I’m looking for content on microservices, GraphQL, and Spring Security.
@CodeSnippetByChetanGhate
@CodeSnippetByChetanGhate 16 күн бұрын
Sure
@MuhammadYasin-qm9sq
@MuhammadYasin-qm9sq 16 күн бұрын
great -- do you have any idea why advice is not getting apply to ZonedDateTime.now() method? is it because it is static method? is there work around for static method ?