How to use Stripe in a Modern Production App

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

Комментарии • 12

  • @bmdavis419
    @bmdavis419  7 месяцев назад

    This series is sponsored by cloudinary, definitely go check them out, their new Svelte SDK is fantastic and the beautiful performant images on Sediment would not have happened without them!
    cld.media/bendavis

  • @GabrielGasp
    @GabrielGasp 7 месяцев назад +4

    Considering this is a real app, what’s your take on the lack of tests? Especially when you are dealing with money.

    • @bmdavis419
      @bmdavis419  7 месяцев назад +1

      Considering how simple the app is I'm not too worried about it, every time we deploy something we run through the main stuff on staging and if something breaks we can fix it really fast

    • @gadgetboyplaysmc
      @gadgetboyplaysmc 7 месяцев назад +2

      Any examples for how to write tests for these?

    • @bmdavis419
      @bmdavis419  7 месяцев назад

      @@gadgetboyplaysmc not that I have written lmao, which is probably not a good thing, I'll think more about that...

    • @gadgetboyplaysmc
      @gadgetboyplaysmc 7 месяцев назад

      @@bmdavis419 I'm not too fond of tests personally haha. But I do agree, it might be bad to not have that. There are two things I usually avoid in web dev:
      - Tests
      - and Domain Driven Design 🤠

  • @sanketgawande3667
    @sanketgawande3667 7 месяцев назад +1

    Hey can you please create a video on payouts,
    I want to create a payment flow where customer will pay some amount and after successful payment, specific amount from this payment will be transferred to merchants account automatically.

    • @bmdavis419
      @bmdavis419  7 месяцев назад +1

      Hmm yea I’ve never done this before, I know you can but I assume it’s a bit of a pain, I’ll definitely make a video if I ever have to do it!

  • @edumorangobolcombr
    @edumorangobolcombr 7 месяцев назад +2

    I'm using the Supabase integration. I haven't got to the checkout part yet but it seems like it's super easy from what I see

  • @nro337
    @nro337 7 месяцев назад +1

    Really cool to see Stripe presented so approachable. Great video!

  • @nicholassingh138
    @nicholassingh138 7 месяцев назад +1

    Bro love what ur doing. Suggestion would be to do live code with a demo so we can follow along. Suggestion.

    • @bmdavis419
      @bmdavis419  7 месяцев назад

      I might do more of these in the future, for me I kinda like doing tutorial style content at a more conceptual level because I feel like there are so many other people going line by line, it’s good to show how it all fits together