This is why webhooks are important

preview_player
Показать описание
also just a friendly shoutout to another content creator / indie hacker

Рекомендации по теме
Комментарии
Автор

Instructions unclear: I'm now Captain Hook ☠️

codeguy
Автор

What a great content you provide, you put us in real world scenarios thank you

younesessaadani
Автор

The easiet explanation on Youtube, thank you very much!

licokr
Автор

Aye thanks so much! :D

And yes webhooks are insane!

mehulsharmamat
Автор

Hey, thanks for your videos. Could you show us how to integrate a notification system using either aws sns or websockets ?

medaillek
Автор

Great video, We always see you use s3 buckets and talk about them can you make a tutorial explaining the pricing and the free tier, plus how to use it and how much it charges you

DunckingTest
Автор

Concerning the problem you may run into if you use websockets instead of server side events, how doesn't server side events face the same issue? if you use server side events it's similarly possible for the webhook response to be issued to the wrong instance because of the load balancer which would cause the same issue, or is there a way to send a server side event from any instance such that it will always be sent to the right user?

yassinesafraoui
Автор

One weird thing about Server Side Events is that they can only contain text if I remember correctly. This is a great video though. I think what you excel at is showing the "flow" of how interconnected things fit together. Sometimes it's easy to get lost in the edges of a state machine especially a distributed one.

tmanley
Автор

I did something similar with stripe when a payment was completed/failed. I used polling.

gixxerblade
Автор

Hey, this is kinda offtopic from the video, sorry for that, but I was thinking of some ideas to try making a service that uses AI to generate both text and images, what services would you recommend to try it out?

rawallon
Автор

Why to not use a webhook to notify the update the ui of the user? What is the difference between webhook and websocket ?

solo_driven
Автор

excalidraw bezier curves for arrows are significantly better than eraser io, tldraw, icepanel and anything else out there
excalidraw is free
excalidraw can be included in webapps and obsidian
excalidraw allows you to create your own shapes and save them to a library so I am missing out on nothing with the icons

SogMosee
Автор

I think using firebase could make things easier

ilyaselaissi
Автор

Why not use an observer instead of a Webhook?

joaquinbonifacino