Looking for books & other references mentioned in this video? Check out the video description for all the links! Want early access to videos & exclusive perks? Join our channel membership today: kzbin.info/door/s_tLP3AiwYKwdUHpltJPuAjoin Question for you: What’s your biggest takeaway from this video? Let us know in the comments! ⬇
@chekolino888 ай бұрын
"Bulding stateful system is a pain in the bum and you should do absolutely everything you can possibly do to never do that ever."
@petersurda62062 ай бұрын
(not finished the video yet, I'm about in the middle). I would say that asynchronous is technically the same thing as non-blocking, however it's a higher level abstraction. Non-blocking refers to the communication protocol, and asynchronous to the logical unit of work.
@ZephyrMN8 ай бұрын
Love it , excellent talk .
@lukaszstocki69987 ай бұрын
If you are interested in arrows then you should take a look at category theory ;)
@PristinePerceptions8 ай бұрын
While the Reactive Manifesto's definition of Asynchronous communication was imprecise, the speaker's rebuttal was also disingenuous. The important piece of the definition was "arbitrary time". Meaning you cannot predict the time after which the server will process the request received from the client. The rebuttal should've focused on the imprecision of the term "arbitrary" rather than the usage of "after". Nobody's disputing causality.
@KushLemon6 ай бұрын
Why can these conferences never get the volume right?
@afterthesmash8 ай бұрын
It's a good thing to sort out squishy terminology.
@stevenhe34624 ай бұрын
You failed to understand that synchronous simply means the state being the same in different parties, that concurrency is different from parallelism, and that the await syntax does not necessarily block. Twitter is not a better source than ChatGPT.