Optimistic Concurrency in an HTTP API with ETags & Hypermedia

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

ความคิดเห็น • 15

  • @IvanRandomDude
    @IvanRandomDude 2 ปีที่แล้ว +4

    Hypermedia! That's what REST is all about. Many people wrongly think that REST is just returning json from controllers. Wrong. REST is much more,

  • @ahmedanwer1767
    @ahmedanwer1767 2 ปีที่แล้ว +1

    Its great that you explained such topic and currently we are implementing optimistic concurrency in our app.

  • @farzadmf
    @farzadmf 3 ปีที่แล้ว

    Just wanted to thank you for all your great videos, keep them coming 🙂

  • @11r3start11
    @11r3start11 3 ปีที่แล้ว +3

    It is worth to mention that event store db has write and version control guarantees! So any concurrent calls are safe by default (as long as you provide version).
    Kafka, for instance, can’t give you this type of guaranty for optimistic concurrency

  • @johncerpa3782
    @johncerpa3782 3 ปีที่แล้ว +1

    Your videos are gold

  • @fredimachadonet
    @fredimachadonet 3 ปีที่แล้ว

    Thanks Derek!

    • @CodeOpinion
      @CodeOpinion  3 ปีที่แล้ว

      Thanks for the support!

  • @thedacian123
    @thedacian123 2 ปีที่แล้ว +1

    In entity framework we have implemented optimistic concurrency pattern which works easily with sql server timestamps

  • @hernandosierra8759
    @hernandosierra8759 3 ปีที่แล้ว

    Thank you.

  • @johncerpa3782
    @johncerpa3782 3 ปีที่แล้ว

    Do you have courses on udemy?

    • @CodeOpinion
      @CodeOpinion  3 ปีที่แล้ว +2

      No I do not. I do plan on release a course however, but not likely on udemy. I'll post info about it on my channel when the time comes.

  • @aristideherve5748
    @aristideherve5748 3 ปีที่แล้ว

    FIRST!

  • @MrEnsiferum77
    @MrEnsiferum77 3 ปีที่แล้ว +1

    What microservices said to optimistic concurency? U have no power here