Drinking a river of IoT data with Akka.NET - Hannes Lowette

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

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

  • @austinejei
    @austinejei 4 ปีที่แล้ว

    Fantastic talk. Akka.NET helped me a lot.

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

    +1 for using UntypedActor and pattern matching in your first snippet

  • @elnurmamedov4419
    @elnurmamedov4419 4 ปีที่แล้ว

    Great talk! So much useful stuff in just an hour

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

      Sorry to be offtopic but does anybody know of a method to get back into an instagram account??
      I was stupid forgot my login password. I would love any help you can offer me.

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

      @Colt Mark Instablaster ;)

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

      @Khalil Jedidiah Thanks so much for your reply. I found the site on google and I'm in the hacking process now.
      Looks like it's gonna take quite some time so I will get back to you later when my account password hopefully is recovered.

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

      @Khalil Jedidiah It did the trick and I actually got access to my account again. I am so happy:D
      Thanks so much you saved my account :D

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

      @Colt Mark no problem :)

  • @jimsteinPeerless
    @jimsteinPeerless 4 ปีที่แล้ว

    Very nice presentation. Only dislike that code there the DevicesActor has a Dictionary because that will make it not scale well and you need to rewrite that part if you want the DevicesActor to be a true router.