JavaScript Jabber artwork

JavaScript Jabber

1,100 episodes - English - Latest episode: 3 months ago - ★★★★ - 58 ratings

Stay current on JavaScript, Node, and Front-End development. Learn from experts in programming, careers, and technology every week.

Become a supporter of this podcast: https://www.spreaker.com/podcast/javascript-jabber--6102064/support.

How To Education Technology javascript programming browser internet web programmer developer framework front end node
Homepage Apple Podcasts Google Podcasts Overcast Castro Pocket Casts RSS feed

Episodes

JSJ 419: Google App Script with Ben Collins

February 04, 2020 11:00 - 49 minutes - 46.8 MB

Today’s guest is Ben Collins, who creates online courses, writes tutorials, and teaches workshops around G Suite and App Script. Apps Script is a scripting platform developed by Google for light-weight application development in the G Suite platform. It is an implementation of JavaScript with the express purpose of extending Google apps. App Script was started 10 years ago as a side project, and it eventually took on its own life. Ben talks about some of the different things that App Script c...

JSJ 418: Security Scary Stories and How to Avoid Them with Kevin A McGrail

January 28, 2020 11:00 - 1 hour - 83.5 MB

In this episode of JavaScript Jabber the panel interviews security expert, Kevin A. McGrail. He starts by explaining what security frameworks and what they do. The panel wonders how to know if your developers are capable of self-auditing your security or if you need help. Kevin shares recommendations for companies to look at to answer that question. Aimee Knight explains the hell she has been in making changes to be compliant with CCPA. The panel considers how policies like this complicate se...

JSJ 417: Serverless with Microsoft Azure with Burke Holland

January 21, 2020 11:00 - 1 hour - 72.7 MB

Burke Holland works for Microsoft on the Azure team in developer relations. He starts the show talking about how he got started in serverless. He’s careful to note that just because things are marketed as serverless doesn’t always make them so. In order for something to be serverless, it must be sufficiently abstracted in terms of technology, only require payment for what is used, and infinitely scalable. He talks about the statelessness of serverless, and the panel discusses what it means to...

Episode 423: JSJ 417: Serverless with Microsoft Azure with Burke Holland

January 21, 2020 11:00 - 1 hour - 71.6 MB

Burke Holland works for Microsoft on the Azure team in developer relations. He starts the show talking about how he got started in serverless. He’s careful to note that just because things are marketed as serverless doesn’t always make them so. In order for something to be serverless, it must be sufficiently abstracted in terms of technology, only require payment for what is used, and infinitely scalable. He talks about the statelessness of serverless, and the panel discusses what it means t...

JSJ 416: GraphQL Developer Tools with Sean Grove

January 14, 2020 11:00 - 1 hour - 75 MB

In this episode of JavaScript Jabber the panel interviews Sean Grove from OneGraph; asking him questions about GraphQL tooling and common complaints about GraphQL. Sean starts by explaining what GraphQL is and how it benefits frontend developers. GraphiQL is a frontend open sourced tool produced by OneGraph, Sean explains how this handy tool simplifies GraphQL.  Authentication and authorization are one of the biggest criticisms of GraphQL. Sean walks the panel through the solution, getting a ...

JSJ 415: Progressive Web Apps with Maximiliano Firtman

January 07, 2020 11:00 - 39 minutes - 37.6 MB

Maximiliano Firtman is a mobile web developer from Buenos Ares, Argentina. He has been a developer for 24 years and his most recent focus has been on progressive web apps, or PWAs. Steve and Max reflect on the technologies they were using when they first got started in web development and talk about their experience with mobile development. One area that Max emphasized was bringing the web into the mobile space. They discuss the progression of web access on mobile and some of the available to...

JSJ 414: JavaScript Jabber Still at RxJs Live

December 31, 2019 11:00 - 40 minutes - 38.5 MB

In this episode of JavaScript Jabber Charles Max Wood continues interviewing speakers at RxJS Live. First, he interviews Mike Ryan and Sam Julien. They gave a talk about Groupby, a little known operator. They overview the common problems other mapping operators have and how Groupby addresses these problems. The discuss with Charles where these types of operators are most commonly used and use an analogy to explain the different mapping operators.  Next, Charles talks to Tracy Lee. Her talk de...

Episode 420: JSJ 414: JavaScript Jabber Still at RxJs Live

December 31, 2019 11:00 - 40 minutes - 37.8 MB

