DEV Community

Cover image for Virtual Webinar on 'Reliability Reimagined: How SREs spearhead competitive CX'
Squadcast Community for Squadcast

Posted on

 

Virtual Webinar on 'Reliability Reimagined: How SREs spearhead competitive CX'

Topic - "Reliability Reimagined: How SREs spearhead competitive CX"
Date: 9th Dec, Thursday
Time: 10:00 AM PST
Hosted by: DNX Ventures in collaboration with Squadcast.

Keynote speaker and industry expert - Salim Virji, Sr. SRE at Google along with Biju Chacko, VP of Engineering at Squadcast will be sharing their thoughts on how practising Site Reliability Engineering can effectively improve Customer Experience.

The second half of the session will be a thought leadership panel with speakers and Eva Nahari, Principal at DNX Ventures, discussing methods and practices on how organizations can achieve competitive CX by leveraging SRE.

Register here: https://lnkd.in/dTxj_K-v

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.