Тёмный
TechTalk Debu
TechTalk Debu
TechTalk Debu
Подписаться
Welcome to "Techtalk Debu", A Technical and Educational RU-vid channel, your one-stop shop for all things related to Java, Spring core, MVC, Spring Boot, Java 8, REST API development, Microservices, coding, Data Structure Real-time Java Application Building, Github, docker, AWS cloud services, GCP, API testing, Database, RDBMS, NoSQL, MongoDB, caching application, Big data app, Apache Kafka, Javascript, JSON, Node js, React JS other technical content.
Whether you're a seasoned developer looking to stay up-to-date with the latest industry trends or a beginner just starting out,
So if you're looking to enhance your knowledge and grow your career in the tech industry, subscribe to Techtalk Debu today and join our community of passionate developers.

"Think and Learn Simple way - Techtalk Debu"

About Me :
I am Debu Paul, a passionate Backend Java developer, and blogger who lives in West Bengal, India. I enjoy writing code and sharing my experience with others
Комментарии
@swatinaroliya9840
@swatinaroliya9840 День назад
Saw this example on stackoverflow but not clear with the concept finding means what ?
@ding-dong0
@ding-dong0 11 дней назад
Thanks man.. Its worked
@akshaybhondve5145
@akshaybhondve5145 13 дней назад
Horrible explanation.
@IbrahimaDoucoure-h5l
@IbrahimaDoucoure-h5l 19 дней назад
Thanks man I am trying to solve this problem from 4 days. This worked for me. Thank u again
@GetGoodGerry
@GetGoodGerry 26 дней назад
Great tips! 👍👍👍
@user-ed7ue4fu6z
@user-ed7ue4fu6z 27 дней назад
Nice explanation, thank you man.
@sekharjamallamudi9531
@sekharjamallamudi9531 29 дней назад
Very nice
@TechTalkDebu
@TechTalkDebu 29 дней назад
Welcome
@varshalokhande1458
@varshalokhande1458 Месяц назад
Nice video.very helpful
@TechTalkDebu
@TechTalkDebu 29 дней назад
Glad to hear that
@TechTalkDebu
@TechTalkDebu Месяц назад
Free Group link : chat.whatsapp.com/E2rhRyRSzl43nG6MgzyqFP Purchase SQL Tutorial : xynn.xyz/y/sql-complte-guide-with-146-leetcode-sql-solution/
@JustinRaj-yh9lu
@JustinRaj-yh9lu Месяц назад
Good
@TechTalkDebu
@TechTalkDebu 29 дней назад
Thank you
@laxmikantpal3634
@laxmikantpal3634 Месяц назад
Still getting this error while i have changed permission and I am getting code and files from github .
@Loveofindian
@Loveofindian Месяц назад
Bhai profile me name change ho gya pr certificate me same aa raha hai ab bhi... ig mode me krne ke baad bhi
@tejaswiniakula7607
@tejaswiniakula7607 Месяц назад
Could you please tell how to include profiles in 2.7.3
@yenheirlazo9315
@yenheirlazo9315 Месяц назад
No aparecen los 12v, ni los 26v que salen del Flyback
@luisgutierrez9248
@luisgutierrez9248 2 месяца назад
great thank u
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome
@atulpatil7823
@atulpatil7823 2 месяца назад
Thanks you very much. Solved the issue.
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome
@Engr.SharoonHoney
@Engr.SharoonHoney 2 месяца назад
Good explain
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Thank you
@amanpandey6349
@amanpandey6349 2 месяца назад
Hi debu , thanks for the interview questions , it is great to learn from this channel. Hi, i have request that i want to made ... that i recently got removed from the project in my company and right now in bench in cognizant ...the Hr recently said that in 5 days if i will not get the project they will remove me or layoff me. As recently many people got removed by cognizant by forcing by hr to give resignation. I am afraid that there are no proj in cogni and they will layoff me. Please help me regarding this i have experince in java spring boot . I am not getting so much calls from outside also.
@TechTalkDebu
@TechTalkDebu 2 месяца назад
My suggestion would start preparing for the interview, change your cv , put valuable words , which can increase your cv ATS score... Update all the job portal ....if need any help let me know
@amanpandey6349
@amanpandey6349 2 месяца назад
@@TechTalkDebu Thanks sir for the suggestion , i will work on this. If needed i will contact you.
@sujitkumar2196
@sujitkumar2196 2 месяца назад
Great but you should give practical demo.
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Sure and Thank for feedback
@amruthatatavarty352
@amruthatatavarty352 2 месяца назад
How can we read this blob data type in sap bods
@skullsvideos8323
@skullsvideos8323 2 месяца назад
👍
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome
@Md.ShamimAhamed-vm2zp
@Md.ShamimAhamed-vm2zp 3 месяца назад
your all lectures are so rich content and clear, bring us some more topic sir.
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Sure and Thank you
@shamimahamed8333
@shamimahamed8333 3 месяца назад
Thank you sir, i have been looking this topic for 10 days, But you lecture is so clear to get this difficulty with easy way.😊
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome... Sure
@chandankumar-vm2yc
@chandankumar-vm2yc 3 месяца назад
Difference B/w Inversion of Control (IoC) and Dependency Injection Imagine you're baking a cake, and you need ingredients like flour, sugar, and eggs. Inversion of Control (IoC): IoC is like having a recipe book that tells you when to add each ingredient and how to mix them together. Instead of you deciding when to add flour, sugar, and eggs, the recipe book (or the Spring Framework, in our analogy) takes control and tells you when to add them. In Spring, IoC means that the framework takes control of managing the flow of your application. It decides when to create objects, how to wire them together, and when to destroy them. Dependency Injection (DI): DI is like having someone else provide you with the ingredients you need to bake the cake. Instead of you going to the store to buy flour, sugar, and eggs, someone else (like a friend or family member) brings them to you. In Spring, DI means that instead of your class creating its own dependencies (like other classes or objects), Spring provides those dependencies to your class from the outside. This makes your code more flexible and easier to test because your class doesn't need to know how to create its dependencies; it just uses them. In summary: IoC is about control flow. It's like following a recipe that dictates the order of operations. DI is about providing dependencies. It's like having someone else supply you with the ingredients you need.
@TechTalkDebu
@TechTalkDebu 3 месяца назад
Good explanation
@Mdrakib-lo7dl
@Mdrakib-lo7dl 3 месяца назад
great i solve it
@TechTalkDebu
@TechTalkDebu 3 месяца назад
Thank you
@user-nv4bz2nf7t
@user-nv4bz2nf7t 3 месяца назад
thank you
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome
@rishithasrisyamala925
@rishithasrisyamala925 3 месяца назад
Hi sir, I'm still getting the issue after declaring @bean Please help me as its emergency for me
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Ok
@santhoshs1919
@santhoshs1919 4 месяца назад
Currenty i am facing issue in production environment can you please on this java.security.NoSuchAlgorithmException: class configured for Signature (provider: BC). while using SHA256withRSA/PSS algoritham
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Okay... Plz check the jdk version and available cls
@MS-gt9yu
@MS-gt9yu 4 месяца назад
Nice information
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Thank you
@rajashreemohanty5473
@rajashreemohanty5473 4 месяца назад
still error is coming
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Ok
@jnsridhar
@jnsridhar 4 месяца назад
Amazing work
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Thank you
@rohitraghav907
@rohitraghav907 4 месяца назад
Why is it important to migrate to 2.7.x first? Can't i migrate directly to Spring Boot 3.2 from my current version 2.5 @TechTalkDebu
@TechTalkDebu
@TechTalkDebu 2 месяца назад
It's not important... But if you go for a step by step upgrade, you will face less issue
@hollarteju_u
@hollarteju_u 4 месяца назад
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Thank you
@flacodoom
@flacodoom 4 месяца назад
Thanks for sharing! It works for me 😉
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Thank you
@sagarchimankar9250
@sagarchimankar9250 4 месяца назад
Thank you.......
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome
@deepshikhavandana1768
@deepshikhavandana1768 4 месяца назад
Anyone help me I need to upgrade java7 to java8 in spring mvc 3.1.2. Did anyone have idea how to do?
@TechTalkDebu
@TechTalkDebu 2 месяца назад
It's not req
@rexsmithcapgemini9049
@rexsmithcapgemini9049 5 месяцев назад
nice videos
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Thank you
@shamstabrez2986
@shamstabrez2986 5 месяцев назад
ur video is gd brother i jst wanna say that try to create updated videos according to 2024 n describe the best practices of folder structure of java full stack monolith appn and also microservices
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Sure, Thank you for your suggestion
@MrAndykofi
@MrAndykofi 5 месяцев назад
Good one, keep it up.
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Thank you
@VivekSharma-vu9yl
@VivekSharma-vu9yl 5 месяцев назад
Thank you much sir for this video...
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome 🤗
@blessyRelatable
@blessyRelatable 5 месяцев назад
Thank you
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome 🤗
@user-pc1pm1vb7p
@user-pc1pm1vb7p 5 месяцев назад
can you suggest me some jvm parameter to optimize gc , when gc is not working properly ?
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Use G1 if you are using Java 8 .. else lesser for parallel gc
@Funn_mi_
@Funn_mi_ 5 месяцев назад
Perfect example and explain thanks u sir
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome
@snowin5797
@snowin5797 5 месяцев назад
Men you're the best!
@TechTalkDebu
@TechTalkDebu 3 месяца назад
Thank you
@shubhamkumbhalkar9337
@shubhamkumbhalkar9337 6 месяцев назад
Play on 1.25x Speed, thank me later
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome
@user-xr1yd4uj4l
@user-xr1yd4uj4l 6 месяцев назад
thankyou. I successfully hosted a website with your help.
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome 🤗
@oscarvelasquez6081
@oscarvelasquez6081 6 месяцев назад
Thank you!
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome
@user-od1cr7oq3s
@user-od1cr7oq3s 6 месяцев назад
Thank you bro! After looking up a lot for a solution. It turns out the problem was not my code but the Postman settings. Thank you!
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Welcome
@mikebrown5142
@mikebrown5142 6 месяцев назад
really like the vid, helped me out! Have a great day and remember, Jesus loves you!
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Thank you @mike
@hackstreet781
@hackstreet781 6 месяцев назад
chala k bhi dikha do sirji
@TechTalkDebu
@TechTalkDebu 2 месяца назад
Sa ure