Great talk. Very relevant to my work at the moment. Ensuring I follow best practices for the creation of my express app running in kubernetes. Planning to run some load testing soon.
@imSexySin2 жыл бұрын
Thanks for the conversation. Was useful, as I am learning back-end development! Thank you!
@lotsa20002 жыл бұрын
How do you use perf_hooks with async/await paradigm in AWS Lambda functions? Lambda functions stop processing the event loop when you return from the event handler, so you want to await whatever you need to make sure that all of your processing is finished before returning from the handler. The PerformanceObserver appears to be event based and can be set up to use buffers, but how can you be sure that you've processed all of the messages? Thank you very much for the video!
@rajesht9702 Жыл бұрын
Thank you
@beedeeuniko10 ай бұрын
Navigating to a web socket url in chrome -> disallowed url scheme 🎉