GraphQL with Quarkus Tutorial 2022
50:52
Quarkus Full Course Tutorial
1:08:26
2 жыл бұрын
What is Quarkus
10:31
2 жыл бұрын
Spring WebClient Tutorial 2022
23:33
2 жыл бұрын
Spring Webflux Beginner Tutorial 2022
1:01:18
Django REST API UNIT Testing  [3/3]
46:26
Securing a Django Restful API [2/3]
38:02
React Users component & map function
34:38
React Composition Pattern
41:18
3 жыл бұрын
Пікірлер
@felixliles9389
@felixliles9389 5 ай бұрын
More tutorials on graphQl
@felixliles9389
@felixliles9389 5 ай бұрын
Wow nice tutorial
@felixliles9389
@felixliles9389 6 ай бұрын
Perfect !! More videos sir
@vjnt1star
@vjnt1star 9 ай бұрын
what's up with the background noise? Cant even here what's being said sometimes
@lgagai2k
@lgagai2k 9 ай бұрын
Everybody please be aware that the update statement in the video is vulnerable to obvious SQL injection. Don't do this, use parameters.
@spider279
@spider279 Жыл бұрын
Thanks sir , please remove background sound
@stackdev-io
@stackdev-io Жыл бұрын
Thanks for the feedback will make the videos better next time
@AbhishekPandey003
@AbhishekPandey003 Жыл бұрын
How connection managaement happens? How to close the connetion when the request is done?
@syedhaiderali1519
@syedhaiderali1519 Жыл бұрын
Very Useful tutorial dude, thumbs up 👍
@jialinwu-g2t
@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
@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
@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
@jrn1246 Жыл бұрын
Great video once again!
@jrn1246
@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
@stackdev-io Жыл бұрын
Amazing thank you for the feedback @jrn1246, much appreciated🙏
@abrahammoyo3457
@abrahammoyo3457 Жыл бұрын
Well explained and live coded!
@Med-fl6zp
@Med-fl6zp Жыл бұрын
how to test update Data
@RalfWeber-q1f
@RalfWeber-q1f Жыл бұрын
amazing, love it. Exactly what I was looking for!
@ruff7209
@ruff7209 Жыл бұрын
Good job!
@dimianovic7717
@dimianovic7717 Жыл бұрын
Great tutorial!
@VirtuosoQ
@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
@aliksargsyan2782 Жыл бұрын
thank you very very much. Such a clear explanation and understanding way
@alexandersmirnov4274
@alexandersmirnov4274 Жыл бұрын
Great topics!!
@vivekkamineni7639
@vivekkamineni7639 Жыл бұрын
we are subscribing in the addUser() method. isnt it blocking?
@psymon25
@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
@DavidMwangikamau Жыл бұрын
This was of great help. Thank you. I was able to use spring MVC with React as Hybrid of SPA and MPA.
@pratikshasutar728
@pratikshasutar728 Жыл бұрын
Hi can you please help to write the test case for the same code..
@nehurane
@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
@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
@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
@anzindh Жыл бұрын
Really helpful videos..... Thanks
@stackdev-io
@stackdev-io Жыл бұрын
Thank you for the feedback, much appreciated :)
@anzindh
@anzindh Жыл бұрын
Great tutorial
@anzindh
@anzindh Жыл бұрын
Thanks... Amazing content
@HasNoName69
@HasNoName69 Жыл бұрын
dude make more spaces in your code
@zahrasalehi9217
@zahrasalehi9217 Жыл бұрын
thank u man.. ireally apreciate it. keep it up.
@stackdev-io
@stackdev-io Жыл бұрын
Much appreciated @zahrasalehi9217, don't forget to like and subscribe to the channel :)
2 жыл бұрын
Nice!
@sophiemurz486
@sophiemurz486 2 жыл бұрын
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-io
@stackdev-io 2 жыл бұрын
Thank you so much for the feedback @Sophie, im glad you find it helpful. Don't forget to like and subscribe to the channel 😀
@rezaperdana7
@rezaperdana7 2 жыл бұрын
Thank you and nice video. Looking forward to learn next tutorial about Webclient from you. Helps a lot!
@andresa9913
@andresa9913 2 жыл бұрын
Great video! But I'm not clear what is flatMap doing? Why do we need .flatMap ? @Stack{Dev}
@stackdev-io
@stackdev-io 2 жыл бұрын
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 :)
@dereckchamboko9160
@dereckchamboko9160 2 жыл бұрын
Proud to be zimbabwean
@samuelworlanyo3951
@samuelworlanyo3951 2 жыл бұрын
{"detail":"Invalid token."} is the response i get when input the curl command
@petroniobonavides3530
@petroniobonavides3530 2 жыл бұрын
Grelo man, how about Jmeter? When do you intend to do that? Awesome video
@stackdev-io
@stackdev-io 2 жыл бұрын
It coming soon it's in the pipeline. Thanks for the feedback
@petroniobonavides3530
@petroniobonavides3530 2 жыл бұрын
@@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!
@AsantePE
@AsantePE 2 жыл бұрын
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-io
@stackdev-io 2 жыл бұрын
Thanks for the feedback, Much appreciated
@linalukusa5149
@linalukusa5149 2 жыл бұрын
You are the best! Thank you very much for this tutorial.
@카라멜땅콩-p2p
@카라멜땅콩-p2p 2 жыл бұрын
Great!!
@aaomms7986
@aaomms7986 2 жыл бұрын
Thx nice one!
@grant_vine
@grant_vine 2 жыл бұрын
Amazing work, keep it up 😎🤩
@stackdev-io
@stackdev-io 2 жыл бұрын
Thank you @Grant, much appreciated :)
@ImranImran-wt9ew
@ImranImran-wt9ew 2 жыл бұрын
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-me9je
@abcdef-me9je 2 жыл бұрын
very good expaination
@sauravpoojary5230
@sauravpoojary5230 2 жыл бұрын
Can we use composite keys with r2dbc and postgres??
@stackdev-io
@stackdev-io 2 жыл бұрын
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)
@eltonchikova9237
@eltonchikova9237 2 жыл бұрын
That was helpful and on point, thank you
@stackdev-io
@stackdev-io 2 жыл бұрын
Thank you @Elton glad you find it helpful
@numberonekidschannel5377
@numberonekidschannel5377 2 жыл бұрын
Hello can I get your email or linkedin
@omeatai
@omeatai 2 жыл бұрын
Awesome Content! Finished all 3 videos! Thanks a bunch!
@stackdev-io
@stackdev-io 2 жыл бұрын
Thanks bro , I'm glad you find it helpful , much appreciated 🙏