Пікірлер
@rameshc6074
@rameshc6074 9 сағат бұрын
great
@lancasterro
@lancasterro Ай бұрын
11:18 - It's a little bit ugly.. Me: YEAH!! Was thinking about it this whole time!
@RahulKumar-e5k2y
@RahulKumar-e5k2y 2 ай бұрын
{ "errors": [ { "message": "x-hasura-admin-secret/x-hasura-access-key required, but not found", "extensions": { "path": "$", "code": "access-denied" } } ] } Hi how to resolve this error in hasura
@keshangpan
@keshangpan 3 ай бұрын
I think the pulumi refresh probably can fix this as well?
@keshangpan
@keshangpan 3 ай бұрын
your course of pulumi is very very helpful! thank you very much :)
@LeonardoReis-r7s
@LeonardoReis-r7s 4 ай бұрын
Super important concept to know! Thanks
@tuc8093
@tuc8093 5 ай бұрын
Can you provide an easy Pulumi course from scratch, please
@mahletmahi-xv4mw
@mahletmahi-xv4mw 8 ай бұрын
i just have one question why r u coding on white theme
@networkfreddy2000
@networkfreddy2000 9 ай бұрын
Great info and easy to understand. I have been using Pulumi at my company for about 6 months now and OFTEN use the apply and all methods. Ive seen my coworker use the interpolate function but didnt understand why until now. Thank you!
@peacefulsoul3024
@peacefulsoul3024 Жыл бұрын
Wow, it was so amazing and it is such an Underrated Channel
@ufukyarsan2149
@ufukyarsan2149 Жыл бұрын
So useful thank you
@ufukyarsan2149
@ufukyarsan2149 Жыл бұрын
Damn, your videos are nice!
@ufukyarsan2149
@ufukyarsan2149 Жыл бұрын
Nice video thanks
@devopssimon
@devopssimon Жыл бұрын
Thanks for this great series of videos. Your an excellent teacher and communicator. I know this is two years on, but please can you continue the series. You were about to talk about dynamic components.
@d0x2f
@d0x2f Жыл бұрын
Can you pass config through in the constructor of the dynamic provider instead of the props? That way credentials and such won't need to be stored in the state.
@TheInternetFan
@TheInternetFan Жыл бұрын
Still relevant, especially considering Terraform switched to a Business Licence 3 days ago 😢
@gemsof279
@gemsof279 Жыл бұрын
the best hasura course out there, finished the playlist today and learnt so much through the journey thanks very much 😘😘😘
@MiekMiester123
@MiekMiester123 Жыл бұрын
This is sharp stuff! really clear and insightful
@martinmelka5722
@martinmelka5722 Жыл бұрын
I have hit the problem described here at 38:32 about accessing stack config from inside the dynamic provider. The solution in the video is to go the resource and pass the config in as an input to the provider. But what about when the endpoint changes? The changes to the config file will not be reflected in the currently-instantiated-resource in the stack, because they are "cached" as inputs. So when the endpoint changes and you run `pulumi up`, Pulumi will not be able to delete the original resource anymore (because it will try to access the endpoint that was configured when the resource was created, not the one that is currently in the config). Same issue is with credentials. Those are expected to expire regularly and should not be kept as a part of the stack.
@TechAtScale
@TechAtScale Жыл бұрын
Solid video! Really shows the value of Pulumi!
@brucelee7782
@brucelee7782 Жыл бұрын
So good! Exactly what I needed
@seanknowles9985
@seanknowles9985 2 жыл бұрын
Would love a tutorial on creating a native pulumi provider with Go, the Pulumi team have sucked pretty hard on developing decent docs on creating native providers!
@hakobmkoyan4044
@hakobmkoyan4044 2 жыл бұрын
It would be great if you made a git repository & put the codes that you use in videos in that repo, so that we (students) not focused on writing python code, but focus on pulumi hints, commands and tricks.
@hoposlav
@hoposlav 2 жыл бұрын
Thanks a lot for the awesome videos!
@dhavalbharodiya4630
@dhavalbharodiya4630 2 жыл бұрын
Great series of Pulumi fundamentals.
@jojog2624
@jojog2624 2 жыл бұрын
I like your videos!!! Would like to see more videos, please keep them updated ❤
@mibaatwork
@mibaatwork 2 жыл бұрын
Top Video! I wrote a prvoder bevor, i wish i view this first
@ManishKumar5
@ManishKumar5 2 жыл бұрын
These tutorials are better than even the official ones by Hasura. I hope you are able to monetize your channel. Not sure why you have stopped posting, please continue posting!
@yassinebouchoucha
@yassinebouchoucha 2 жыл бұрын
Thank you for the demonstration. Auth0 was always ambiguous concept, finally cleared.
@yassinebouchoucha
@yassinebouchoucha 2 жыл бұрын
this is the best tutoriel on Auth0, it removed a lot of ambiguity that I have around it/
@yassinebouchoucha
@yassinebouchoucha 2 жыл бұрын
prisma could be more intuitive as postresql ORM for event management,
@yassinebouchoucha
@yassinebouchoucha 2 жыл бұрын
thank you for the summary I get a bit lost starting using Hasura CLI... carry on the good work : always someone , somewhere and someday will search for your upcoming tutorials and will find it as life saver !
@yassinebouchoucha
@yassinebouchoucha 2 жыл бұрын
best hasura and graphQL complete walkthrough, more in depth complex web development topic !
@al.shahed
@al.shahed 2 жыл бұрын
This is brilliant. Thank you so much for putting this out!
@dn0hr9879
@dn0hr9879 2 жыл бұрын
Excellent 👍. This content should reach more people .
@periyasamynanjappan
@periyasamynanjappan 2 жыл бұрын
Great tutorials. Worth to subscribe your channel
@RobertKing
@RobertKing 2 жыл бұрын
Amazing tutorial thanks. I'd love to see best practices to apply to staging and production. And also could mention squashing migrations too.
@IvanKleshnin
@IvanKleshnin 2 жыл бұрын
Nice video, thank you! Unfortunately you didn't show how to keep migrations and metadata in-sync manually. Hasura documentation around migrations and metadata sucks. Each command should have explanations on what it affects: local files, metadata files, metadata table, etc. No word on that and you can only guess or experiment yourself. E.g. after a down migration you have to restore consistency between both "sources of truth". Hasura will rely on metadata which now may describe removed tables, columns, etc. How would you fix that? Editing metadata files and applying them with 'medata apply' (like it's shown) is error prone - you can easily introduce a new mismatch that will be even harder to remove later. There's 'metadata inconsistency drop' with many other commands. None is properly documented. Now add bugs to the mix. E.g. 'metadata export' does not remove table descriptions that were removed. And now you see why the entry barrier of this tool is still way too high. It takes weeks to learn (which is worth it, IMO, but not all developers or teams have that much time to invest).
@mnogokotin
@mnogokotin 2 жыл бұрын
thx for the video )
@shamstabrez2986
@shamstabrez2986 2 жыл бұрын
plz make more advanced videos on this
@jamiespittal9795
@jamiespittal9795 2 жыл бұрын
I found this to be extremely valuable, thanks for taking the time.
@sinaa7562
@sinaa7562 2 жыл бұрын
Thanks for this video! ☺
@diegogarcialozano3360
@diegogarcialozano3360 2 жыл бұрын
Really good learning material 😄 Watched the first 7 videos of the series and it was very helpful. Well done 👏
@inversebrah
@inversebrah 2 жыл бұрын
great work
@altayezekariyas9243
@altayezekariyas9243 2 жыл бұрын
Failed setting foreign key i got this error while setting up foreign key for the type
@leomotta5376
@leomotta5376 2 жыл бұрын
admin scret should como from .env files
@IvanKleshnin
@IvanKleshnin 2 жыл бұрын
Yep. Because hasura folder will go under Git so you shouldn' store secrets there.
@bob84409
@bob84409 2 жыл бұрын
Excellent series, thanks 🙏
@michaelpapili4139
@michaelpapili4139 2 жыл бұрын
Incredible tutorial, thank you. Not sure if it's a latest-update from Hasura, but I didn't need to mark my initial migration as already-applied. It was already marked in the migration history it seems(?). Regardless, fantastic job explaining this. The official documentation should just link to this video :-)
@IvanKleshnin
@IvanKleshnin 2 жыл бұрын
Yes, the latest Hasura auto-applies 'create --from-server' kind of migrations.
@Coolblockj
@Coolblockj 2 жыл бұрын
Hey I just recently found these, you should make more videos! You are very succinct and to the point and its great
@aymenua
@aymenua 2 жыл бұрын
I get "password authentication failed for user "postgres" error. Any help?