Deno and TypeScript with Elio Rivero
Deno is a runtime for JavaScript applications. Deno is written in Rust, which changes the security properties of it. Parts of Deno are also written in TypeScript, which are causing problems in the compilation and organization of Deno. Elio Rivero is an engineer who has studied Deno and TypeScript, and he joins the show to The post Deno and TypeScript with Elio Rivero appeared first on Software Engineering Daily.
WebAssembly Migration with Nicolo Davis
WebAssembly allows for the execution of languages other than JavaScript in a browser-based environment. But WebAssembly is still not widely used outside of a few particular niches such as Dropbox and Figma. Nicolo Davis works on an application called Boardgame Lab, and he joins the show to explain why WebAssembly can be useful even for The post WebAssembly Migration with Nicolo Davis appeared first on Software Engineering Daily.
Digital Experience Analytics with Michael Morrissey
Users do not use web applications in the way that you might expect. And it is not easy to get the data that is necessary to get a full picture. But a newer API within browsers does make this more possible by capturing DOM mutations. The change capture of these DOM mutations can be stored The post Digital Experience Analytics with Michael Morrissey appeared first on Software Engineering Daily.
Pull Request Environments with Eric Silverman
The modern release workflow involves multiple stakeholders: engineers, management, designers, and product managers. It is a collaborative process that is often held together with brittle workflows. A developer deploys a new build to an ad hoc staging environment and pastes a link to that environment in Slack. Other stakeholders click on that link, then send The post Pull Request Environments with Eric Silverman appeared first on Software Engineering Daily.
React Native Ecosystem with Nader Dabit (Summer Break Repeat)
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 The post React Native Ecosystem with Nader Dabit (Summer Break Repeat) appeared first on Software Engineering Daily.