The Stack Overflow podcast is a weekly conversation about working in software development, learning to code, and the art and culture of computer programming. Hosted by Paul Ford and Ben Popper, the series features questions from our community, interviews with fascinating guests, and hot takes on what’s happening in tech. Founded in 2008, Stack Overflow is empowering the world to develop technology through collective knowledge. It’s best known for being the largest, most trusted online community for developers and technologists. More than 100 million people come to Stack Overflow every month to ask questions, help solve coding problems, and develop new skills.

The less JavaScript, the better

January 27, 2023 00:23:40 22.73 MB Downloads: 0

Astro is a site builder that lets you use the frontend tools you already love (React, Vue, Svelte, and more) to build content-rich, performant websites. 

Astro extracts your UI into smaller, isolated components (“islands”) and replaces unused JavaScript with lightweight HTML for faster loads and time-to-interactive (TTI).

Ben and Nate explain why Astro’s compiler was written in Go (“seemed like fun”).

To learn more about Astro, start with their docs or see what people are doing with the framework.

Connect with Ben on LinkedIn, GitHub, or via his website.

Connect with Nate on GitHub.

Shoutout to Lifeboat badge winner Aurand for their answer to How to convert list to queue to achieve FIFO.