In this episode of JavaScript Jabber Charles Max Wood continues interviewing speakers at RxJS Live. First, he interviews Mike Ryan and Sam Julien. They gave a talk about Groupby, a little known operator. They overview the common problems other mapping operators have and how Groupby addresses these problems. The discuss with Charles where these types of operators are most commonly used and use an analogy to explain the different mapping operators.    Next, Charles talks to Tracy Lee. Her ta...

JSJ 413: JavaScript Jabber at RxJs Live

December 24, 2019 11:00 - 37 minutes - 35.1 MB

In this episode of JavaScript Jabber Charles Max Wood does interviews at RxJS Live. His first interview is with Hannah Howard at RxJS Live about her talk. Hannah is really enthusiastic about RxJS especially when it comes to frontend development. Her talk is about how to architect full-scale apps with RxJS. Hannah gives a brief summary of her talk. Charles having met Hanna previously at Code Beam asks her how functional programming and reactive programming work together in her mind. Hannah des...

Episode 419: JSJ 413: JavaScript Jabber at RxJs Live

December 24, 2019 11:00 - 37 minutes - 34.4 MB

In this episode of JavaScript Jabber Charles Max Wood does interviews at RxJS Live. His first interview is with Hannah Howard at RxJS Live about her talk. Hannah is really enthusiastic about RxJS especially when it comes to frontend development. Her talk is about how to architect full-scale apps with RxJS. Hannah gives a brief summary of her talk. Charles having met Hanna previously at Code Beam asks her how functional programming and reactive programming work together in her mind. Hannah de...

JSJ 412: Svelte and Sapper with Svelte Master

December 17, 2019 11:00 - 49 minutes - 46.5 MB

Noah, a.k.a. Svelte Master, is from Indiana and recently moved to San Francisco. He has been given title Computational Linguist by SoundHound. He starts the show by talking about his Youtube channel all about Svelte. Svelte is a JavaScript framework similar to React and Vue. When you write components, Svelte will compile it into Vanilla JS, CSS, or HTML, and create a small bundle that will be sent to the client. Svelte is a ‘disappearing framework’, so your bundles come out as DOM APIs and th...

Episode 418: JSJ 412: Svelte and Sapper with Svelte Master

December 17, 2019 11:00 - 49 minutes - 45.5 MB

Noah, a.k.a. Svelte Master, is from Indiana and recently moved to San Francisco. He has been given title Computational Linguist by SoundHound. He starts the show by talking about his Youtube channel all about Svelte. Svelte is a JavaScript framework similar to React and Vue. When you write components, Svelte will compile it into Vanilla JS, CSS, or HTML, and create a small bundle that will be sent to the client. Svelte is a ‘disappearing framework’, so your bundles come out as DOM APIs and t...

Episode 417: JSJ 411: Unit Testing Jest with Daniel Caldas

December 10, 2019 11:00 - 59 minutes - 55 MB

Daniel Caldas is calling from Singapore. He currently works as a software engineer for Zendesk and has also worked in Portugal and Germany. He has worked primarily on the frontend with Node and JavaScript. He talks about his experience testing JavaScript, how he got started with Jest, and why he likes it. Daniel finds Jest very easy to use and straightforward. He likes that  Jest has a single reference page for documentation. He feels that Jest is largely complete out of the box and has only...

JSJ 411: Unit Testing Jest with Daniel Caldas

December 10, 2019 11:00 - 59 minutes - 56 MB

Daniel Caldas is calling from Singapore. He currently works as a software engineer for Zendesk and has also worked in Portugal and Germany. He has worked primarily on the frontend with Node and JavaScript. He talks about his experience testing JavaScript, how he got started with Jest, and why he likes it. Daniel finds Jest very easy to use and straightforward. He likes that  Jest has a single reference page for documentation. He feels that Jest is largely complete out of the box and has only ...

JSJ 410: Iterating on Open Source

December 03, 2019 11:00 - 59 minutes - 55.3 MB

Today the panel is discussing iterating on open source projects. Aimee and AJ recall a conversation they had in the past on this subject and AJ talks about some of his experience iterating with open source. AJ believes that we have an obligation to capture the value of what you create so that we can reinvest and create more value, though he admits that making money in open source is a unique challenge because donations only really work if you have a project that gets billions of downloads a m...

Episode 416: JSJ 410: Iterating on Open Source

