Do’s and Don’ts: Avoiding First-Time Reactive Programmer Mines

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ส.ค. 2024
  • You want reactive architecture, you know you’re going with WebFlux, you’re fully set up with BlockHound to detect blocking code, and you can tell the difference between Mono and Flux.
    What's next? Let’s hit all the possible potholes we can on the road to our first Reactive API. Someone said, "try, fail, and repeat" is the best way to learn. Let's see about that!
    Speaker: Sergei Egorov, Staff Software Engineer, Pivotal
    Filmed at SpringOne Platform 2019
    SlideShare: www.slideshare.net/SpringCent...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @ESGreenie
    @ESGreenie 4 ปีที่แล้ว +37

    I really liked this no-hype talk with some clear recommendations and things to avoid. Thank you.

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

      @Samson Lucian wrong place to spam, most people here have good knowledge on computer and we all know it’s a virus you’re trying to introduce on our computer. Try Nicki Minaj videos will be more succeed lol

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

      you probably dont care but does anybody know of a method to log back into an instagram account?
      I stupidly lost the login password. I love any help you can offer me!

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

      @Gerald Castiel Instablaster ;)

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

      @Erik Alfonso I really appreciate your reply. I found the site thru google and Im trying it out atm.
      Seems to take quite some time so I will get back to you later when my account password hopefully is recovered.

  • @zurumogbonda3225
    @zurumogbonda3225 11 หลายเดือนก่อน

    At 16mins in I had to pause and Thank You... Thank You.. valid video

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

    I am about to drop a tear... Amazing conference !!! :)

  • @rafaelbraga3d
    @rafaelbraga3d 3 ปีที่แล้ว +4

    Awesome presentation! It clarifies a lot how to think about reactive programming!

  • @ahmedabdul-aziz1562
    @ahmedabdul-aziz1562 3 ปีที่แล้ว +1

    Great talk I really liked how it's just to the point.

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

    I think there was wrong comparison between Java Streams vs Reactive Streams. Java Streams are actually pull based because we ourselves must call terminal operation like collect() etc. Reactive instead supports push based model when events are coming to us.
    Overall useful talk though!

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

    Loved this talk. Thanks!

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

    Thanks for the great presentation, learned a lot.

  • @sergeibatiuk3468
    @sergeibatiuk3468 6 หลายเดือนก่อน

    Great talk hands down. Thanks!

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

    Awesome talk!!

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

    Great talk 👏

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

    Simply awesome 👌!

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

    very helpful talk.

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

    Very helpful talk

  • @maksimsmuizininks2365
    @maksimsmuizininks2365 ปีที่แล้ว

    Great talk, thank a lot!

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

    informative..Thanks..

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

    Really nice. But demo is pretty classic. However..how does it work with http interceptors? error handlers? All spring specific aspects to say.

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

    Not sure what happened to the slide share (Uploaded SlideShare Suspended
    This SlideShare was suspended because it violated SlideShare Terms of Service and/or Community Guidelines. You can view more SlideShares here.)

  • @ramcorp542
    @ramcorp542 ปีที่แล้ว

    This is priceless

  •  2 ปีที่แล้ว

    Don't use it for heavy computation?

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

    is having subscribe() really a code smell ?

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

    Easier with for loops