For all those who are getting white label error while using thymeleaf parameterized fragments do this in about.html page: <div th:replace="~{base :: parent(content_one = 'one', content_two = 'two')}"></div> in base.html page: <div th:fragment="parent"> <p>The value of first parameter is: <span th:text="${content_one}"></span></p> <p>The value of second parameter is: <span th:text="${content_two}"></span></p>
@maheshpimpre824513 сағат бұрын
Hi, you are very good teacher. And I am fan of you. But I can't get this video source code, can you please help me. and provide source code.
@TravelTalesNTrails13 сағат бұрын
Thanks Durgesh, your explanation is always easy to understand.
@satyajeethukkire609914 сағат бұрын
At 53:54 min you are giving wrong command and hence you are not able to find the topic it should be kafka-topics and not kafka-acls
@balu_zoro17 сағат бұрын
Thanks a lot sir. Complete the whole series ❤
@abul-kaish18 сағат бұрын
how to upload local img from my pc
@sagardarade21 сағат бұрын
Superb 🔥
@oneking2161Күн бұрын
Hum garib hai hum windows use karte hai.
@sabkaBaap007Күн бұрын
As always, great efforts Durgesh bhai ❤️
@ihgamingfun6295Күн бұрын
Very helpful video 👍👍
@muhammadrizwan0679Күн бұрын
thanks
@muhammadrizwan0679Күн бұрын
thanks
@muhammadrizwan0679Күн бұрын
nice
@muhammadrizwan0679Күн бұрын
thanks
@muhammadrizwan0679Күн бұрын
nice explain
@Chotta_don78Күн бұрын
Hello sir I need your help urgently I want to access event and holiday from Google calender in Android studio kotlin Sir plzzz help me
@muhammadrizwan0679Күн бұрын
thanks
@simnaniabbasi5866Күн бұрын
We need System Design(java) videos/playlist also
@utkarshshukla2448Күн бұрын
api call karke kaise karte hai uspe bhi video bana do sir
@DollyChangulaniКүн бұрын
code?
@sachinraut952Күн бұрын
and if i want to add foreign key then what is the annotation
@topicstoryКүн бұрын
Super motivation
@Yogiraj0903Күн бұрын
dialect command kya tha
@jitenkumar1888Күн бұрын
Thank you 🙏 sir
@shashishekhar7649Күн бұрын
I think for non java people this is going to be a task to continuously keep searching for java algorithm whenever a new code comes up. If there was a separate video covering all basic java syntax like typecasting, conditional statements, loops, oops syntax, etc. that is going to be used in this course, some sort of quick pre-requisite it will help us a lot. Rather than searching for the syntax every time something new comes up we can find all the basic requirements in one place. Or maybe inclusion of such a video if it already exists somewhere can help too. Just a suggestion from personal experience.
@mohammadwazir5566Күн бұрын
Same code 2 alag alag time run karne par alag alag output kaise de sakta hai? Kaise?
@Gamers_clip-jo3hrКүн бұрын
sir what is duration of this series please tell
@topicstoryКүн бұрын
Super great for wonderful content 😊
@AryanJain-lv3rgКүн бұрын
Your teaching skills is very nice
@Anonymous27599Күн бұрын
sir, Where can I get notion link for this project in which you have mentioned small chunks of code?
@thestorm1521Күн бұрын
present sir
@thestorm1521Күн бұрын
present sir
@shree-go1nhКүн бұрын
Hi durgesh, those videos are really helpful for us but just one things irritating is that lots of unnecessary distraction via your social media handles,etc advertising on video. Other than that keep making such videos for us.
@simnaniabbasi5866Күн бұрын
Then How he can earn?? All his courses are free
@oneking2161Күн бұрын
Sir please use windows environment and eclipse for creating project.
@fsd2uk2 күн бұрын
Welldone and described in a clean simple but excellent way
@adityaraj-zm7zk2 күн бұрын
bhaiya mere me table nhi ho raha hai create
@Rimshakanwal-p4v2 күн бұрын
Rami Shah
@narendrajangid112 күн бұрын
thanks a lot , please upload more videos, thanks again
@techtwist062 күн бұрын
I want code file
@mathkidunia89432 күн бұрын
Bht Acha Course Design Kiea Apne Sir bht kuch sikha apse mujy kuch nhi ata tha lkn sir apne bht acha karwaya apne Thank You Sirr
@ihgamingfun62952 күн бұрын
Nicely explained... Carry on bro 🤜🤜
@RishabSharma-t5e2 күн бұрын
For those who want an error for email already exist use this -> if(this.userRepository.existsByEmail(user.getEmail())) {throw new Exception("Email already exist's");}. although it gives error by default it is looking messy and not understandable by users and dont forget to add ->boolean existsByEmail(String email); in userRepository