December 03, 2019 11:00 - 59 minutes - 54.3 MB

Today the panel is discussing iterating on open source projects. Aimee and AJ recall a conversation they had in the past on this subject and AJ talks about some of his experience iterating with open source. AJ believes that we have an obligation to capture the value of what you create so that we can reinvest and create more value, though he admits that making money in open source is a unique challenge because donations only really work if you have a project that gets billions of downloads a ...

JSJ 410: Iterating on Open Source

December 03, 2019 11:00 - 59 minutes - 54.3 MB

Today the panel is discussing iterating on open source projects. Aimee and AJ recall a conversation they had in the past on this subject and AJ talks about some of his experience iterating with open source. AJ believes that we have an obligation to capture the value of what you create so that we can reinvest and create more value, though he admits that making money in open source is a unique challenge because donations only really work if you have a project that gets billions of downloads a ...

Episode 415: JSJ 409: Swagger and Open API with Josh Ponelat

November 26, 2019 11:00 - 45 minutes - 42.3 MB

Today the panel discusses the difference between Swagger and Open API with Josh Ponelat. Josh details the difference between the two. Swagger is a set of protocols around describing restful APIs. Swagger was taken over by a company called SmartBear, who donated the donated the specification to the Open Linux Foundation, and that became the Open API. Swagger is the tooling surrounding these specifications. Open API is a standardized way to describe a restful API in a YAML file. Once you’ve go...

JSJ 409: Swagger and Open API with Josh Ponelat

November 26, 2019 11:00 - 46 minutes - 43.3 MB

Today the panel discusses the difference between Swagger and Open API with Josh Ponelat. Josh details the difference between the two. Swagger is a set of protocols around describing restful APIs. Swagger was taken over by a company called SmartBear, who donated the donated the specification to the Open Linux Foundation, and that became the Open API. Swagger is the tooling surrounding these specifications. Open API is a standardized way to describe a restful API in a YAML file. Once you’ve got...

Episode 414: The MaxCoders Guide To Finding Your Dream Developer Job

November 20, 2019 19:00 - 14 minutes - 13.3 MB

"The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is available on Amazon. Get your copy here today only for $2.99!

The MaxCoders Guide To Finding Your Dream Developer Job

November 20, 2019 19:00 - 14 minutes - 14.5 MB

"The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is available on Amazon. Get your copy here today only for $2.99! Support this podcast at — https://redcircle.com/javascript-jabber/donations Privacy & Opt-Out: https://redcircle.com/privacy Become a supporter of this podcast: https://www.spreaker.com/podcast/javascript-jabber--6102064/support.

JSJ 408: Reading Source Code with Carl Mungazi

November 19, 2019 11:00 - 55 minutes - 52.1 MB

Carl Mungazi is a frontend developer at Limejump in London. He is a former journalist and switched to programming in 2016. Today the panel is discussing the benefits of reading source code. Carl began reading source code because he came into programming late and from a different field. His first project was with Mithril, and he read the source code and documentation to help him understand it. The panelists discuss how reading the source code has helped them and others to improve their coding....

Episode 413: JSJ 408: Reading Source Code with Carl Mungazi

November 19, 2019 11:00 - 55 minutes - 51 MB

Carl Mungazi is a frontend developer at Limejump in London. He is a former journalist and switched to programming in 2016. Today the panel is discussing the benefits of reading source code. Carl began reading source code because he came into programming late and from a different field. His first project was with Mithril, and he read the source code and documentation to help him understand it. The panelists discuss how reading the source code has helped them and others to improve their coding...

JSJ 407: Reactive JavaScript and Storybook with Dean Radcliffe

November 12, 2019 11:00 - 44 minutes - 41.7 MB

Dean is a developer from Chicago and was previously on React Round Up 083. Today he has come over to JavaScript Jabber to talk about reactive programming and Storybook. Reactive programming is the opposite of imperative programming, where it will change exactly when needed instead of change only when told to. Reactivity existed long before React, and Dean talks about his history with reactive programming. He illustrates this difference by talking about Trello and Jira. In Trello, as you move ...

Episode 412: JSJ 407: Reactive JavaScript and Storybook with Dean Radcliffe

November 12, 2019 11:00 - 44 minutes - 40.6 MB

