How to improve API performance?
14:15
Пікірлер
@Ankitjain0809
@Ankitjain0809 Күн бұрын
@Value also supports Relax Binding Please correct in your video
@NimmagaddaHarikiran
@NimmagaddaHarikiran 2 күн бұрын
Hello, What if i put the @Valid and @validated above the method like in this way in the controller @Valid @Validated //No parameters are passed to both the valid and validated here public ResponseEntity<Object> addUser( @RequestBody User user){ //some code } could you please explain this for me Also, I have one more question if i don't write the @Valid in the controller part which you shown in the video and hit the api still i'm able to get the error message for name as "name is mandatory" then what is the difference in keeping the @Valid and without @valid still it is throwing the error message
@kalyankumar5512
@kalyankumar5512 4 күн бұрын
Pls explain IWA Agent interview point of view
@crackITTechieTalks
@crackITTechieTalks 3 күн бұрын
@@kalyankumar5512 sure, will cover thanks
@SagarSundriyal
@SagarSundriyal 8 күн бұрын
Nice explanation on redis distributed cache , in-memory cache. Please explain how to handle serialization and deserialization in Redis
@crackITTechieTalks
@crackITTechieTalks 8 күн бұрын
@@SagarSundriyal will post a video for this concept. Thanks
@unaisulhadi6445
@unaisulhadi6445 16 күн бұрын
Well explained. Keep going
@unaisulhadi6445
@unaisulhadi6445 17 күн бұрын
Well explained.
@ayushjain7758
@ayushjain7758 18 күн бұрын
This is international channel?
@AayushJain-u2n
@AayushJain-u2n 19 күн бұрын
❤❤❤❤❤❤❤
@AayushJain-u2n
@AayushJain-u2n 19 күн бұрын
❤❤❤❤
@prakashthangavel9327
@prakashthangavel9327 26 күн бұрын
Very nice presentaion and explained very well. Thanks....👍
@Gatuxos123
@Gatuxos123 Ай бұрын
In an environment where you have a lot of calls to different micro services, I will have to re-create the models, like you did for Employee in the calling service? If so, there is a better way than repeat code?
@crackITTechieTalks
@crackITTechieTalks 27 күн бұрын
Yes, we need to create different models for different calls. Or you can import your dtos through pom xml
@singhji4149
@singhji4149 Ай бұрын
Excellent, please make a video on spring cache
@crackITTechieTalks
@crackITTechieTalks 27 күн бұрын
We have one for spring redis cache, if you are looking for it
@skydandelion2560
@skydandelion2560 Ай бұрын
Can you make a Crash course Spring Boot With Docker. It will be much appreciated!
@crackITTechieTalks
@crackITTechieTalks 27 күн бұрын
Ofcourse, will do. Glad you liked it.
@student_03
@student_03 Ай бұрын
28:01
@atharvsingh6901
@atharvsingh6901 Ай бұрын
01:12:09 whenever i'm trying to authenticate, i'm getting 403 forbidden error. plz help mam. so many here are stuck on this. plz kindly help
@lam.4721
@lam.4721 Ай бұрын
that's so good
@proudtobehindu2673
@proudtobehindu2673 Ай бұрын
It is very well explained madam . But do we need to do this in every service ??
@Taranpreet_singho
@Taranpreet_singho 2 ай бұрын
ma,am when i get or post secured end point i got 403 error please give me solution
@MYSTERIOMAXXX
@MYSTERIOMAXXX 2 ай бұрын
How do we register/Signup user (First time)in openIdConnect workflow?
@smaring777
@smaring777 2 ай бұрын
Thanks for this clear explanation. This filled in a couple pieces of the puzzle for me and helped me understand why my own implementation wasn't working as desired.
@crackITTechieTalks
@crackITTechieTalks 2 ай бұрын
Glad it helped you !!
@sivakrishna-ym4cg
@sivakrishna-ym4cg 2 ай бұрын
Nice presentation. Could you please share the project
@crackITTechieTalks
@crackITTechieTalks 2 ай бұрын
github.com/saranyakalaiselvan/SpringSecurityJWT
@pratikjadhav7407
@pratikjadhav7407 2 ай бұрын
The best way you explained i understood in the one go.
@pankajthakur9760
@pankajthakur9760 2 ай бұрын
Great video How to integrate these api with custom html and CSS ?
@crackITTechieTalks
@crackITTechieTalks 27 күн бұрын
Will upload soon
@Ankit_sharma24
@Ankit_sharma24 3 ай бұрын
my admin controller which has method level security is not working showing 403 error rest all functionality working can you help me with it?
@edgarangelveradelrio3645
@edgarangelveradelrio3645 3 ай бұрын
Hi, do you know an alternative to ChainedTransactionManager in spring boot 3?
@devisriprasad119
@devisriprasad119 3 ай бұрын
if only i find this video little soon
@tejas-xf3uh
@tejas-xf3uh 3 ай бұрын
CAN YOU PROVIDE GIT LINK ALONG WITH PDF
@crackITTechieTalks
@crackITTechieTalks 2 ай бұрын
github.com/saranyakalaiselvan/SpringSecurityJWT
@user-ns8ug6zu1b
@user-ns8ug6zu1b 3 ай бұрын
This video is *NOTHING* but best video.😂
@crackITTechieTalks
@crackITTechieTalks 3 ай бұрын
Glad you liked it
@MANOHARTHALARI-mn4uh
@MANOHARTHALARI-mn4uh 3 ай бұрын
nice explanation but please decrease your explanation speed
@crackITTechieTalks
@crackITTechieTalks 3 ай бұрын
Sure, thanks for your feedback!!
@Mr_nikkhiilist
@Mr_nikkhiilist 3 ай бұрын
Pleas do video on Kafka springboot project , Thanks
@lovedeepghalyan484
@lovedeepghalyan484 3 ай бұрын
Thank you very much for this knowledge. I have question, please help me out with that, so while authenticate method, we are not explicitly storing authentication object into the security context, so will that happen automatically or it will happen in further new requests when jwtAuthFilter will run fully, because in authenticate we will not have token so we will come out of that filter.
@crackITTechieTalks
@crackITTechieTalks 3 ай бұрын
We are storing in JwtAuthFilter in doFilterInternal method.
@AbbasHussein-xw9vy
@AbbasHussein-xw9vy 3 ай бұрын
First picture annotation for 🏳️‍🌈 😂??
@artilamba1
@artilamba1 3 ай бұрын
Crystal clear explanation ❤
@erdoganibrahim
@erdoganibrahim 3 ай бұрын
Hello sir, can you share your postman app's authorization detail. I did your thigs that you did. But i couln't send a request. i got 401 unauthorized. i am talking about this time kzfaq.info/get/bejne/gMueashn0r6anok.html
@MayankGrover-wf4go
@MayankGrover-wf4go 3 ай бұрын
Make sure In User entity the get method of email is returning email by deafult it is set to null
@emi4643
@emi4643 3 ай бұрын
@@MayankGrover-wf4go what if i dont want to auth with email rather then with my username? im getting 403 forbidden update: nvm it works that way also my problem was that i was defining my requestMatchers to only accept GET requests
@MayankGrover-wf4go
@MayankGrover-wf4go 3 ай бұрын
@@emi4643 Then make sure that getter method is returning the username (field that you are using username) as when you will implement UserDetails there will be method getUsername() that you need to override
@arpansrivastava7537
@arpansrivastava7537 3 ай бұрын
Its very nice explanation, you used a clear overview, it is very fine, please make some example for dev mentioning dev env
@rohanchowdary8511
@rohanchowdary8511 3 ай бұрын
Madam please do video on JCA,
@DCMPraveenrajS
@DCMPraveenrajS 3 ай бұрын
Mam can you do a video on microservice crash course like spring security crash course?
@crackITTechieTalks
@crackITTechieTalks 3 ай бұрын
On my list already!! Will try to cover ASAP!!
@manannagpal2822
@manannagpal2822 3 ай бұрын
Pleas do video on Kafka springboot project , Thanks
@crackITTechieTalks
@crackITTechieTalks 3 ай бұрын
That's in my list.. Need to cover..
@vamshikrishnareddy1418
@vamshikrishnareddy1418 3 ай бұрын
Mam how can we change login page to custom login page
@MayankGrover-wf4go
@MayankGrover-wf4go 3 ай бұрын
hello mam Mam when i sending authentication request by postman it showing 403 forbiden and on iltellij Ide it showing 2024-05-06T12:15:44.100+05:30 WARN 11520 --- [SpringSecurityJWT] [nio-8080-exec-2] o.s.s.c.bcrypt.BCryptPasswordEncoder : Empty encoded password please help me with this
@surishtirajkaralia801
@surishtirajkaralia801 3 ай бұрын
How did you solve this bro
@surishtirajkaralia801
@surishtirajkaralia801 3 ай бұрын
I'm getting the same
@MayankGrover-wf4go
@MayankGrover-wf4go 3 ай бұрын
@@surishtirajkaralia801 i didnt actually remeber. there was problem with getter and setter. it was returning null
@MayankGrover-wf4go
@MayankGrover-wf4go 3 ай бұрын
@@surishtirajkaralia801 Make sure In User entity the get method of email is returning email by deafult it is set to null
@DikshaSharma-nd3di
@DikshaSharma-nd3di 3 ай бұрын
Hi @crakIT ,Kindly share this code repository, Please.
@crackITTechieTalks
@crackITTechieTalks 3 ай бұрын
github.com/saranyakalaiselvan/MultipleDatabaseConfigurartion
@samahmahdi5511
@samahmahdi5511 3 ай бұрын
Excellent explanation, thanks a lot
@crackITTechieTalks
@crackITTechieTalks 3 ай бұрын
Glad you liked it !!
@suthanpalangappa5254
@suthanpalangappa5254 3 ай бұрын
Very much useful vedios.i request you to develop an complete end to end application
@fareedshaik6525
@fareedshaik6525 3 ай бұрын
Pleas do video on Kafka springboot project
@crackITTechieTalks
@crackITTechieTalks 3 ай бұрын
Sure, will cover.
@balasubramaniankumaresan8336
@balasubramaniankumaresan8336 4 ай бұрын
Thanks Mam for your effort, can you post microserivces deployement video with docker and kupernetes?
@crackITTechieTalks
@crackITTechieTalks 4 ай бұрын
Deployment of spring boot and microservices is in my pipeline. Will do!! Glad you liked the video..
@balasubramaniankumaresan8336
@balasubramaniankumaresan8336 4 ай бұрын
Thanks much 👍
@sherwinsayo8602
@sherwinsayo8602 4 ай бұрын
why didn't pass a parameter in the method in the Application config theirs no parameter aside from authenticationManager method how the username is being passed to the method userDetailsService and authenticationProvider
@user-vj8vl8yt6q
@user-vj8vl8yt6q 4 ай бұрын
Practical video?
@crackITTechieTalks
@crackITTechieTalks 4 ай бұрын
It's in my pipeline. Will do soon. Thanks
@shubhamsinha162
@shubhamsinha162 4 ай бұрын
Today, while exploring few things, I got your KZfaq channel. And I can't tell how much I came to know, after watching you few videos. I am really happy. Please keep posting these useful and informative videos. Thanks a lot. I am a backend developer. It was easy to understand even watching at 1.5x. Thank you so much. Appreciate your hard work ma'am. Thanks a lot again.
@crackITTechieTalks
@crackITTechieTalks 4 ай бұрын
Thank you so much!!
@ss-xh3hf
@ss-xh3hf 4 ай бұрын
Great one🎉
@crackITTechieTalks
@crackITTechieTalks 4 ай бұрын
Glad you liked!!
@DCMPraveenrajS
@DCMPraveenrajS 4 ай бұрын
Mam can you post video for beginner level spring boot concepts other than CRUD operation which will be a great help for beginners
@crackITTechieTalks
@crackITTechieTalks 4 ай бұрын
Sure, will cover a video