as a working professional for 2 years in fullstack java, I can confirm this video is a gem
@chandanverma55213 ай бұрын
I want to become a Java Full stack developer..... please can you share me your experience and give me suggestions and guidance
@harshverm776 Жыл бұрын
I think this might be the best video on YT. You have provided all the best practices 60% which I have learn in my 2 years of career and 40% I have learned new things. This is the great thing that our Brother is providing such a awesome content for free of cost.
@Javatechie Жыл бұрын
Thanks Harsh 🥰. Keep learning 👍
@brianwkinyua15 күн бұрын
0:00:48 1 - Proper packaging style 0:06:23 2 - Use Spring Boot starters 0:07:17 3 - Use proper versions of the dependencies 0:09:27 4 - Use Lombok 0:15:06 5 - Use Controllers only for routing 0:15:06 6 - Use Services for business logic 0:17:42 7 - Use constructor injection with Lombok 0:21:07 8 - Use slf4j logging 0:00:00 9 - Use meaningful words for classes, methods, variables, and other attributes 0:00:00 10 - Bean validation 0:00:00 11 - Custom exception handling 0:00:00 12 - Use custom response object ... ...
@kalaiselvankesavel29712 жыл бұрын
JavaTechie you are such a brilliant guy to provide crisp information . Very grateful to you . This video made my weekend. BIG THANK YOU!!!!
@Javatechie2 жыл бұрын
Thanks buddy 😍
@lts86832 жыл бұрын
Great video. Thanks. I want just to add others best practices: 1- Create application.yml for each environment Ex: application-dev.yml - application-staging.yml ... 2- using library to map DTO like MapStruct... 3- using soft delete 4- using environment variables to avoid hard-coding
@Javatechie2 жыл бұрын
Yes I agreed and missed it .
@helloworld10111 ай бұрын
Can you explain #2?
@mateuslevi130011 ай бұрын
@@helloworld101 MapStruct simplifies the mapping process in Java by generating the mapping code based on defined interfaces. Ex: convert a DTO into an entity…
@Arsy19992 жыл бұрын
This is such high-quality and extremely useful information! Thank you so much for sharing this, really appreciate it!
@lakshmi83472 ай бұрын
This video is very helpful not just for beginners but also for people who want to revise clean code practices for interview !!! Thanks a lot for such knowledgeable content that too for free of cost !!
@AleksandarT102 жыл бұрын
Great video. Helpful for everyone to watch! We definitely need more of these
@markosimic3732 Жыл бұрын
Several points here I had to discover by myself and learn how to practise them. This is a nice video that showcases them (and many more) systematically and in one place. Thumbs up!
@srinivasamovva2735 Жыл бұрын
No Words To Praise you..Be healthy ever my dear
@rowland1384 ай бұрын
Thnkx
@udit9337 Жыл бұрын
Really help full video to optimise the existing code following proper standards great job
@ms.shyamlal2 жыл бұрын
Great Tutorial ! All the basics of spring boot API development covered. Really helpful for Beginners.
@divyamahesh90326 ай бұрын
I cannot step out of video with out commenting. It's such a great content for any developer whether a fresher or experienced🎉🎉🎉 With this video you have shown an end to end project with great standards.
@Javatechie6 ай бұрын
Thank you for appreciate the work Keep learning
@stevegathara8885 Жыл бұрын
Thanks so much Java Techie. You are just a blessing to most of us. Keep giving us helpful tutorials.
@attrayadas8067 Жыл бұрын
Thanks for putting it all together. Really appreciate your effort :)
@Nikhil-Kumar-Ahlawat2 жыл бұрын
you are a gem ...keep making video like this , more power to you :)
@deviprasadhota26172 жыл бұрын
Awesome...plz make a video on roadmap to learn springboot and microservices.
@raunaqsingh662810 ай бұрын
Amazing practices! 🙌🏻 well explained
@anjanx44 Жыл бұрын
Big fan. Thanks a lot man. You save my job.
@gauravdewalkar4830 Жыл бұрын
got to learn a lot of new things. You explain things very precisely and in a simple way. it feels like my elder brother is talking and explaining it to me. Thank you basant bhai. please never stop making videos. :D
@Javatechie Жыл бұрын
Thank you Gaurav ☺️. So happy that it helps you
@fullfun1234 Жыл бұрын
Java Techie, you doing amazing work.
@lavesh5012 жыл бұрын
Useful lesson for beginners Thanks You so much for sharing your knowledge
@johnvick8861 Жыл бұрын
great sir bhala advice eita.
@kokalasoujanya23157 ай бұрын
Great tutorial. Thank you so much Java Techie
@vijaysonawane37768 ай бұрын
This video and code in project is next level, it is exactly same as industry standards students are lucky those who are learning from you. If you have any paid prime course will definitely buy to upskill
@Javatechie8 ай бұрын
Thanks Vijay for appreciating the efforts. Yes i have a few paid courses available devops for developers live class is going on and spring boot microservice recorded video of live class available. You can drop an email to javatechie4u@gmail.com to know more about courses
@umamaheswarreddy92042 жыл бұрын
another great video . Thank you Basanth👌
@bulbul-dev2 жыл бұрын
In controlloler inside ResponseEntity Generic types shouldn’t be used raw (without type parameters) in variable declarations or return values. Doing so bypasses generic type checking, and defers the catch of unsafe code to runtime. Solnarlint warnings. how to resolve it?
@Javatechie2 жыл бұрын
Hover your mouse sonarlint will give hints. Let me know if you are not able to resolve
@VELPULASIVAKRISHNA5 ай бұрын
if our project contains multiple services .is it neccessary to take the multiple exception handler class,and multiple exception Custom Exception..is there any alternate for that?
@pandiyarajramu7492 жыл бұрын
Very nice.. superb explanation. Thank you
@manigandansaravanan40432 жыл бұрын
Is it possible to use Internationalization in bean validation? Need your advice
@Javatechie2 жыл бұрын
Not in bean validation but api level you can
@ramanag56802 жыл бұрын
Thank you so much Basanth
@attrayadas8067 Жыл бұрын
Sir, do you have any plan of making a video on Spring Integration Java DSL? I want to learn it, any guidance will help a lot
@srinivasaraju8399 Жыл бұрын
Wonderful information brother thank you for your efforts 💯💯❤
@monsterhuntergo2 жыл бұрын
Thanks so much for this. Prepping for my technical interview. :)
@amitwarudkar26762 жыл бұрын
Excellent video. Covers all the essentials things
@Prakash-gz6py Жыл бұрын
Hi, how is ur experience with mac as developer? Want to know diff with win. 🙏
@Javatechie Жыл бұрын
Yes it's simply cool 😎. Mac OS is really good for programming
@rickhunter8216 Жыл бұрын
51:55 LINE 39 WHAT DOES THIS SYMBOL MEANS?
@Javatechie Жыл бұрын
What do you have an idea on generic in java ?
@yatendra__singh2 жыл бұрын
Wonderful information thanks for helping ❤️
@JyotiKumari-jd9mf2 жыл бұрын
It's too good and informative. Thank you team.
@omit_krish Жыл бұрын
Sir what is the usage of Compatablefuture in java 8😊
@Javatechie Жыл бұрын
Could you please check my completablefeature video
@omit_krish Жыл бұрын
Ok sir thank you for quick response
@srinivasaraju8399 Жыл бұрын
This KZbin channel is great ❤❤
@omit_krish Жыл бұрын
Where can I grab the exceptional handling tutorial pin to pin explanation😊
@Javatechie Жыл бұрын
Please check this video buddy 😊 kzbin.info/www/bejne/nYHRlWCer7KSbKM
@rohitkarambali7792 жыл бұрын
great help for tech buddies
@Thomastinio6662 жыл бұрын
What I need to change If I use gradle instead of maven to apply this practices ? except for pom xml
@ajithansehivakanan67082 жыл бұрын
Useful content has provided by great teacher!!!👍 I have a small doubt with regards to caching. After added the caching mechanism in application, the first request will reach to DB for fetching the details and store it in cache for serving the further requests. Whether the Spring would reach DB to fetch all the records if any new record inserted in DB in between?
@Javatechie2 жыл бұрын
No it will fire one single select query for new records
@gautamkumarray8279 Жыл бұрын
sir can u please provide resource for Spring Security and JWT Exception Handling.
@Javatechie Жыл бұрын
Have you checked my jwt latest video I believe i covered there
@esmelealemmihretu9412 жыл бұрын
Thank you very much, really appreciated! Can you add dev and production part for caching, auditing, fetching modes too?
@erichhc96982 жыл бұрын
Excelente video JavaTechie , Greetings from Peru 👌
@IMRANANSARI-dq6rh9 ай бұрын
Hi Everyone, Please help me where I can find this PRODUCT-SERVICE project from the playlist.
@ainigma1002 жыл бұрын
Thank you for the great video!!!
@hareeshjp2 жыл бұрын
Greate video sir, thank you very much for detailed explanation... 🙏
@bvinodmca10 ай бұрын
very nice video, superb, much helpful
@vineethchinna39512 жыл бұрын
I have a small doubt what is the difference between testing APIS in post man and writing Junit test cases? both approaches motive is to check whether we are getting correct output or not
@Javatechie2 жыл бұрын
In production environment you can't test your post and put API from post man right?
@vineethchinna39512 жыл бұрын
@@Javatechie ok..Thanks for clarifying
@sarmientoluis892 жыл бұрын
good day congratulate you for the content of the videos a question in the rest services is better to send the code or error messages. Additional that way should have a class that controls the errors for each dto beforehand thanks and success in your life both personal and professional.
@حامدنیکبخت-ن5ع2 жыл бұрын
how to create custom response like this
@RaviVerma-bg6ul2 жыл бұрын
Hi sir, Checkmarx and vulnerability pe ek video ban do sir, how to fix .
@Javatechie2 жыл бұрын
Sure Ravi
@Bloome_BlueFolf2 жыл бұрын
Very much very helpful stuff!
@bhavanisankar71 Жыл бұрын
Sir you used PhysicalNaming strategy in your yml file but why your instance variables not showing in order in database why sir please tell me any one of the solution because I want to store in order how
@bhavanisankar71 Жыл бұрын
Please give me reply
@anandsingh-pw6mm2 жыл бұрын
I see the struggle with yaml, well feature like such you will highly enjoy in Idea ultimate edition, I have switched from community to ultimate last quarter May'22 and so far didn't regret it.
@Javatechie2 жыл бұрын
Yeah it's awesome but chargeable
@elasingh3151 Жыл бұрын
We can also use java record instead of lombok
@Javatechie Жыл бұрын
No record doesn't support Lombok and also it doesn't provide all what Lombok supports
@saravanasathish4232 жыл бұрын
Hello sir, Is there a best way to convert resttemplate response to users required dto response, rather than using Jsonnode and calling particular object. For ex: in resttemplate Users:[ { Firstname:"java", Lastname:"techie" }] I want { Firstname:"java", Lastname:"techie" }
@Javatechie2 жыл бұрын
Yes simply you can use like below User user =RestTemplate.getForObject(URL, User.class)
@medAmineRg9 ай бұрын
great stuff thankyou !
@joeLinton-w1p10 ай бұрын
absolutely awesome
@mars31422 жыл бұрын
I like the error handling, but not the status code 200 for ProductNotFoundException. It should be 404.
@Javatechie2 жыл бұрын
Yes agree status should be 400 not 404
@QuanLe-jh4lr2 жыл бұрын
Why you don't using interface in your code ?
@manutyagi80192 жыл бұрын
Great Video Sir very helpful and mandatory for developers
@manutyagi80192 жыл бұрын
Good evening sir, is it a good practice to have multiple dto's in the spring boot project
@Javatechie2 жыл бұрын
Yes 👍
@manutyagi80192 жыл бұрын
@@Javatechie Good morning sir, one more question how can we export data from one table to another without mapping the tables using spring boot hibernate?
@Javatechie2 жыл бұрын
Use spring batch if not simply you can write one shell script to do that
@veronicagenn8585 Жыл бұрын
God bless you!
@RaghuD-ch9bf Жыл бұрын
Sir, can you share the points you were going through.
@NeerajShukla-t8n9 ай бұрын
Thanks 🎉
@itsnarahari2 жыл бұрын
Why should we maintain the status in response instead of direct results we must get the status response code with that in frontend we can validate it I think we are adding one more step 🪜 to that I think it's not required for failures and success
@Javatechie2 жыл бұрын
No it's required sometimes you will get status 200 but in code there will be NPE which you already handled or bypass
@vindiesel-tn5xm Жыл бұрын
U r my hero❤
@Javatechie Жыл бұрын
Thank you Akash 🤠
@vindiesel-tn5xm Жыл бұрын
Since I have been watching ur vdos...i m getting confident and comfortable in Java...
@thesilentkiller38822 жыл бұрын
Please make a video on how to import config file from spring cloud/ external sources without exposing the config in project
@evsatyamblog4218 Жыл бұрын
Thank you so much❤❤
@014anirban2 жыл бұрын
db connection is failing for me. any help
@Javatechie2 жыл бұрын
You need to encrypt your db password and use it .
@neerajmalhotra82772 жыл бұрын
Loved it ❤️
@vazzdoin2 жыл бұрын
Thanks for the video. Can you please create detailed series on maven builds, designing multi project structure using maven and its plugins??
@premprakashrohan12 жыл бұрын
One importaint thing for Lombok is to generate these all things into bytecode after compilation😉😉...
@nageshpatel8892 жыл бұрын
Very helpful video.Could you please make a video on React production ready app with webpack configuration on dev and prod env..
@Ace-yt7eo Жыл бұрын
Really loved the content ❤️
@sheko45152 жыл бұрын
Can you have a better discount for your microservices course? Also why it says it is only available for 356 days, does that mean that after that I have no access to the course?
@Javatechie2 жыл бұрын
Hi sheko , please drop an email to javatechie4u@gmail.com
@kasasrinivas57652 жыл бұрын
@@Javatechie I am also student. Can you please provide us with less price..
@sinseyha3812 жыл бұрын
Guy , how to throw hibernate error message to client call ?
@Javatechie2 жыл бұрын
Wrap it in service with custom exceptions and then throw it from catch block
@Aj-ld4ds2 жыл бұрын
Thanks for the Video bro :)
@vishalbhosale77472 жыл бұрын
super video...its helpful
@promitbanik1362 Жыл бұрын
Really a good one! Thanks
@pravindabhade1852 жыл бұрын
Why to use "builder" ?
@Javatechie2 жыл бұрын
No click on that ~ it will show you type generic
@andresgomez55923 ай бұрын
Why yml instead of properties
@Vithal_Nivargi2 жыл бұрын
Thank you this is what I wanted to know
@evsatyamblog4218 Жыл бұрын
Thanks❤🌹🙏
@bvinodmca10 ай бұрын
one small suggestion, it would have better if u could structure the packages based on product features rather application layers
@bmiguelmf3 ай бұрын
I completely agree. I hate having my controllers, DTOs, and services all jumbled together-it just becomes a mess. I usually create global packages for things that should be shared globally, like bean configurations. What I typically do is create a package named "stories," and inside that, I’ll have a separate package for each story. Within each story package, I include the controller, service, validation, etc. Also, when something isn't found, the correct HTTP status code should be 404, not 200.
@PappuKumar-ho3ek2 жыл бұрын
Thanks again....
@kumarabhishek1064 Жыл бұрын
Can anyone tell me what springboot developer do on a daily basis in a real time industry project?
@kishordige97212 жыл бұрын
Helpful video
@VELPULASIVAKRISHNA5 ай бұрын
Thanks a lot
@rambeersharma20912 жыл бұрын
You are great
@lovetyagi52662 жыл бұрын
Thanks
@kasasrinivas57652 жыл бұрын
Can you please provide us source code of this example. Please try to post source code here..
@Javatechie2 жыл бұрын
Link mentioned in video description buddy 😊
@taticherlagskmgs Жыл бұрын
Can u please share Source code
@Javatechie Жыл бұрын
Link mentioned in video description please check
@taticherlagskmgs Жыл бұрын
But its not opening just showing viewCode like this