Podcast

Sort by:

Shift-Left Security and Code Scanning with Amjad Afanah and Sudipta Mukherjee

Traditionally, security checks and testing are performed towards the end of the software development lifecycle. However, discovering vulnerabilities at that stage can be costly and

Uber’s LedgerStore and its Trillions of Indexes with Kaushik Devarajaiah

Uber handles billions of trips and deliveries, and tens of billions of financial transactions across drivers, couriers, users, and merchants every quarter. LedgerStore is an immutable

Frontend Observability with Purvi Kanal

One of the fastest areas of growth in observability is frontend observability, or real user monitoring. This is the practice of monitoring and analyzing the performance, behavior, and

AI Tools for Game Development with Igor Poletaev and Nathan Yu

Inworld is a company that provides tools for game studios to add AI-driven gameplay. They are at the leading edge of using generative AI in game development, and have worked with

C++ Static Analysis with Abbas Sabra

Static analysis is the examination of code without executing the program. It’s used to identify potential errors, code quality issues, security vulnerabilities, and adherence to