NextJS with Guillermo Rauch

NextJS with Guillermo Rauch

Author: JavaScript Archives - Software Engineering Daily March 3, 2020 Duration: 1:15:38
When ReactJS became popular, frontend web development became easier. But React is just a view layer. Developers who came to React expecting a full web development framework like Ruby on Rails or Django were required to put together a set of tools to satisfy that purpose. A full-stack JavaScript framework has numerous requirements. How does

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
WorkOS: Making Enterprise-Ready Apps with Michael Grinich [not-audio_url] [/not-audio_url]

Duration: 46:02
The typical procedure many companies follow to reach production-level code is design the program, code and test it in different environments, and put it in a pipeline to deploy to production. Developers can make it prett…
PHP with Zeev Suraski [not-audio_url] [/not-audio_url]

Duration: 48:10
WordPress is a free and open-source content management system, or CMS, written in PHP. Since its release in 2003, WordPress has become ubiquitous on the web. It is estimated that roughly 60 million websites use WordPress…
Rust and Go Research with Linhai Song [not-audio_url] [/not-audio_url]

Duration: 49:53
Rust and Golang are two of the newest lower level languages for doing systems programming. They are often used for applications such as file systems, operating systems, and latency-sensitive applications. How do they com…
React Best Practices with Kent Dodds (Repeat) [not-audio_url] [/not-audio_url]

Duration: 52:33
Originally published March 6, 2020 ReactJS developers have lots of options for building their applications, and those options are not easy to work through. State management, concurrency, networking, and testing all have…
React Native Interfaces with Leland Richardson (Repeat) [not-audio_url] [/not-audio_url]

Duration: 49:28
Originally published July 7, 2017 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 resour…
WebAssembly with Brendan Eich (Repeat) [not-audio_url] [/not-audio_url]

Duration: 1:21:31
Originally published March 31, 2017 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 ca…
React Native at Airbnb with Gabriel Peal Holiday Repeat [not-audio_url] [/not-audio_url]

Duration: 54:29
Originally published July 27, 2018 React Native allows developers to reuse frontend code between mobile platforms. A user interface component written in React Native can be used in both iOS and Android codebases. Since R…
OpenBase: JavaScript Package Selection with Lior Grossman [not-audio_url] [/not-audio_url]

Duration: 44:18
The JavaScript ecosystem has millions of packages. How do you choose from those packages to find the best in breed for your projects? OpenBase is a system for searching and discovering JavaScript packages. OpenBase inclu…
Retool with David Hsu [not-audio_url] [/not-audio_url]

Duration: 47:57
Internal tools are often built with Ruby on Rails or NodeJS. Developers create entire full-fledged applications in order to suit simple needs such as database lookups, dashboarding, and product refunds. This internal too…