Very informative and entertaining! I wish all conf talks were like his. Thank you, Marcelo! @13:44 if I understand the question correctly (would be nice to repeat in the microphone) what he is asking is not uncommon in some frameworks: you need to put the more specific endpoints first and the more generic ones last because the framework would return the first that matches the request.
Great lecture, Love this man's work
Very informative and entertaining! I wish all conf talks were like his. Thank you, Marcelo!
@13:44 if I understand the question correctly (would be nice to repeat in the microphone) what he is asking is not uncommon in some frameworks: you need to put the more specific endpoints first and the more generic ones last because the framework would return the first that matches the request.
It's difficult to hear, it sounds like he says to use `sync` for both cases, but I think @20:15 he actually says if it's IO blocking then use async.