Changelog Master Feed

  • Autor: Vários
  • Narrador: Vários
  • Editor: Podcast
  • Duración: 2327:06:19
  • Mas informaciones

Informações:

Sinopsis

Master feed of all Changelog podcasts.

Episodios

  • New Go branding strategy (Go Time #79)

    07/05/2018 Duración: 01h12min

    Steve Francia joined the show and told us EVERYTHING about Go’s new branding strategy (and don’t worry, the gopher isn’t going anywhere!)

  • Cool, depending on your definition of cool (JS Party #24)

    07/05/2018 Duración: 54min

    Feross Aboukhadijeh, Suz Hinton, Nick Nisi, and Alex Sexton get weird this week talking about their favorite old and weird HTML tags, web APIs that do or don’t require permission, and their favorite weird websites.

  • Scaling all the things at Slack (Changelog Interviews #295)

    02/05/2018 Duración: 01h09min

    Julia Grace joined the show to talk bout about scaling all the things at Slack. Julia is currently the Senior Director of Infrastructure Engineering at Slack, and has been their since 2015 — so she’s seen Slack during its hyper-growth. We talked about Slack’s growth and scale challenges, scaling engineering teams, the responsibilities and challenges of being a manager, communicating up and communicating down, quality of service and reliability, and what it takes to build high performing leadership teams.

  • Hacking drones with Go (Go Time #78)

    30/04/2018 Duración: 01h10min

    Ron Evans joined the show and talked with us about GoCV, Gobot, using Go to control drones, and other interesting projects and news.

  • The state of Node security (JS Party #23)

    30/04/2018 Duración: 54min

    Suz Hinton, Christopher Hiller, and Jerod Santo talk with Adam Baldwin about his company being acquired by NPM, the security of Node, best practices, and more.

  • BONUS – Go and WebAssembly (Wasm) (Go Time)

    25/04/2018 Duración: 01min

    This is a bonus segment in the after show of Go Time #77 with Russ Cox where we talk briefly about WebAssembly (Wasm) support in Go, and how that plays into Go being used as a web language.

  • Code Cartoons, Rust, WebAssembly (Changelog Interviews #294)

    25/04/2018 Duración: 58min

    Lin Clark joined the show to talk about Code Cartoons, her work at Mozilla in the emerging technologies group, Rust, Servo, and WebAssembly (aka Wasm), the Rust community’s big goal in 2018 for Rust to become a web language (thanks in part to Wasm), passing objects between Rust and JavaScript, Rust libraries depending on JavaScript packages and vice versa, Wasm ES Modules, and Lin’s upcoming keynote at Fluent on the parallel future of the browser.

  • React and Electron with James Long (The React Podcast #7)

    24/04/2018 Duración: 01h54s

    James Long is a prolific blogger and the author of several open source libraries including Prettier. He has recently started developing Actual, a budgeting app built in React and Electron. In this episode we talk about James’ approach to business, as well as take a peek behind the scenes at how he works with React.

  • Dependencies and the future of Go (Go Time #77)

    23/04/2018 Duración: 01h08min

    Russ Cox joins us this week to talk about how Russ got involved with Go, Vgo, error handling, updates on Go 2.0, more.

  • PWAs to eat the world. Or maybe not. News at 11! (JS Party #22)

    23/04/2018 Duración: 56min

    Jerod Santo, Safia Abdalla, Nick Nisi, and Kevin Ball talk about progressive web apps. What are they, what do they do, what are some practical ways of using them, and more.

  • Ember four years later (Changelog Interviews #293)

    18/04/2018 Duración: 01h13min

    Chad Hietala joined the show to talk with us about the long history of Ember.js, how he first got involved, his work at LinkedIn and his work as an Ember Core team member, how the Ember team communicates expectations from release to release, their well documented RFC process, ES Classes in Ember, Glimmer, and where Ember is being used today.

  • Building a distributed index with Go (Go Time #76)

    13/04/2018 Duración: 48min

    Matt Jaffee joined the show and talked with us about Pilosa, building distributed index with Go, and other interesting projects and news.

  • Oh, the places JS will go (JS Party #21)

    13/04/2018 Duración: 54min

    Jerod Santo, Suz Hinton, Feross Aboukhadijeh, and Kevin Ball talk about awesome things being done with JavaScript like WebUSB, WebTorrent, and DSLs.

  • Elasticsearch and doubling down on "open" (Changelog Interviews #292)

    11/04/2018 Duración: 01h04min

    Philipp Krenn joined the show to talk with us about Elasticsearch, the problem it solves, where it came from, and where it’s at today. We discussed the query language, what it can be compared to, whether or not it’s a database replacement or a database complement, Elasticsearch vs Elastic the company. We also talked about the details behind Elastic’s plan of “doubling down on open” to open up X-Pack, which is open code paid add-on features to Elasticsearch. We discussed the implications of this on their business model, and what changes will take place at the code and license level on GitHub.

  • Async React with Andrew Clark (The React Podcast #6)

    10/04/2018 Duración: 46min

    Andrew Clark is a developer on the React core team at Facebook who has been working on asynchronous rendering. In this episode we do a deep dive on some of the decisions behind the implementation of async mode in React 16 as well as talk about how applications can benefit from using it.

  • JS Party is back!

    06/04/2018 Duración: 48min

    The party is back! In this episode, we talk about what we love about JS, Tabler and admin UI’s, and shoutouts to some of our favorite projects and people.

  • GoLand IDE and managing Gopher Slack (Go Time #75)

    06/04/2018 Duración: 01h20min

    Florin Pățan joined the show and talked with us about GoLand, the pros and cons of using an IDE, his thoughts on the Go community, and managing Gopher Slack.

  • Winamp2 JS (Changelog Interviews #291)

    06/04/2018 Duración: 01h20min

    Jordan Eldredge joined the show to talk with us about Winamp2-js — a reimplementation of Winamp 2.9 in HTML5 and Javascript. For many of our listeners, talking about Winamp may bring to mind some extreme nostalgia about the internet of the past … and it’s certainly that way for Jerod and I. Jordan started this project in 2014 and it’s what ultimately got the attention of some folks at Facebook, where he now works on Nuclide. We shared stories about Winamp back in the day, actually listening to music as an mp3, the technical hurdles and learning Jordan has experienced, skinning it, playlists, making it a frontend for Spotify – which is so ironic to actually say. Also, Jerod has been hacking it via livestream on Twitch to add it as an alternate audio player on Changelog.com.

  • Finite State Machines with David Khourshid (The React Podcast #5)

    03/04/2018 Duración: 37min

    In this episode Michael Jackson talks with David Khourshid about State Machines. David is a developer on the Visual Studio Live Share team at Microsoft. Recently, he’s been exploring methods of using finite state machines together with React to create predictable flows through applications that are easy to follow and test.

  • That's it. This is the finale! (Changelog Interviews #290)

    30/03/2018 Duración: 45min

    We’re rebroadcasting the finale episode of the beloved Request For Commits. But don’t worry, The Changelog will be back with new episodes next week. In this finale episode of Request For Commits, we regroup to discuss the podcast from its start to its finish, lessons learned, community impact, and where the conversations around open source sustainability are taking place, now and in the future. It’s the end of Request For Commits, but the conversations we’ve had will continue on The Changelog. We also have some guest-host appearances for Nadia and Mikeal planned in the near future on this podcast. So, stay tuned.

página 92 de 117