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

Sdílet
Vložit
  • čas přidán 9. 07. 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...
  • Věda a technologie

Komentáře • 26

  • @ESGreenie
    @ESGreenie Před 4 lety +37

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

    • @rafaelferreirarocha1249
      @rafaelferreirarocha1249 Před 3 lety +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 Před 2 lety

      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 Před 2 lety

      @Gerald Castiel Instablaster ;)

    • @geraldcastiel8567
      @geraldcastiel8567 Před 2 lety

      @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.

  • @agustinernestocardeilhacba1765

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

  • @rafaelbraga3d
    @rafaelbraga3d Před 3 lety +4

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

  • @ahmedabdul-aziz1562
    @ahmedabdul-aziz1562 Před 3 lety +1

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

  • @DavidRando
    @DavidRando Před 4 lety +1

    Loved this talk. Thanks!

  • @gunasagar8672
    @gunasagar8672 Před 3 lety +2

    Thanks for the great presentation, learned a lot.

  • @susantaghosh504
    @susantaghosh504 Před 4 lety +1

    Awesome talk!!

  • @sergeibatiuk3468
    @sergeibatiuk3468 Před 5 měsíci

    Great talk hands down. Thanks!

  • @roshinivr123
    @roshinivr123 Před 2 lety

    Simply awesome 👌!

  • @Freeman3007
    @Freeman3007 Před 2 lety +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!

  • @ashokkk
    @ashokkk Před 4 lety +1

    Great talk 👏

  • @maksimsmuizininks2365

    Great talk, thank a lot!

  • @zurumogbonda3225
    @zurumogbonda3225 Před 10 měsíci

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

  • @itsnaveen007
    @itsnaveen007 Před 3 lety

    very helpful talk.

  • @TheLordssa
    @TheLordssa Před 4 lety

    Very helpful talk

  • @damienl6411
    @damienl6411 Před 2 lety +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.)

  • @iadrianrotaru
    @iadrianrotaru Před 4 lety

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

  • @radhakrishnayadav3370
    @radhakrishnayadav3370 Před 3 lety

    informative..Thanks..

  •  Před 2 lety

    Don't use it for heavy computation?

  • @ramcorp542
    @ramcorp542 Před rokem

    This is priceless

  • @KalathilAjayMenon
    @KalathilAjayMenon Před 2 lety

    is having subscribe() really a code smell ?

  • @michaa5891
    @michaa5891 Před 4 lety +1

    Easier with for loops