React Native Ecosystem with Nader Dabit (Summer Break Repeat)

React Native Ecosystem with Nader Dabit (Summer Break Repeat)

Author: JavaScript Archives - Software Engineering Daily June 26, 2020 Duration: 52:41
Originally published July 6, 2017. We are taking a few weeks off. We’ll be back soon with new episodes. 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, and

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
HTTP with Julia Evans [not-audio_url] [/not-audio_url]

Duration: 59:58
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 into…
Gatsby with Kyle Mathews and Sam Bhagwat [not-audio_url] [/not-audio_url]

Duration: 58:02
Frontend software development has become as complex as backend development. There was a time when frontend web development was simple. There was a small number of JavaScript frameworks and templating systems. Your CSS wa…
Webflow: No-Code with Vlad Magdalin [not-audio_url] [/not-audio_url]

Duration: 1:01:40
Webflow is a platform for building applications without programming. Software engineering has barely been around for 30 years. Over that period of time, there have been many attempts to create a platform that allows for…
WebAssembly Isolation with Tyler McMullen [not-audio_url] [/not-audio_url]

Duration: 47:04
Isolation is a fundamental concept in computer science. Software workloads are isolated from each other in order to keep resource access cleanly separated. When programs are properly isolated, it is easier for the progra…
Repl.it: Browser Coding with Amjad Masad [not-audio_url] [/not-audio_url]

Duration: 49:54
The browser has become the central application of the consumer operating system. Every piece of client software, from email to document management, has become usable through the browser. Even modern desktop software such…
Facebook PHP with Keith Adams [not-audio_url] [/not-audio_url]

Duration: 53:51
Facebook was built using PHP, a programming language that was used widely in the late 90s and early 2000s. PHP allows developers to get web applications built quickly and easily, although PHP has a reputation for being d…
Edge Storage with Steve Klabnik [not-audio_url] [/not-audio_url]

Duration: 48:45
Edge computing allows for faster data access and computation. When your client application makes a request, that request might be routed to the edge. Edge servers are more numerous and more widely distributed than normal…
Google Earth WebAssembly with Jordon Mears [not-audio_url] [/not-audio_url]

Duration: 52:06
Google Earth allows users to explore the imagery of the real world. Imagery for Google Earth is taken from satellites, cars equipped with cameras, and other sources. Google Earth renders a data intensive 3-D model of the…
Project Management with Kurt Schrader [not-audio_url] [/not-audio_url]

Duration: 54:22
Software projects are organized and planned using project management software. Examples of project management software include JIRA, Trello, and Asana. There are hundreds of tools for managing a software project because…
WebAssembly Compilation with Till Schneidereit [not-audio_url] [/not-audio_url]

Duration: 50:12
WebAssembly allows for web-based execution of languages other than JavaScript. Programs written in Rust or C++ can be compiled down to WebAssembly and shipped over the browser for on-the-fly execution in a safe, memory c…