what's up with the background noise? Cant even here what's being said sometimes
@lgagai2k9 ай бұрын
Everybody please be aware that the update statement in the video is vulnerable to obvious SQL injection. Don't do this, use parameters.
@spider279 Жыл бұрын
Thanks sir , please remove background sound
@stackdev-io Жыл бұрын
Thanks for the feedback will make the videos better next time
@AbhishekPandey003 Жыл бұрын
How connection managaement happens? How to close the connetion when the request is done?
@syedhaiderali1519 Жыл бұрын
Very Useful tutorial dude, thumbs up 👍
@jialinwu-g2t Жыл бұрын
Hi I use your method build image , but this image only can run on mac , when put into docker image it will exec format error
@kuatospanov6321 Жыл бұрын
hi, if we use native image, most of jvm metrics in micrometer is empty. how do we monitor application ? What kind of metrics should be observable in grafana dashboard?
@sathishmanjavo Жыл бұрын
Hey, How do we generate a graphql query based on its schema? The caliban client is only available in scala. Could you point if there is any java equivalent?
@jrn1246 Жыл бұрын
Great video once again!
@jrn1246 Жыл бұрын
Very good video, coming from flask all this views and files made my experience very confusing regarding the initial config part. Thanks for the explanation, going to watch all the videos of this series to develop further my knowledge. Cheers, liked+ subed
@stackdev-io Жыл бұрын
Amazing thank you for the feedback @jrn1246, much appreciated🙏
@abrahammoyo3457 Жыл бұрын
Well explained and live coded!
@Med-fl6zp Жыл бұрын
how to test update Data
@RalfWeber-q1f Жыл бұрын
amazing, love it. Exactly what I was looking for!
@ruff7209 Жыл бұрын
Good job!
@dimianovic7717 Жыл бұрын
Great tutorial!
@VirtuosoQ Жыл бұрын
I wanna say why i get 404 code with url localhost:8080/api/users intellij say the url is right but my postman say 404 , i use spring-boot3 and it can run!
@aliksargsyan2782 Жыл бұрын
thank you very very much. Such a clear explanation and understanding way
@alexandersmirnov4274 Жыл бұрын
Great topics!!
@vivekkamineni7639 Жыл бұрын
we are subscribing in the addUser() method. isnt it blocking?
@psymon25 Жыл бұрын
If you ever get this working with Django Api-Key let me know as posting on slack just generated the usual toxic rubbish so still no wiser
@DavidMwangikamau Жыл бұрын
This was of great help. Thank you. I was able to use spring MVC with React as Hybrid of SPA and MPA.
@pratikshasutar728 Жыл бұрын
Hi can you please help to write the test case for the same code..
@nehurane Жыл бұрын
Hello TNyamukapa, thanks for tutorial. Really helping me understand and have a hands-on knowledge of Istio. One question we are injecting a envoy prox as a sidecar acting as a gateway. Such a sidecar can be a another springboot app does some logic like authorization? Is it possible?
@stackdev-io Жыл бұрын
Hi @nehurane thanks for the feedback, i'm glad you find the tutorial helpful. So yes there are multiple ways you can configure your proxy envoy to enforce security, Istio has some security policies you use to allow authentication between microservices, including the most commonly used mutual tls which allows microservices to identify themselves to each other before establishing a connection. You can also configure JWT authentication, namespace isolation etc etc. So you can configure Istio to do security checks and validation using these different polices without necessarily implementing a security microservice layer yourself since you just want to let your microservices handle business logic. Looking forward to do a separate video to cover some of these concepts. Hope this somewhat answers your question :)
@nehurane Жыл бұрын
@@stackdev-io yes does answer my query. I was asking this b'coz I got to do a POC where we want a sidecar app to some business services. That sidecar should validate token in incoming request and then forward to main service. But this will help me a lot.
@anzindh Жыл бұрын
Really helpful videos..... Thanks
@stackdev-io Жыл бұрын
Thank you for the feedback, much appreciated :)
@anzindh Жыл бұрын
Great tutorial
@anzindh Жыл бұрын
Thanks... Amazing content
@HasNoName69 Жыл бұрын
dude make more spaces in your code
@zahrasalehi9217 Жыл бұрын
thank u man.. ireally apreciate it. keep it up.
@stackdev-io Жыл бұрын
Much appreciated @zahrasalehi9217, don't forget to like and subscribe to the channel :)
2 жыл бұрын
Nice!
@sophiemurz4862 жыл бұрын
Thank you so much for your helpful video. I have already watched and read a thousand tutorials, but none of them were useful. You are the first one after whom my application finally run successfully.🙏🤗
@stackdev-io2 жыл бұрын
Thank you so much for the feedback @Sophie, im glad you find it helpful. Don't forget to like and subscribe to the channel 😀
@rezaperdana72 жыл бұрын
Thank you and nice video. Looking forward to learn next tutorial about Webclient from you. Helps a lot!
@andresa99132 жыл бұрын
Great video! But I'm not clear what is flatMap doing? Why do we need .flatMap ? @Stack{Dev}
@stackdev-io2 жыл бұрын
Thanks for the feedback @Andres, it's just a way of reducing the mapped object into a single instance , without storing the main function in a variable, this allows us to do that inline save method without declaring a variable for the repository function. Not quite sure if that makes sense :)
@dereckchamboko91602 жыл бұрын
Proud to be zimbabwean
@samuelworlanyo39512 жыл бұрын
{"detail":"Invalid token."} is the response i get when input the curl command
@petroniobonavides35302 жыл бұрын
Grelo man, how about Jmeter? When do you intend to do that? Awesome video
@stackdev-io2 жыл бұрын
It coming soon it's in the pipeline. Thanks for the feedback
@petroniobonavides35302 жыл бұрын
@@stackdev-io indeed, this playlist is unique. In the video, will you compare springWebflux with springMvc? Because, show the webflux efficiency compared with springMvc would be super cool!
@AsantePE2 жыл бұрын
Keep making videos and eventually more and more people will find you or you will land a very good job either way. Keep going!
@stackdev-io2 жыл бұрын
Thanks for the feedback, Much appreciated
@linalukusa51492 жыл бұрын
You are the best! Thank you very much for this tutorial.
@카라멜땅콩-p2p2 жыл бұрын
Great!!
@aaomms79862 жыл бұрын
Thx nice one!
@grant_vine2 жыл бұрын
Amazing work, keep it up 😎🤩
@stackdev-io2 жыл бұрын
Thank you @Grant, much appreciated :)
@ImranImran-wt9ew2 жыл бұрын
Hi, Sir can u help me with the database connection. I have used same code what is in DBConfig.java and in application properties I get Error (Failed to obtain R2DBC Connection; nested exception is io.r2dbc.postgresql.PostgresqlConnectionFactory$PostgresConnectionException)
@abcdef-me9je2 жыл бұрын
very good expaination
@sauravpoojary52302 жыл бұрын
Can we use composite keys with r2dbc and postgres??
@stackdev-io2 жыл бұрын
Yes i'm sure you can have a composite key, as long as you have it defined in your sql schema definition and data class model definition(@Id Int key 1, @Id Int key2)
@eltonchikova92372 жыл бұрын
That was helpful and on point, thank you
@stackdev-io2 жыл бұрын
Thank you @Elton glad you find it helpful
@numberonekidschannel53772 жыл бұрын
Hello can I get your email or linkedin
@omeatai2 жыл бұрын
Awesome Content! Finished all 3 videos! Thanks a bunch!
@stackdev-io2 жыл бұрын
Thanks bro , I'm glad you find it helpful , much appreciated 🙏