More Software Engineering Radio episodes

Will Sentance on JS Modernization thumbnail

Will Sentance on JS Modernization

Published 29 Apr 2026

Duration: 58:43

JavaScript's evolution from a 1995 scripting language to a performance-optimized modern tool balances innovation with backward compatibility through TC39's incremental updates, browser advancements, community-driven libraries, key features like async/await and symbols, engine optimizations, and a design philosophy prioritizing flexibility and user-driven standardization for large-scale frameworks.

Episode Description

Will Sentance, educator and co-founder of Codesmith, joins SE Radio's Adi Narayan to discuss the evolution of JavaScript and modern best practices. Th...

Overview

The podcast explores the evolution of JavaScript, tracing its journey from a 1995 scripting language designed for basic web interactivity to a mature, performance-optimized ecosystem. It highlights the role of the TC39 committee and browser developers in balancing innovation with backward compatibility, ensuring the language remains stable while adopting modern features like async/await, symbols, and improved array methods. Key challenges include maintaining compatibility with legacy code, which restricts deprecations and influences design choices, while community-driven libraries (e.g., Lodash, Moment.js) have historically filled gaps before features are standardized. The discussion also delves into performance optimization strategies, such as engine-level improvements (e.g., V8s just-in-time compilation) and the trade-offs between native methods and third-party libraries.

Modern JavaScripts focus extends beyond general-purpose use, emphasizing tools for large-scale abstraction and optimization. Topics include the introduction of symbols to prevent property collisions, the shift toward native features like Temporal for date/time handling, and the impact of engine optimizations on object structures (e.g., monomorphic shapes). The podcast also examines the evolving role of JavaScript in frameworks like React and tools like Bun, which aim to streamline development workflows. Finally, it underscores the importance of understanding JavaScripts underlying mechanicssuch as the event loop, prototype chains, and asynchronous executionto effectively leverage its flexibility and address performance bottlenecks in complex systems.

Recent Episodes of Software Engineering Radio

16 Sept 2026 Milan Milanovic on the Laws of Software Engineering

"Explores key software engineering principles (like Conway's Law, Brooks' Law) and their impact on systems, teams, and decision-making, emphasizing context-dependent trade-offs, AI's role, and practical applications like measuring technical debt."

9 Sept 2026 Owen McGirr on Software Accessibility

"Accessibility in software development must be prioritized from the start, integrating inclusive design practices like multiple input methods, proper labeling, and user testing to benefit all users, not just those with disabilities."

3 Sept 2026 Sahil Walia on Apache Iceberg

"Apache Iceberg is a scalable, interoperable data framework that unifies OLTP and OLAP workloads, separates storage and compute, and enables efficient metadata-driven operations, governance, and cost savings across industries."

26 Aug 2026 Vivek Yadav on Regression Testing Microservices

"Explores microservices testing strategies, behavioral consistency in migrations, payment system challenges, regression testing, historical data validation, testable architecture, Spark's role, and AI-driven code changes, emphasizing data privacy and business insights."

13 Aug 2026 SE Radio 733: Max Corbridge on Securing AI Agents

"Explores AI agent security risks, focusing on prompt injection vulnerabilities, non-deterministic threats, and the need for dynamic monitoring and proactive defenses against evolving AI-specific attacks."

More Software Engineering Radio episodes