Synopsis
JavaScript episodes of Software Engineering Daily
Episodes
-
Web Development in a Post-browser World with Jonathan Stark
11/02/2016 Duration: 01h02s“The smart phone itself is turned into the browser.” Continue reading… The post Web Development in a Post-browser World with Jonathan Stark appeared first on Software Engineering Daily.
-
VueJS with Evan You
29/12/2015 Duration: 50min“When you have different goals – it’s impossible to say ‘we have the best practices for doing everything’. Because the web is just so versatile.” Vue.js is a lightweight front-end JavaScript framework that makes it simple to begin prototyping and building web interfaces. Vue.js provides a flexible API for MVVM data bindings, and can serve The post VueJS with Evan You appeared first on Software Engineering Daily.
-
The Future of JavaScript with Eric Elliott
22/12/2015 Duration: 01h21s“I think that anybody who’s not using universal JavaScript is wasting a ton of time and a ton of money, and it’s just a silly thing to do.” Eric Elliott is a JavaScript advocate, and the author of Programming JavaScript Applications. He is also an entrepreneur tackling social issues including homelessness and inequality in the The post The Future of JavaScript with Eric Elliott appeared first on Software Engineering Daily.
-
JavaScript on Hardware with Kelsey Breseman
21/12/2015 Duration: 53min“Part of the point of Tessel is that it just works – you don’t have to worry about it. Much in the way that you would throw your app up on Heroku.” Tessel is an open-source microcontroller that is programmable in JavaScript and compatible with Node.js. Kelsey Breseman is a hardware engineer and Steering Committee The post JavaScript on Hardware with Kelsey Breseman appeared first on Software Engineering Daily.
-
Javascript: The Bad Parts with John K. Paul
09/12/2015 Duration: 57min"I have no expectation nor would this be realistic, that any one framework will ever win out. Continue reading… The post Javascript: The Bad Parts with John K. Paul appeared first on Software Engineering Daily.
-
The Future of React with Christopher Chedeau
03/12/2015 Duration: 56min“When I started React Native, everyone I talked to was like you need the primitives to be platform specific, otherwise this is too crazy, everyone’s tried the cross-platform dream – it doesn’t work.” Continue reading… The post The Future of React with Christopher Chedeau appeared first on Software Engineering Daily.
-
JavaScript Jabber with Charles Wood
20/10/2015 Duration: 01h01min“I keep telling people that front-end and back-end shared JavaScript is a pipe dream.” Continue reading… The post JavaScript Jabber with Charles Wood appeared first on Software Engineering Daily.
-
Training Software Engineers with David Yang and Nimit Maru
06/10/2015 Duration: 55min“Javascript is like English – it hitched itself to the most powerful horse in the history of mankind, the web, and it has really exploded since then.” Fullstack Academy is a 13-week immersive program for students to learn software engineering. Their flagship course focuses primarily on Javascript and the associated frameworks used to build real-world web applications. Continue reading… The post Training Software Engineers with David Yang and Nimit Maru appeared first on Software Engineering Daily.
-
React Native with Tadeu Zagallo
21/09/2015 Duration: 52minReact Native enables iOS and Android development using React. Mobile devices use a virtual machine to interpret the JavaScript into native code. Tadeu Zagallo is a Facebook engineer who works on React Native for iOS. Continue reading… The post React Native with Tadeu Zagallo appeared first on Software Engineering Daily.
-
Fluxxor and the Flux Architecture with Brandon Tilley
20/09/2015 Duration: 53minThe Flux architecture is a compelling alternative to the modern-view-controller pattern when building modern web applications. Fluxxor is a set of tools for building JavaScript data layers using the Flux architecture. It was one of the earliest open-source implementations of Flux. Brandon Tilley is a software engineer who works at The Minerva Project. He is the creator of Fluxxor. Continue reading… The post Fluxxor and the Flux Architecture with Brandon Tilley appeared first on Software Engineering Daily.
-
Flux, Redux, and React Hot Loader with Dan Abramov
18/09/2015 Duration: 55minFlux's one way data flow solves several problems of MVC, but its complexity can be reduced in some cases. Redux is a predictable state container for JavaScript to use with React or any other view library. Dan Abramov currently works full time on Redux, React Hot Loader, and React Transform. Continue reading… The post Flux, Redux, and React Hot Loader with Dan Abramov appeared first on Software Engineering Daily.
-
React at Facebook with Ben Alpert
17/09/2015 Duration: 58minReact is the product of Facebook and a large open-source community. Facebook engineering has recently produced a powerful suite of loosely coupled tools for development: React, GraphQL, Relay, React Native, and Flux Architecture. Ben Alpert is an engineer on the React Core team at Facebook. Continue reading… The post React at Facebook with Ben Alpert appeared first on Software Engineering Daily.
-
React Router, Flux, and Web Debates with Michael Jackson
16/09/2015 Duration: 01h03minReact Router is a complete routing solution for ReactJS. It offers users a way to build full-fledged web apps from their React components. Michael Jackson works on React Router and is the founder of ReactJS Training. Continue reading… The post React Router, Flux, and Web Debates with Michael Jackson appeared first on Software Engineering Daily.
-
Node.js at Netflix with Yunong Xiao
01/08/2015 Duration: 38minNode.js is a server-side JavaScript runtime powered by V8. Yunong Xiao is a senior engineer at Netflix. He works on the website’s Node.js front-end and middle-tier services. Topics discussed: Netflix’s Node.js components Netflix’s similarities to Spotify How to scale a node application Java vs. Node.js services Node.js event loop Solutions to callback hell How Node.js changes The post Node.js at Netflix with Yunong Xiao appeared first on Software Engineering Daily.
-
JavaScript at Spotify with Mattias Petter Johansson
01/08/2015 Duration: 01h49sMattias Petter Johansson is an engineer at Spotify. He writes about JavaScript on Quora and Twitter. Questions include: How similar is Spotify’s architecture to Netflix’s? Is there anywhere we shouldn’t use JavaScript? What is important about Meteor? How does React compare to Angular? Are engineering and art separated by a false dichotomy? Links: Netflix Architecture Mattias Functional The post JavaScript at Spotify with Mattias Petter Johansson appeared first on Software Engineering Daily.
-
restify at Netflix with Yunong Xiao
31/07/2015 Duration: 47minrestify is a node.js module built to enable correct REST web services. Netflix uses restify to gain performance and visibility. Yunong Xiao, senior engineer at Netflix, talks about the incident which incited Netflix’s service migration to restify. The discussion starts with an explanation of flame graphs and evolves into a conversation about restify, and the importance of choosing the correct RESTful The post restify at Netflix with Yunong Xiao appeared first on Software Engineering Daily.
-
TypeScript with Jon Turner
29/07/2015 Duration: 01h23sTypeScript is a typed superset of JavaScript that compiles down to regular JavaScript. Jon Turner maintains the TypeScript package at Microsoft. Why is TypeScript useful? Does compile-time checking add any real efficiency? The current TypeScript compiler is written in TypeScript–how did you compile that compiler? TypeScript was created to build large, manageable JavaScript applications–how did Microsoft due that The post TypeScript with Jon Turner appeared first on Software Engineering Daily.
-
Meteor.js with Uri Goldshtein
28/07/2015 Duration: 58minMeteor is a full-stack web framework for building isomorphic JavaScript applications. Questions include: Is Meteor the Ruby on Rails of the JavaScript world? What is full-stack data binding? Is Meteor compatible with React? Does Meteor compete with frameworks like Express? If Meteor is open source, how does the company make money? What is the future The post Meteor.js with Uri Goldshtein appeared first on Software Engineering Daily.
-
React.js with Sebastian Markbage and Christopher Chedeau
27/07/2015 Duration: 57minReact.js is a JavaScript library for building user interfaces. Facebook and Instagram maintain the open-source repository and use the technology to build front-end components. Questions include: What is a virtual DOM? How does React.js make development more modular? Why is DOM manipulation so expensive? What is Facebook’s development process of React like? What is Flux The post React.js with Sebastian Markbage and Christopher Chedeau appeared first on Software Engineering Daily.