Reactive Spring • Josh Long • GOTO 2019

Поділитися
Вставка
  • Опубліковано 1 лис 2024

КОМЕНТАРІ • 52

  • @iJuenger
    @iJuenger 5 років тому +16

    I am a simple man, I see a talk by Josh -> Instant Like

  • @AbHIShEkUPAdhYaYshekup
    @AbHIShEkUPAdhYaYshekup 3 роки тому +4

    I don't how people commented clear, simple, etc. First 15 mins is just talk and after he takes bullet train of development and I can't match his pace. It must be great talk for those who are great learners and experience java/spring developers, but not for slow and new ones

  • @ddomingo
    @ddomingo 4 роки тому +13

    I love production. YOU should love production. You should go as early and often as possible. Bring the kids, bring the family. The weather is amazing. It's the happiest place on Earth. It's better than Disneyland. Hahaha Mr Long, well done.

  • @lsranganath9054
    @lsranganath9054 3 роки тому +4

    In Hindi Language...Josh means abundant enthusiasm...and this man is no less than that... love his sessions.....

  • @hdevivs09
    @hdevivs09 4 роки тому +3

    Makes so much sense when you have worked with RxJS observables.

  • @matheusc.5416
    @matheusc.5416 3 роки тому +2

    That was one of the best speeches I've seen about Reactive Spring + Josh is a funny guy, hahaha

  • @saikrishnareddychityala7314
    @saikrishnareddychityala7314 4 роки тому

    Clearly explained why one should prefer reactive architecture to MVC model in the context of scaling. And also key role of protocols (http, Websockets and Rsockets) in applications architecture

  • @camilohurtado3543
    @camilohurtado3543 4 роки тому +2

    Great talk... very useful for getting into reactive prog

  • @magzhanabdibayev3818
    @magzhanabdibayev3818 3 роки тому +1

    damn this guy speaks at 2x speed in real life
    good presentation:) thanks

  • @asashish905
    @asashish905 Рік тому

    I learnt not only reactive probramming but a new way injecting dependency using Lombok and also a replacement of @PostConstruct. Bravo!

  • @hutofrock
    @hutofrock Рік тому +1

    Great stuff!

  • @qingcaish
    @qingcaish 5 років тому +25

    I like josh long, but you can start watch from 15min.

    • @prdoyle
      @prdoyle 5 років тому +7

      "I don't have much time."
      Proceeds to babble and repeat himself for 15 minutes.
      The rest of the talk is awesome, though.

    • @zAlbee2
      @zAlbee2 5 років тому +3

      I found the intro and motivation for reactive programming useful, starting from 3:13 and up to 14:30. Then skip to 15:30 because his jokes are bad.

    • @Technomancr
      @Technomancr 4 роки тому

      I loved the jokes.

    • @Rjbcc
      @Rjbcc 4 роки тому +1

      The build up before writing code was important though.

  • @tareksahalia
    @tareksahalia 5 років тому +4

    man, I need you in all in my projects

  • @nawnaw4709
    @nawnaw4709 5 років тому +1

    clear and straight to the point! like it

  • @brijchavda
    @brijchavda 4 роки тому +1

    Here is Production and There is PHP. They should never come close. Haha.. Like your satire.

  • @coconutbunch
    @coconutbunch 2 роки тому

    Curious, is there a reason for spacing the params when typing code. 🤔. May be it feels good when its prettified?

  • @atanasdenkov2433
    @atanasdenkov2433 4 роки тому

    Very entertaining. Good guy, knows his stuff. Only one thing pissed me off .. he used "efficient" and "polling" in the same sentence.

  • @harshchaudhary8182
    @harshchaudhary8182 3 роки тому +1

    best speech

  • @vinaylodha3013
    @vinaylodha3013 5 років тому +8

    Even windows!

  • @roronoa_d_law1075
    @roronoa_d_law1075 3 роки тому

    34:45 without reactive spring, server sent events blocks a thread ?

  • @yapadqoi
    @yapadqoi 4 роки тому +1

    This guy is good

  • @LuisGabrielBetancourtRodriguez
    @LuisGabrielBetancourtRodriguez 3 роки тому

    hahahahahha Hide banner spring, "Disabled by order of Josh Long"

  • @dineshsolanki1666
    @dineshsolanki1666 2 роки тому

    Why do we need backpressure for Mono?

  • @krige
    @krige 3 роки тому

    Does anyone know why he uses Publisher instead of Flux as returned type of the request handler method on line 73 at 34:28?

    • @somerandomguy000
      @somerandomguy000 3 роки тому

      Flux is a subtype of Publisher, so it’s the same.
      It could be a Mono too

    • @dineshsolanki1666
      @dineshsolanki1666 2 роки тому

      There is only on type of data published that is Publisher but these guys have decorated Publisher with Mono and Flux which is nothing but some additional behaviour to Publisher.

  • @DeGoya
    @DeGoya 2 роки тому +1

    He is so fast at programming, it's quite baffling

  • @xendworld1694
    @xendworld1694 2 роки тому

    how fast can you talk: "yes"

  • @orlovskyconsulting
    @orlovskyconsulting 5 років тому +2

    Cool idea, but how do we test it?

    • @thatoneuser8600
      @thatoneuser8600 2 роки тому

      You can mock and stub it with various testing libraries, and if you have a callback that's multi-lined, then turn it into its own method, replace it with a method reference, and then you can unit test that method

  • @VinceLikesTacos
    @VinceLikesTacos 5 років тому +1

    Will the deep dive that he talked about be published? That would be awesome to see as well

    • @GOTO-
      @GOTO-  5 років тому

      The deep dive Josh mentions is a masterclass that lasted a full day. It has not been video recorded.

  • @melanycordova9601
    @melanycordova9601 4 роки тому

    hi there can you please share the code for this project please, and can i deploy a reactive project into a Wildfly and manage the Database conextion to tthe conextion with wilfy

    • @Revoltoso89
      @Revoltoso89 4 роки тому

      I think this is github.com/joshlong/reactive-spring-article

  • @folgerf
    @folgerf 5 років тому +2

    can we find the repo of this talk somewhere?

    • @Revoltoso89
      @Revoltoso89 4 роки тому

      I think this is github.com/joshlong/reactive-spring-article

  • @MuztabaHasanat
    @MuztabaHasanat 4 роки тому

    Is he on of those PHP hater ?

  • @deadbeef16
    @deadbeef16 5 років тому

    Do I hear a Louis Rossmann in that talk?

  • @karpuzye
    @karpuzye 3 роки тому

    nerdler boyle tipleri sever.

  • @adolforuiz3114
    @adolforuiz3114 4 роки тому +3

    nodejs is better

    • @diegov9799
      @diegov9799 4 роки тому +2

      Hi, why ?

    • @adolforuiz3114
      @adolforuiz3114 4 роки тому +1

      @@diegov9799 because the support from v8 engine from google, the calaback queue, the Nature from JS wich is asynchronous

    • @enforc3rr
      @enforc3rr 4 роки тому +2

      ofc it's better for small scale applications

    • @blasttrash
      @blasttrash 3 роки тому +1

      its not typed language. I see a function which takes options object, how am I supposed to know what fields this so called object contains? not to mention, this can change at runtime too. And dont get me started with typescript. Its a poor mans type system that tries to fix the flaws of javascript.

    • @myobpro8516
      @myobpro8516 3 роки тому +1

      It depends on the context...