Dean is a developer from Chicago and was previously on React Round Up 083. Today he has come over to JavaScript Jabber to talk about reactive programming and Storybook. Reactive programming is the opposite of imperative programming, where it will change exactly when needed instead of change only when told to. Reactivity existed long before React, and Dean talks about his history with reactive programming. He illustrates this difference by talking about Trello and Jira. In Trello, as you move...

JSJ 406: Security in Node

November 05, 2019 10:00 - 7 minutes - 7.92 MB

Today the panel is talking about security features that are being added to Node 13. AJ talks about the background and what he’s working with Let’s Encrypt. He talks about changes that Node has made to the TLS module. TLS is a handshake that happens between a client and a server. They exchange certificates, generate some random numbers to use for encryption, and TLS handles the encryption. The move to HTTP/2 is all about fixing legacy bugs and legacy features from the SSL days and reducing the...

Episode 411: JSJ 406: Security in Node

November 05, 2019 10:00 - 1 hour - 69.5 MB

Today the panel is talking about security features that are being added to Node 13. AJ talks about the background and what he’s working with Let’s Encrypt. He talks about changes that Node has made to the TLS module. TLS is a handshake that happens between a client and a server. They exchange certificates, generate some random numbers to use for encryption, and TLS handles the encryption. The move to HTTP/2 is all about fixing legacy bugs and legacy features from the SSL days and reducing th...

JSJ 405: Machine Learning with Gant Laborde

October 31, 2019 10:00 - 42 minutes - 40 MB

Gant Laborde is the Chief Innovation Officer of Infinite Red who is working on a course for beginners on machine learning. There is a lot of gatekeeping with machine learning, and this attitude that only people with PhDs should touch it. In spite of this, Gant thinks that in the next 5 years everyone will be using machine learning, and that it will be pioneered by web developers. One of the strong points of the web is experimentation, and Gant contrasts this to the academic approach. They con...

Episode 410: JSJ 405: Machine Learning with Gant Laborde

October 31, 2019 10:00 - 42 minutes - 39 MB

Gant Laborde is the Chief Innovation Officer of Infinite Red who is working on a course for beginners on machine learning. There is a lot of gatekeeping with machine learning, and this attitude that only people with PhDs should touch it. In spite of this, Gant thinks that in the next 5 years everyone will be using machine learning, and that it will be pioneered by web developers. One of the strong points of the web is experimentation, and Gant contrasts this to the academic approach.  They ...

JSJ 404: Edge on Chromium with Chris Heilmann

October 29, 2019 10:00 - 58 minutes - 55.1 MB

Guests Chris heilmann and Zohair Ali are developers for Microsoft working on the Edge project. Today they are talking about Edge on Chromium and the future of developer tools. Edge will now be built in Chromium rather than being its own engine, aligning it more with what is being used on the open web right now. The Edge team wanted to seize the opportunity to bring something into the Chromium project based on the needs of real users and contribute to the open source web. Edge on Chromium won’...

Episode 409: JSJ 404: Edge on Chromium with Chris Heilmann

October 29, 2019 10:00 - 58 minutes - 54.1 MB

Guests Chris heilmann and Zohair Ali are developers for Microsoft working on the Edge project. Today they are talking about Edge on Chromium and the future of developer tools. Edge will now be built in Chromium rather than being its own engine, aligning it more with what is being used on the open web right now. The Edge team wanted to seize the opportunity to bring something into the Chromium project based on the needs of real users and contribute to the open source web. Edge on Chromium won...

Episode 408: JSJ 403: Why Developers Need Social Skills with Mani Vaya

October 24, 2019 10:00 - 1 hour - 64.1 MB

In this episode of JavaScript Jabber, Charles talks about the new direction he has for the company. He wants  to drive people to the point that they have the skills that make people want to hire and work with them, to teach them how to ‘Max out’. Today the panel the skills that developers need to progress in their careers: social skills.  The panel talks about their observations from work that the people who advanced and grow in their career were the ones with social skills, not necessarily...

JSJ 403: Why Developers Need Social Skills with Mani Vaya

October 24, 2019 10:00 - 1 hour - 65.2 MB

In this episode of JavaScript Jabber, Charles talks about the new direction he has for the company. He wants  to drive people to the point that they have the skills that make people want to hire and work with them, to teach them how to ‘Max out’. Today the panel the skills that developers need to progress in their careers: social skills. The panel talks about their observations from work that the people who advanced and grow in their career were the ones with social skills, not necessarily wi...

JSJ 402: SEO for Developers with Vitali Zaidman

