HTTP with Julia Evans (Summer Break Repeat)

HTTP with Julia Evans (Summer Break Repeat)

Author: JavaScript Archives - Software Engineering Daily June 17, 2020 Duration: 59:58
Originally published November 21, 2019. We are taking a few weeks off. We’ll be back soon with new episodes. HTTP is a protocol that allows browsers and web applications to communicate across the Internet. Everyone knows that HTTP is doing some important work, because “HTTP” is at the beginning of most URLs that you enter

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
GatsbyJS with Kyle Mathews [not-audio_url] [/not-audio_url]

Duration: 51:54
GatsbyJS is a framework for building web applications for JavaScript. Gatsby’s original goal was to allow users to create super fast static web sites that could be hosted and served efficiently at a low cost. Most web pa…
TypeScript at Slack with Felix Rieseberg [not-audio_url] [/not-audio_url]

Duration: 51:31
Slack is an application for team communication. Users chat across mobile devices, web browsers, and a desktop application, which means Slack has three places to deploy on rather than two. And the desktop apps on Windows,…
Lottie Animation with Brandon Withrow and Gabriel Peal [not-audio_url] [/not-audio_url]

Duration: 53:54
Animations make an application more fun and engaging. For most apps, animation is an afterthought. Developers are concerned with getting the functionality right, and designers have enough work to do simply getting icons,…
State of JavaScript with Sacha Greif [not-audio_url] [/not-audio_url]

Duration: 49:44
JavaScript is moving so fast. It’s not easy to keep up with all of the frameworks, build tools, and packages. No other language spans frontend to backend, mobile to web to server. Sacha Greif is an independent designer a…
React Native Interfaces with Leland Richardson [not-audio_url] [/not-audio_url]

Duration: 49:28
Airbnb is a company that is driven by design. New user interfaces are dreamed up by designers and implemented for web, iOS, and Android. This implementation process takes a lot of resources, but it used to take even more…
React Native Ecosystem with Nader Dabit [not-audio_url] [/not-audio_url]

Duration: 51:11
React Native allows developers to reuse components from one user interface on multiple platforms. React Native was introduced by Facebook to reduce the pain of teams who were rewriting their user interfaces for web, iOS,…
The Future of React Native with Brent Vatne and Adam Perry [not-audio_url] [/not-audio_url]

Duration: 52:45
React Native has unlocked native mobile development to web engineers who may now apply their skills to build iOS and Android applications in JavaScript. For the first time, cross platform JavaScript-based applications fe…
WebAssembly with Brendan Eich [not-audio_url] [/not-audio_url]

Duration: 1:19:23
Brendan Eich created the first version of JavaScript in 10 days. Since then JavaScript has evolved, and Brendan has watched the growth of the web give rise to new and unexpected use cases. Today Brendan Eich is still pus…
Inferno with Dominic Gannaway [not-audio_url] [/not-audio_url]

Duration: 45:07
Over the past few years, React has become the most popular front end JavaScript framework. As React has matured, the open source community around React has identified areas for improvement. Since React itself is too matu…
Reactive JavaScript with Ben Lesh [not-audio_url] [/not-audio_url]

Duration: 54:42
Netflix has a highly interactive user interface. As I move my mouse around the page, hovering over titles and inspecting movie descriptions, there is a lot going on under the hood. One component of this UI is RxJS, a lib…