Yash Verma

Yash Verma

Yash is a computer science student and a computing researcher at the University of Calgary. His interest in Distributed Systems and Performance, along with his passion for Open Source Observability, drives him to speak about these topics at tech conferences around the world. Outside of his technical pursuits, Yash enjoys cycling and trekking.
Observability Matters: This Time for Frontend
JSNation US 2024JSNation US 2024
Upcoming
Observability Matters: This Time for Frontend
Have you ever had that sinking feeling when your favorite app suddenly stops working? You’re not alone. Frontend teams focus on client-side performance to enhance user experience, where customers spend time and revenue is generated. Tools like RUM and Synthetic Monitoring help, but they're outdated and not sufficient. Say hi to Frontend Observability, a holistic and end-to-end approach to investigate errors and latencies.
Observability Matters: Enhancing Performance of our Node Application with OpenTelemetry
Node Congress 2024Node Congress 2024
7 min
Observability Matters: Enhancing Performance of our Node Application with OpenTelemetry
Have you ever considered that when we encounter terms like observability and reliability, our initial instinct is usually to attribute them solely to SRE concerns? Yet, upon closer examination, one may realize that actually implementing observability is, in essence, more aligned with the domain of developers. After all, developers are the ones who directly implement the actual logic into our existing codebase, and who better to understand and debug their code than the developers themselves? Through this session, we will emphasize on understanding the importance of observability specifically from a developer's perspective. Let's explore some best practices that help us effectively debug the performance of our Node application and how the inclusion of open source frameworks like OpenTelemetry could be beneficial to us.