October 22, 2019 10:00 - 38 minutes - 36.5 MB

Vitali Zaidman is a full stack developer who works for WellDone Software Solutions and is currently working on a SEO project. Today’s show is about SEO for developers. SEO stands for search engine optimization, which helps your website appear higher on search engines. SEO has changed a lot in the past 10 years. It has become much more regulated, and the “dirty tricks” of the past will actually penalize you, so it is important to do it properly. Today the best way to promote yourself on Google...

Episode 407: JSJ 402: SEO for Developers with Vitali Zaidman

October 22, 2019 10:00 - 38 minutes - 35.5 MB

Vitali Zaidman is a full stack developer who works for WellDone Software Solutions and is currently working on a SEO project. Today’s show is about SEO for developers. SEO stands for search engine optimization, which helps your website appear higher on search engines.  SEO has changed a lot in the past 10 years. It has become much more regulated, and the “dirty tricks” of the past will actually penalize you, so it is important to do it properly. Today the best way to promote yourself on Goo...

Episode 406: JSJ 401: Hasura with Tanmai Gopal

October 17, 2019 10:00 - 1 hour - 64.6 MB

Tanmai is one of the founders at Hasura. Hasura gives you instant graphQL APIs on top of a Postgres database. The eventual idea is to make data access secure and easy. Tanmai explains the challenges of doing this in the cloud. He talks about some of the difficulties with the tooling around using GraphQL and its bias towards working well with a monolith. Since GraphQL is basically a shared type system that describes your API, that means all your types need to be in the same code base. This is...

JSJ 401: Hasura with Tanmai Gopal

October 17, 2019 10:00 - 1 hour - 65.6 MB

Tanmai is one of the founders at Hasura. Hasura gives you instant graphQL APIs on top of a Postgres database. The eventual idea is to make data access secure and easy. Tanmai explains the challenges of doing this in the cloud. He talks about some of the difficulties with the tooling around using GraphQL and its bias towards working well with a monolith. Since GraphQL is basically a shared type system that describes your API, that means all your types need to be in the same code base. This is ...

Episode 405: JSJ 400: The Influence of JavaScript Jabber

October 15, 2019 10:00 - 1 hour - 64.5 MB

JavaScript Jabber celebrates its 400th episode with former host Dave Smith and some other familiar voices. Each of the panelists talks about what they’ve been up to. Dave hasn’t been on the show for 3 years, but he and Jameson Dance have started a podcast called Soft Skills Engineering where they answer questions about the non-technical side of engineering. When he left the show he was the director of engineering on Hire View, and currently he works for Amazon on Alexa.  Christopher Buechel...

JSJ 400: The Influence of JavaScript Jabber

October 15, 2019 10:00 - 1 hour - 65.5 MB

JavaScript Jabber celebrates its 400th episode with former host Dave Smith and some other familiar voices. Each of the panelists talks about what they’ve been up to. Dave hasn’t been on the show for 3 years, but he and Jameson Dance have started a podcast called Soft Skills Engineering where they answer questions about the non-technical side of engineering. When he left the show he was the director of engineering on Hire View, and currently he works for Amazon on Alexa. Christopher Buecheler ...

Episode 404: JSJ 399: Debugging with Async/Await with Valeri Karpov

October 10, 2019 10:00 - 1 hour - 58.6 MB

Valeri Karpov is a maintainer on Mongoose, has started a few companies, and works for a company called Booster Fuels. Today’s topic debugging with Async/Await. The panel talks about some of the challenges of debugging with Async. AJ, however, has never encountered the same problems, so he shares his debugging method.  Valeri differentiates between .catch vs try...catch, and talks about why he prefers .catch. There are two ways to handle all errors in an async function without leading to an ...

JSJ 399: Debugging with Async/Await with Valeri Karpov

October 10, 2019 10:00 - 1 hour - 59.6 MB

Valeri Karpov is a maintainer on Mongoose, has started a few companies, and works for a company called Booster Fuels. Today’s topic debugging with Async/Await. The panel talks about some of the challenges of debugging with Async. AJ, however, has never encountered the same problems, so he shares his debugging method. Valeri differentiates between .catch vs try...catch, and talks about why he prefers .catch. There are two ways to handle all errors in an async function without leading to an unh...

JSJ 398: Node 12 with Paige Niedringhaus

October 08, 2019 10:00 - 1 hour - 60.5 MB

