JavaScript Archives - Software Engineering Daily

JavaScript Archives - Software Engineering Daily

Author: JavaScript Archives - Software Engineering Daily Language: English Episodes: 100
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.
Episodes
[not-audio_url] [/not-audio_url]

Duration: 0:00
Java is one of the most widely used programming languages, and a key contributor to its success is VMware Tanzu’s Spring, the most common framework for Java development. The Spring Framework is built on top of the Java V…
Deno with Luca Casonato [not-audio_url] [/not-audio_url]

Duration: 45:57
Deno is a free and open source JavaScript runtime built on Google’s V8 engine, Rust, and Tokio. The project was announced by Ryan Dahl in 2018 with the goal of addressing shortcomings of Node.js, which Ryan also created.…
Figma Dev Mode with Marcel Weekes [not-audio_url] [/not-audio_url]

Duration: 55:48
One of the key challenges that teams encounter is how to smoothly collaborate on converting a design into code. For example, if a designer designs a web component, how can it be most efficiently implemented by a develope…
The Astro Framework with James Quick [not-audio_url] [/not-audio_url]

Duration: 44:51
Frontend web frameworks are software toolkits that handle many of the low-level and repetitive aspects of building a website. These frameworks have made it easier than ever to build a modern website. The open-source Astr…
GitBook with Addison Schultz [not-audio_url] [/not-audio_url]

Duration: 38:10
 Documentation is something that everyone knows is important but it’s often difficult to get right. On software teams, good documentation can help to onboard new people, improve communication across teams, and troublesh…
Making React 70% faster with Aiden Bai of Million.js [not-audio_url] [/not-audio_url]

Duration: 45:10
React is an immensely popular JavaScript library that is used to build website user interfaces. A key feature of React is that it uses a virtual Document Object Model, or DOM, to selectively update the desired regions of…
Building a Full Cloud Backend with James Cowling [not-audio_url] [/not-audio_url]

Duration: 52:48
Serverless backend platforms are cloud services that simplify the process of building a backend. These platforms are growing rapidly in popularity because they can greatly accelerate application development, and improve…
The Latest on RedwoodJS with Tom Preston-Werner [not-audio_url] [/not-audio_url]

Duration: 1:07:15
Tom Preston-Werner is a renowned software developer, inventor and entrepreneur. He co-founded GitHub and is the creator of the avatar service Gravatar, the TOML configuration file format, and the static site generator so…
Netlify with Mathias Biilmann Christensen [not-audio_url] [/not-audio_url]

Duration: 53:06
Netlify is a cloud-based platform that provides web developers with an all-in-one workflow to build, deploy, and manage modern web projects. Matt Biilmann is the CEO of Netlify and he joins us today. This episode is host…
Remix with Ryan Florence [not-audio_url] [/not-audio_url]

Duration: 43:53
Remix is a full stack web framework that lets you focus on the user interface and work back through web fundamentals to deliver a fast, slick, and resilient user experience that deploys to any Node.js server and even non…