I started watching your videos several months ago and today I signed up for my first junior job for java spring developer. Thank you so much, you changed my life.
@DailyCodeBuffer2 жыл бұрын
Great 👍 Congratulations 🎉 Glad to be small part of your journey ❤️
@rinkarto Жыл бұрын
Great to hear these success stories 🎉
@azam1125010 ай бұрын
Congratulation Bhai, By watching ur videos only i started by Microservice journey 3 yeears back.
@GodofStories Жыл бұрын
Great explanation using the Java implementation to show the internals.
@anrgkdm2 жыл бұрын
Nice explanation. Please make a video on working of HashSet and TreeSet. They ask this in interviews for experienced developers.
@nalcow Жыл бұрын
sir you are awesome, what a great source of information your channel is, thank you
@KritiJar-e6n Жыл бұрын
Great explanation. Recently started watching your videos. Really enjoying it. Thank you!
@andreas-fefe2 жыл бұрын
Welcome back 🙂 after this rest period. We missed you DCB - Boss
@DailyCodeBuffer2 жыл бұрын
Thanks buddy 🙏🏻❤️
@satyanarayanareddyb30522 жыл бұрын
Hey Shabbir, great video. Can you please do a video on comaparator and comparable with examples and usecases, propably how it is asked in interview perspective..
@brahmamk77712 жыл бұрын
Congratulations.. please upload Master in microservice and kafka .. thanks in advance
@ashokumakrish2 жыл бұрын
Congrats for 50K subscribers. Good explanation, please post the Angular videos it's very helpful for us.
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@ankursingh22132 жыл бұрын
Thanks.... 🙏🙏 Bhai, please make videos on Spring Framework interview questions... Btw, what happened to your right eye? Looks red
@DailyCodeBuffer2 жыл бұрын
Infection, better now Thanks for asking
@RakeshKumar-hr7my2 жыл бұрын
Great job buddy, congratulations for 50k subscribers. Thank you.
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@tysonthedesiretriever83932 жыл бұрын
as always very clean n sufficient enough videos .... doubts 1. why dont we use balanced tree in the first place instead of linkedList 2. what is the criteria by which tree is made ...i mean go to left or right 3.. how does hashMap.getKey() works
@ramasamyramasamy24232 жыл бұрын
Purpose of using balance tree later than linkedlist is about the size of the nodes added at specific index of the object created for the hashmap. Dismantling a sub tree of elements that added into balanced tree while deletion of elements in hashmap made, will be faster than removing an element from the linkedlist attached to the index of the object when deletion of elements size is larger. Dirtying the hashmap's elements will be slower when linkedlist size is increased...
@brijeshkumar3900 Жыл бұрын
Hats off bro !!! the way you explained !!!
@DailyCodeBuffer Жыл бұрын
Glad to hear that 🙏🏻🙏🏻
@rashmimuchlambkar8490 Жыл бұрын
Hi great explanation!! please let me know why/when should we override equals and hash code method in Java ? If you have already made a video please give me the link..
@paulraj28072 жыл бұрын
Excellent explanation 👍👍
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@beksaylor2 жыл бұрын
@Daily Code Buffer Great video, what IDE and Color Theme are you using?
@DailyCodeBuffer2 жыл бұрын
Intellij Idea Xcode dark theme
@saurabhchalikwar68222 жыл бұрын
Bring a tutorial for rest services because you have posted videose even on microservices but missing about rest service and mvc. Please make a video on it..
@techtips76412 жыл бұрын
Excellant explanation it really helps
@DailyCodeBuffer2 жыл бұрын
Thank you 🙏🏻
@manish89arya2 жыл бұрын
Take care of your eye bro... ! :) Kudos to all of your efforts and quality content !
@DailyCodeBuffer2 жыл бұрын
Thanks buddy 🙏🏻 Thanks for asking, now my eye is much better
@sharadpratap2 жыл бұрын
Very Good explanation!
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@faixan132 жыл бұрын
excellent explanation. I didn't know about the java 8 hashmap optimization . learnt something new today. :)
@DailyCodeBuffer2 жыл бұрын
🙏🏻❤️
@dhilip772 жыл бұрын
I like most of spring boot videos. Do you have any plans for language scala with, spring boot. It helps for data engineer profile like me to build top to end.
@rushabhshah3922 жыл бұрын
Congratulations 👏 for 50K .. keep up the good work 👍
@DailyCodeBuffer2 жыл бұрын
Thanks buddy 🙏🏻❤️
@gowris4422 жыл бұрын
Bro here i have doubt in one place while doing get operation you are particular key hashing will happen and return index of the position of key. If its not match that key it will look oneby one node traverse if its not found it will return null value finally. Why we need to check one by one node to traverse and find out that key. If you do find exact key value means why could we can use balance tree logic to find out or some search mechanism to find out immediately not by way of traversing node one by one.
@afrozkhan.2 жыл бұрын
Thank you very much Shabbir nice explanation very much helpful please make many more videos on different topics... Congratulations for 50 k subscribers.
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻 ❤️
@andriyzhuk88302 жыл бұрын
Very nice explanation.
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@ramasamyramasamy24232 жыл бұрын
superb... good explanation...
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@mohammadamir8824 Жыл бұрын
Great Work, and dedication brother, looks like you had the flu and your right eye is red, but you still put the effort and made the video.
@Anilkumar-reddy2 жыл бұрын
Hey Man, As always u will be awesome, finally, I understood. Great Explanation
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@mohammedilyas88242 жыл бұрын
Congrats shabbir bhai
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@harikrishnhaaraghuveeran5866 Жыл бұрын
Once the size of index increases from 16 , how will hashcode work for same key when it got inserted before and after index size increased?
@svalyavasvalyava98672 жыл бұрын
Thank you very much!!!
@willofd16832 жыл бұрын
Congrats bro keep going
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@coder38422 жыл бұрын
Crisp and clear
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@anupvishwakarma42142 жыл бұрын
If the bucket size is more than 64 and one of the particular indexes reaches 8, then only the linked list will get converted to a Balanced tree. Please correct me if I am wrong.
@anand80192 жыл бұрын
Clearly explained 👍
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@rishavgupta78682 жыл бұрын
Aren't we getting the index from the key within range of 0 to size-1 after applying hashcode() method, if so, what is hashing doing then, what's the difference between both, please anyone explain...
@tejachowdary3092 жыл бұрын
Can you please post a video on how to integrate our rest api with splunk and dynatrace
@hrithikgoswami98082 жыл бұрын
Great work man!!
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@kirankutte7073 Жыл бұрын
Hey Shabbir, Great explanation and i have doubt here, why we are using linkedlist in each bucket for storing the nodes,why cant we use simple arraylist?
@umeshkrishna892111 ай бұрын
Array list is the array representation so it doesn't have nodes to connect, where as linked list has nodes which are chained to maintain the links between the nodes.
@anushbabu50232 жыл бұрын
Hi bro, please make videos on design patterns.
@yashwantkumar-ev8dy2 жыл бұрын
Any plan to launch videos related to Data structure and algorithms using java
@DailyCodeBuffer2 жыл бұрын
Planning on it
@ghosh93902 жыл бұрын
I want to learn java from you please ❤️
@nikhileshyoutube49242 жыл бұрын
Back again ❤️❤️❤️
@DailyCodeBuffer2 жыл бұрын
Yes ❤️❤️
@dheebanm3207 Жыл бұрын
Awesome bro... :)
@debiprasaddash6542 жыл бұрын
In this. Vdo which ide used anyone know
@brajagopalmukherjee15882 жыл бұрын
Bhaiya one request Ak long one go video for java and DSA course can we except bhaiya ????plsssss
@SumitSharma-qz2jd2 жыл бұрын
Congrats 👏
@DailyCodeBuffer2 жыл бұрын
Thank you 🙏🏻
@henokberhe85392 жыл бұрын
Thank you brother
@anitsarker45912 жыл бұрын
Great video
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@dhilip772 жыл бұрын
Could you do a video on scala language with spring boot
@DailyCodeBuffer2 жыл бұрын
I will plan on it
@shaileshkumar28062 жыл бұрын
Good video lesson
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@martinh75442 жыл бұрын
Course about KStreams, bro.
@venkatashanmukha3482 жыл бұрын
Please make on microservices don't waste time on already existing tutorials
@riteshmalav24482 жыл бұрын
I need java 8 feature video
@tarunkantshakya68332 жыл бұрын
Please change IDE background to white for clear picture🖼️
@debiprasaddash6542 жыл бұрын
Cann u say which ide he used
@vivekthakur5132 жыл бұрын
@@debiprasaddash654 intellj
@mohammedsaqib12502 жыл бұрын
Great vedio
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@mohammedsaqib12502 жыл бұрын
@@DailyCodeBuffer Watching you java interview Question playlist. Please detailed vedio of each and every class in collections Framework
@akshaykumar-uv3up2 жыл бұрын
null shouldn't be in " ".
@michelchaghoury96292 жыл бұрын
Mannn keep going your vids are amazing please can you make speing boot + angular projects like the ones with react and nextjs and also we need spring integration testing with DB and how to do BDD in spring thank you and keep going