Guest Paige Niedringhaus has been a developer full time for 3 years, and today she is here to talk about Node 12. One of the things she is most excited about is the ES6 support that is now available, so things that used to require React, Angular, or Vue can now be done in Node. The require function will not have to be used in Node 12. AJ is worried about some of these changes and expresses his concerns. Paige assures him that in the beginning you won’t have to switch things to imports. You ma...

Episode 403: JSJ 398: Node 12 with Paige Niedringhaus

October 08, 2019 10:00 - 1 hour - 59.5 MB

Guest Paige Niedringhaus has been a developer full time for 3 years, and today she is here to talk about Node 12. One of the things she is most excited about is the ES6 support that is now available, so things that used to require React, Angular, or Vue can now be done in Node. The require function will not have to be used in Node 12. AJ is worried about some of these changes and expresses his concerns. Paige assures him that in the beginning you won’t have to switch things to imports. You m...

Episode 402: JSJ 397: Design Systems with Kaelig Deloumeau-Prigent

October 03, 2019 10:00 - 39 minutes - 36.2 MB

Kaelig Deloumeau-Prigent is a self taught web developer from west France. He has worked for BBC, The Guardian, and The Financial Times in the UK. He has also worked in the US for SalesForce and currently works for Shopify on their Polaris design system. Shopify has multiple design systems, and Polaris is open source. Today the panel is talking about design systems and developer tooling around design systems.  To begin, Kaelig explains what a design system is. A design system is all of the c...

JSJ 397: Design Systems with Kaelig Deloumeau-Prigent

October 03, 2019 10:00 - 39 minutes - 37.2 MB

Kaelig Deloumeau-Prigent is a self taught web developer from west France. He has worked for BBC, The Guardian, and The Financial Times in the UK. He has also worked in the US for SalesForce and currently works for Shopify on their Polaris design system. Shopify has multiple design systems, and Polaris is open source. Today the panel is talking about design systems and developer tooling around design systems. To begin, Kaelig explains what a design system is. A design system is all of the cult...

Episode 401: JSJ 396: Publishing Your Book with Jonathan Lee Martin

October 01, 2019 10:00 - 58 minutes - 53.5 MB

Jonathan Lee Martin is an instructor and developer. He got his start in teaching at Big Nerd Ranch doing 1-2 week trainings for mid to senior developers, and then transitioned to 16 week courses for career switchers. He also worked for Digital Crafts for a year, and then wanted to focus on building out his own personal teaching brand. One of his first steps toward building his own brand was to publish his book, Functional Design Patterns for Express.js.The inspiration for Jonathan’s book cam...

JSJ 396: Publishing Your Book with Jonathan Lee Martin

October 01, 2019 10:00 - 58 minutes - 54.5 MB

Jonathan Lee Martin is an instructor and developer. He got his start in teaching at Big Nerd Ranch doing 1-2 week trainings for mid to senior developers, and then transitioned to 16 week courses for career switchers. He also worked for Digital Crafts for a year, and then wanted to focus on building out his own personal teaching brand. One of his first steps toward building his own brand was to publish his book, Functional Design Patterns for Express.js.The inspiration for Jonathan’s book came...

JSJ 395: The New Ember with Mike North

September 26, 2019 10:00 - 1 hour - 79.1 MB

Mike North is the Ember guy at Frontend Masters and LinkedIn’s web developer trainer. Today the panel is talking about the upcoming Ember update, which Mike calls a total reinvention of the way you build with Ember. Finally, they are letting go of the cruft and stuff they had to hold on to in order to support IE8 and using modern interfaceThe panel talks about some of the issues with IE8, and agree that the reason Ember felt its age because it was built for IE8. Ember 314 is moving from the p...

Episode 400: JSJ 395: The New Ember with Mike North

September 26, 2019 10:00 - 1 hour - 78.1 MB

Mike North is the Ember guy at Frontend Masters and LinkedIn’s web developer trainer. Today the panel is talking about the upcoming Ember update, which Mike calls a total reinvention of the way you build with Ember. Finally, they are letting go of the cruft and stuff they had to hold on to in order to support IE8 and using modern interface The panel talks about some of the issues with IE8, and agree that the reason Ember felt its age because it was built for IE8. Ember 314 is moving from th...

Episode 399: JSJ 394: SMS Integration with Dominik Kundel

September 24, 2019 10:00 - 28 minutes - 26.5 MB

