Event-driven architectures in Elixir - Maciej Kaszubowski - ElixirConf EU 2018

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024
  • Have you ever worked on a huge, poorly designed, monolithic application? Because of tight coupling, such applications are really hard to change and understand. The only solution is to migrate to microservices, right? Actually, there's another way.
    Learn how you can improve your architecture and reduce coupling by using events. While other languages need a lot of code and tools to make events work, we have a perfect abstraction already available: processes and message passing. Learn how to implement a basic mechanism for publishing and subscribing to events in less then 50 lines of code and see examples of how events can make your system easier to understand, easier to change and extend. The best part - this technique can easily be applied to existing projects.
    More details on website: www.elixirconf....

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

  • @bobbycrosby9765
    @bobbycrosby9765 4 ปีที่แล้ว +1

    Great talk. I'm glad that he talked about some of the downsides. Lots of talks don't even mention them.

  • @vertie2090
    @vertie2090 5 ปีที่แล้ว +2

    Really good introduction of this kind of paradigm into architecting Elixir apps

  • @JoeBew
    @JoeBew 6 ปีที่แล้ว +4

    Very well played! I really enjoyed this talk

  • @declanwhelan
    @declanwhelan 6 ปีที่แล้ว +1

    Great talk Maciej!

  • @fernandopineda6709
    @fernandopineda6709 2 ปีที่แล้ว

    What a great Talk!!

  •  6 ปีที่แล้ว +2

    Great talk, thank you!

  • @globZzz
    @globZzz 6 ปีที่แล้ว +2

    Great talk thank you!

  • @user-ep3ye5bw8h
    @user-ep3ye5bw8h 6 ปีที่แล้ว +1

    Very nice talk!