my favorite teacher, I can't wait to start reading, please also make a video for spring micro services.
@elmo7andesblog8 ай бұрын
thanks for sharing your knowledge
@nguyenhuudard36238 ай бұрын
Nice content, it help me to make product filter feature in my E-commerce project, thanks
@BingyangWei8 ай бұрын
I am glad my viedo helps!!!
@rapss9636Ай бұрын
Halfway this tutorial and I'm in loved of how you explain key details, its difficult to find tutorials that guide you and really know how to explain what's going on, definitely going to watch the whole series on spring boot, thanks for your time!
@BingyangWeiАй бұрын
Thank you so much for the nice comment. That's what I love to do for the community. If you have any questions or need help, just drop a comment.
@dezee24128 ай бұрын
A very good presentation, the graphics and your narration are top, thanks very much..I have not used Specification before but shall endeavour to use it in future.
@BingyangWei8 ай бұрын
Thank you for your nice comment! When you want to implement filtered search, specifications come in handy. 😃
@DukeJava-x7z9 ай бұрын
Another great video! I'm looking forward to the day of your full tutorial on Microservices with Keycloak and Kafka integrated 😊❤
@BingyangWei9 ай бұрын
Thanks for the suggestion!
@shinchanaddicts35728 ай бұрын
Great teaching, whether the episodes completed are more content is coming
@BingyangWei8 ай бұрын
There are a few more.
@majdalkwaja97924 ай бұрын
very detailed explanation, thanks
@jo-cheong7 ай бұрын
I'm honored to be able to take your class today. If there is a next episode, I look foward to a class on saving images or video with file storage and DB!
@BingyangWei7 ай бұрын
Thanks! I do have plan to discuss saving images with Spring Boot!
@jo-cheong7 ай бұрын
@@BingyangWei It's expected! That topic is my current concern. I need to sepearte dev and prodc. also allow dev to actually use local for free, not blob storage in Azure. I guess I need to install something with npx for dev
@kaka_tutorails87656 ай бұрын
It's my first time watching your video and I really love it keeps up your good work.
@BingyangWei6 ай бұрын
Thank you!
@s4ckm4nАй бұрын
Thanks for this useful instruction! Do you have an example for a Specification that can handle a list of strings (e.g., multiple names)?
@BingyangWeiАй бұрын
Hi, what is the scenario? Please provide an example.
@s4ckm4nАй бұрын
@@BingyangWei I'll use your example as context. There are two cases: 1) If you want to search for multiple owners (for that, one can use the "in" method of criteria builder. 2) If we change the artifact entity to have multiple owners then 2.1 how do we search given one provided owner and 2.2 how to we search given a list of provided owners?
@hikikomori93875 ай бұрын
Is this the last video of the playlist? or will there be more content on spring boot ?
@BingyangWei5 ай бұрын
I just posted a video on uploading files to Azure Blob Storage. It is here: kzbin.info/www/bejne/rJCXq2utr8qfbrs, I do plan to create a few more videos for this tutorial series.
@hikikomori93875 ай бұрын
@@BingyangWei Thank you so much kind teacher. Its always great to see someone making tutorials beyond the basics and giving us the real world industry standard essence of spring boot and other relevant technology.
@BingyangWei5 ай бұрын
@@hikikomori9387 Thank you. I am flattered. 😀
@seyhaphan73198 ай бұрын
How to add function to order (order by char_length(col_01) )using this specification with pagination?