Browser Observability With Jay Khatri

Browser Observability With Jay Khatri

Author: JavaScript Archives - Software Engineering Daily May 20, 2022 Duration: 44:00
Highlight is a tool that helps teams reproduce end-to-end user sessions to troubleshoot their applications faster, more efficiently, and with all the context they need. With Highlight, engineering teams can replay errors with high precision, which includes complete session replay, outgoing network requests, dense stack traces and insight into the app’s state management system. Jay

Dive into the deep end of the world's most ubiquitous programming language with the JavaScript Archives-Software Engineering Daily. This curated collection pulls from the broader archive, focusing entirely on conversations that dissect the ecosystem, its evolution, and its practical application in modern software engineering. Each episode features in-depth technical interviews with engineers, library authors, and industry leaders who have shaped the language. You'll hear detailed discussions on everything from the intricacies of frameworks like React and Node.js to the underlying mechanics of the V8 engine, from deployment strategies to the challenges of building at scale. The dialogue is substantive and geared toward practicing developers, offering insights that go far beyond surface-level tutorials. For anyone who builds with JavaScript, this podcast serves as an essential audio companion, transforming complex topics into accessible, thoughtful dialogue that illuminates the how and why behind the code we write every day.
Author: Language: en-us Episodes: 100

JavaScript Archives - Software Engineering Daily
Podcast Episodes
Web Assembly Runtime with Tyler McMullen [not-audio_url] [/not-audio_url]

Duration: 50:57
WebAssembly is a binary instruction format for applications to run in a memory-constrained, stack-based virtual machine. The WebAssembly ecosystem consists of tools and projects that allow programs in a variety of langua…
CodeSandbox: Online Code Editor with Bas Buursma and Ives van Hoorne [not-audio_url] [/not-audio_url]

Duration: 47:45
Upcoming events: A Conversation with Haseeb Qureshi at Cloudflare on April 3, 2019 FindCollabs Hackathon at App Academy on April 6, 2019 Coding in the browser has been attempted several times in the last decade. Building…
WebAssembly Execution with Syrus Akbary [not-audio_url] [/not-audio_url]

Duration: 56:35
WebAssembly is a runtime that lets languages beyond JavaScript to execute in frontend web applications. WebAssembly is novel because most modern frontend applications are written entirely in JavaScript. WebAssembly lets…
React Native Rearchitecture with G2i Team [not-audio_url] [/not-audio_url]

Duration: 47:25
React Native allows developers to build native applications for iOS and Android using components written in the React JavaScript framework. These ReactJS components render to native application code by going over a JavaS…
Storybook: UI Engineering with Zoltan Olah [not-audio_url] [/not-audio_url]

Duration: 47:46
React, Vue, and Angular are the most popular frontend JavaScript frameworks. Each of these frameworks lets frontend developers build components. A component is a high level visual abstraction that is used to compose a us…
Modern Front End: React, GraphQL, VR, WebAssembly with Adam Conrad [not-audio_url] [/not-audio_url]

Duration: 58:39
Ten years ago, there was a distinction between “backend” and “frontend” developers. A backend developer would be managing the business logic and database transactions using Ruby on Rails or Java. A frontend developer wou…
Full Stack JavaScript with Wes Bos [not-audio_url] [/not-audio_url]

Duration: 55:51
Wes Bos has created popular courses on React, GraphQL, and JavaScript. With hundreds of thousands of students, Wes has earned a cult following for his fun, practical lessons on web development. The courses produced by We…
JAM Stack with Phil Hawksworth [not-audio_url] [/not-audio_url]

Duration: 48:54
Engineers can build applications faster by using tools that abstract away infrastructure. Major cloud providers offer this tooling in the form of functions-as-a-service, as well as managed services such as Google BigQuer…
Google JavaScript with Malte Ubl [not-audio_url] [/not-audio_url]

Duration: 57:26
Google Search is a highly interactive JavaScript application. As you enter a query, results are being automatically suggested to you before you even finish typing. When you press enter, some of your search results may be…
Kotlin Design with Andrey Breslav [not-audio_url] [/not-audio_url]

Duration: 41:26
Kotlin is a statically typed programming language that started as a JVM language. It gained popularity because it reduces the amount of boilerplate code required for a typical Java project. Many of the early adopters of…