Episode Summary Dominik Kundel works as developer evangelist at Twilio. Dominik talks about the history of Twilio, which actually started with integrating phone calls into apps and then moved to SMS integration.  Today Charles and Dominik are talking about how the SMS message approach can augment your user experience. Since many people are not familiar with implementing SMS, Dominik talks about how Twilio can help. Twilio created was a supernetwork where they work with carriers and gateway...

Guests

John Sonmez
4 Episodes
Mikeal Rogers
4 Episodes
Richard Feldman
4 Episodes
Valeri Karpov
4 Episodes
Alex Russell
3 Episodes
Amanda Silver
3 Episodes
David Herman
3 Episodes
Derick Bailey
3 Episodes
Joe Karlsson
3 Episodes
Nicholas Zakas
3 Episodes
Aaron Gustafson
2 Episodes
Adam Baldwin
2 Episodes
Anatoliy Zaslavskiy
2 Episodes
Andrew Clark
2 Episodes
Ben Titzer
2 Episodes
Cory House
2 Episodes
Craig McKeachie
2 Episodes
Dan Abramov
2 Episodes
Dan Shappir
2 Episodes
David Dalton
2 Episodes
Eric Schoffstall
2 Episodes
Gareth McCumskey
2 Episodes
Gregg Pollack
2 Episodes
Guillermo Rauch
2 Episodes
Jake Archibald
2 Episodes
James Shore
2 Episodes
Jeff Hollan
2 Episodes
Jeremy Ashkenas
2 Episodes
Jessica Deen
2 Episodes
Jessica Lord
2 Episodes
Joe Eames
2 Episodes
Johannes Schickling
2 Episodes
John-Daniel Trask
2 Episodes
John-David Dalton
2 Episodes
Justin Searls
2 Episodes
Mani Vaya
2 Episodes
Matt Bierner
2 Episodes
Matt Hernandez
2 Episodes
Matthew Podwysocki
2 Episodes
Nik Molnar
2 Episodes
TJ VanToll
2 Episodes
Todd Gardner
2 Episodes
Tracy Lee
2 Episodes
Vitali Zaidman
2 Episodes
Zach Kessin
2 Episodes
Alex Eagle
1 Episode
Ari Lerner
1 Episode
Austin McDaniel
1 Episode
Ben Collins
1 Episode
Bob Zeidman
1 Episode
Brendan Eich
1 Episode
Caleb Porzio
1 Episode
Charlie Cheever
1 Episode
Chris Biscardi
1 Episode
Dean Radcliffe
1 Episode
Erich Gamma
1 Episode
Eric Normand
1 Episode
Eric Simons
1 Episode
Gant Laborde
1 Episode
Greg Baugues
1 Episode
Henry Zhu
1 Episode
Jafar Husain
1 Episode
Jerome Hardaway
1 Episode
John Papa
1 Episode
Josh Ponelat
1 Episode
Josh Thomas
1 Episode
Julian Fahrer
1 Episode
Julie Ralph
1 Episode
Kassandra Perch
1 Episode
Kent Beck
1 Episode
Lee Byron
1 Episode
Mads Kristensen
1 Episode
Michael North
1 Episode
Mike Hartington
1 Episode
Noel Rappin
1 Episode
Nolan Lawson
1 Episode
Orta Therox
1 Episode
Peggy Rayzis
1 Episode
Pete Hodgson
1 Episode
Rob Eisenberg
1 Episode
Scott Hanselman
1 Episode
Sean Griffin
1 Episode
Sean Merron
1 Episode
Steve Klabnik
1 Episode
Travis Tidwell
1 Episode
Tyler McGinnis
1 Episode
Uri Goldshtein
1 Episode

Twitter Mentions

@devchattv 91 Episodes
@jsjabber 61 Episodes
@danshappir 30 Episodes
@wonder95 27 Episodes
@_beyondcode 27 Episodes
@coolaj86 23 Episodes
@cmaxw 19 Episodes
@aimee_knight 19 Episodes
@josepheames 12 Episodes
@dadsaysjokes 11 Episodes
@dan_abramov 8 Episodes
@richcampbell 6 Episodes
@code 6 Episodes
@housecor 6 Episodes
@kentbeck 6 Episodes
@code_barbarian 6 Episodes
@sebmck 6 Episodes
@slicknet 6 Episodes
@carlfranklin 6 Episodes
@rtfeldman 6 Episodes