I am a simple man, I see a talk by Josh -> Instant Like
@lsranganath90543 жыл бұрын
In Hindi Language...Josh means abundant enthusiasm...and this man is no less than that... love his sessions.....
@ddomingo4 жыл бұрын
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.
@AbHIShEkUPAdhYaYshekup3 жыл бұрын
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
@keineangabe89933 жыл бұрын
Agreed
@matheus_olliric3 жыл бұрын
That was one of the best speeches I've seen about Reactive Spring + Josh is a funny guy, hahaha
@hdevivs094 жыл бұрын
Makes so much sense when you have worked with RxJS observables.
@camilohurtado35434 жыл бұрын
Great talk... very useful for getting into reactive prog
@asashish905 Жыл бұрын
I learnt not only reactive probramming but a new way injecting dependency using Lombok and also a replacement of @PostConstruct. Bravo!
@saikrishnareddychityala73144 жыл бұрын
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
@nawnaw47095 жыл бұрын
clear and straight to the point! like it
@roronoa_d_law10753 жыл бұрын
34:45 without reactive spring, server sent events blocks a thread ?
@hutofrock Жыл бұрын
Great stuff!
@tareksahalia5 жыл бұрын
man, I need you in all in my projects
@vinaylodha30135 жыл бұрын
Even windows!
@krige3 жыл бұрын
Does anyone know why he uses Publisher instead of Flux as returned type of the request handler method on line 73 at 34:28?
@somerandomguy0003 жыл бұрын
Flux is a subtype of Publisher, so it’s the same. It could be a Mono too
@dineshsolanki16663 жыл бұрын
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.
@coconutbunch2 жыл бұрын
Curious, is there a reason for spacing the params when typing code. 🤔. May be it feels good when its prettified?
@dineshsolanki16663 жыл бұрын
Why do we need backpressure for Mono?
@magzhanabdibayev38183 жыл бұрын
damn this guy speaks at 2x speed in real life good presentation:) thanks
@qingcaish5 жыл бұрын
I like josh long, but you can start watch from 15min.
@prdoyle5 жыл бұрын
"I don't have much time." Proceeds to babble and repeat himself for 15 minutes. The rest of the talk is awesome, though.
@zAlbee25 жыл бұрын
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.
@Technomancr4 жыл бұрын
I loved the jokes.
@Rjbcc4 жыл бұрын
The build up before writing code was important though.
@harshchaudhary81823 жыл бұрын
best speech
@atanasdenkov24334 жыл бұрын
Very entertaining. Good guy, knows his stuff. Only one thing pissed me off .. he used "efficient" and "polling" in the same sentence.
@VinceLikesTacos5 жыл бұрын
Will the deep dive that he talked about be published? That would be awesome to see as well
@GOTO-5 жыл бұрын
The deep dive Josh mentions is a masterclass that lasted a full day. It has not been video recorded.
@orlovskyconsulting5 жыл бұрын
Cool idea, but how do we test it?
@thatoneuser86002 жыл бұрын
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
@yapadqoi4 жыл бұрын
This guy is good
@LuisGabrielBetancourtRodriguez3 жыл бұрын
hahahahahha Hide banner spring, "Disabled by order of Josh Long"
@brijchavda4 жыл бұрын
Here is Production and There is PHP. They should never come close. Haha.. Like your satire.
@folgerf5 жыл бұрын
can we find the repo of this talk somewhere?
@Revoltoso894 жыл бұрын
I think this is github.com/joshlong/reactive-spring-article
@xendworld16942 жыл бұрын
how fast can you talk: "yes"
@DeGoya2 жыл бұрын
He is so fast at programming, it's quite baffling
@melanycordova96015 жыл бұрын
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
@Revoltoso894 жыл бұрын
I think this is github.com/joshlong/reactive-spring-article
@MuztabaHasanat4 жыл бұрын
Is he on of those PHP hater ?
@deadbeef165 жыл бұрын
Do I hear a Louis Rossmann in that talk?
@karpuzye3 жыл бұрын
nerdler boyle tipleri sever.
@adolforuiz31145 жыл бұрын
nodejs is better
@diegov97994 жыл бұрын
Hi, why ?
@adolforuiz31144 жыл бұрын
@@diegov9799 because the support from v8 engine from google, the calaback queue, the Nature from JS wich is asynchronous
@enforc3rr4 жыл бұрын
ofc it's better for small scale applications
@blasttrash3 жыл бұрын
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.