JavaScript Jabber artwork

JavaScript Jabber

1,150 episodes - English - Latest episode: over 1 year ago - ★★★★★ - 241 ratings

A weekly discussion by top-end JavaScript developers on the technology and skills needed to level up on your JavaScript journey.

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

Episodes

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...

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 ...

MJS 129: Filipa Lacerda

October 29, 2019 10:22 - 25 minutes - 26 MB

Charles Max Wood talks to Filipa Lacerda in this week's My JavaScript Story. Filipa has been working as a front end engineer since 2011 and she currently works at GitLab. Filipa originally wanted to study Economy but when she got to university she decided to major in Communications thinking it would be a lot more about communication and not as much about coding. At first she really didn't like the coding aspect of it but then as time went by she actually started to enjoy coding. When she f...

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...

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 wo...

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 - 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 necessaril...

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...

MJS 128: Mike Hartington

October 22, 2019 10:00 - 40 minutes - 39.9 MB

In this episode of My JavaScript Story is Charles talks to Mike Hartington. Mike Hartington is a Developer Advocate for Ionic Framework and a Google Developer Expert, but he is most famous in the developer community because of his beard. Charles asks how Mike got introduced to development. Mike tried to code Tic-Tac-Toe and that was a challenge because knowing the rules to the game and trying to tell a computer the rules are two very two different things. Mike then majored in Graphic Desig...

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 Go...

MJS 128: Mike Hartington

October 22, 2019 10:00 - 40 minutes - 39.9 MB

In this episode of My JavaScript Story is Charles talks to Mike Hartington. Mike Hartington is a Developer Advocate for Ionic Framework and a Google Developer Expert, but he is most famous in the developer community because of his beard. Charles asks how Mike got introduced to development. Mike tried to code Tic-Tac-Toe and that was a challenge because knowing the rules to the game and trying to tell a computer the rules are two very two different things. Mike then majored in Graphic Desig...

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 - 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 i...

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...

MJS 127: Thorsten Lünborg

October 15, 2019 10:00 - 36 minutes - 36.3 MB

In this episode of My JavaScript Story, Charles talks to Thorsten Lünborg. Thorsten is a Business Service Manager at MVV Energy Solutions from Frankfurt Germany. Charles asks about Thorsten's developer journey in particular how he was introduced to JavaScript. Thorsten is also a core team member for Vue.js and he talks about his involvement with the Vue community. Thorsten mainly focuses on working on Vue CLI and answering questions in forums. He describes the Vue community as a very friend...

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 Bueche...

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 - 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...

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...

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 ...

MJS 126: Eduardo San Martin Morote

October 08, 2019 10:00 - 35 minutes - 35.5 MB

In this episode of My JavaScript Story is Charles talks to Eduardo San Martin Morote. Eduardo is a freelance developer, a core team member of Vue.js, and loves contributing to open source. Eduardo started web development with games. He then majored in Computer Science and Mathematics. Eduardo works as a freelancer so he can work on Open Source projects in his free time. One of the problems he draws attention to is the sustainability of Open Source Projects. The developers that maintain the ...

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 ...

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...

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...

MJS 125: Dan Pastori

October 01, 2019 10:00 - 29 minutes - 30 MB

In this episode of My JavaScript Story, Charles talks to Dan Pastori, Co-Founder, Software Architect at 521 Dimensions. Charles asks about Dan's average day and what his life looks like before diving into his coding journey. Dan talks about how he got into web development. Dan taught himself PHP and JavaScript. Charles talks about the Views on Vue episode Dan was on VoV 012: Re-using VueJS Mixins and Filtering Google Map Data with Dan Pastori, and wants to know how Dan got into Vue. Dan co...

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 ca...

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...

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 t...

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...

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 gatewa...

MJS 124: Daniel Gruesso

September 23, 2019 10:00 - 33 minutes - 33 MB

This episode of My JavaScript Story is coming to you live from OSCON. Joining Charles Max Wood is Daniel Gruesso from GitLab to talk about developing in the Open Source and the Developer Report. GitLab works with an open core model, Daniel talks about the trade - offs of having code open to public, the first of which is having everything up-to-date so any contributions made will work with the latest version. Daniel calls this the "bus-factor" where if one of the team members gets hit by a b...

Episode 398: JSJ 393: Why You Should Be Using Web Workers with Surma

September 19, 2019 10:00 - 57 minutes - 52.9 MB

Episode Summary Surma is an open web advocate for Google currently working with WebAssembly team. He was invited on the show today to talk about using web workers and how to move work away from the browser’s main thread. His primary platform is bringing multithreading out of the fringes and into the web.  The panel talks about their past experience with web workers, and many of them found them isolated and difficult to use. Surma believes that web workers should pretty much always be sued ...

JSJ 393: Why You Should Be Using Web Workers with Surma

September 19, 2019 10:00 - 57 minutes - 52.9 MB

Episode Summary Surma is an open web advocate for Google currently working with WebAssembly team. He was invited on the show today to talk about using web workers and how to move work away from the browser’s main thread. His primary platform is bringing multithreading out of the fringes and into the web.  The panel talks about their past experience with web workers, and many of them found them isolated and difficult to use. Surma believes that web workers should pretty much always be sued...

Episode 397: JSJ 392: The Murky Past and Misty Future of JavaScript with Douglas Crockford

September 17, 2019 10:00 - 1 hour - 67.2 MB

Episode Summary Douglas is a language architect and helped with the development of JavaScript. He started working with JavaScript in 2000. He talks about his journey with the language, including his initial confusion and struggles, which led him to write his book JavaScript: The Good Parts. Douglas’ take on JavaScript is unique because he not only talks about what he likes, but what he doesn’t like. Charles and Douglas discuss some of the bad parts of JavaScript, many of which were mistake...

MJS 123: Nick Basile

September 17, 2019 10:00 - 40 minutes - 39.9 MB

Episode Summary My JavaScript Story this week meets with Nick Basile, UX instructor at Lambda School from Austin, TX. Nick talks about how much he enjoys working with Laravel and Vue as well as his journey as a developer. Upon graduating from university in Switzerland with a degree in Economics, he started working for two start-ups doing UX/UI design. He then wanted to be able to build UI as well so he taught himself JavaScript and HTML. He then got a job as a front-end developer to furthe...

JSJ 392: The Murky Past and Misty Future of JavaScript with Douglas Crockford

September 17, 2019 10:00 - 1 hour - 67.2 MB

Episode Summary Douglas is a language architect and helped with the development of JavaScript. He started working with JavaScript in 2000. He talks about his journey with the language, including his initial confusion and struggles, which led him to write his book JavaScript: The Good Parts. Douglas’ take on JavaScript is unique because he not only talks about what he likes, but what he doesn’t like. Charles and Douglas discuss some of the bad parts of JavaScript, many of which were mistak...

Episode 396: JSJ 391: Debugging with Todd Gardner

September 12, 2019 10:00 - 49 minutes - 45.6 MB

Episode Summary Todd Gardner is a software developer, podcaster on the show Script and Style, startup founder,  and comedy host for Pub Conf, a ‘comedy after party for developers’. Since he was last on the show 6 years ago, he has seen his startup TrackJS become quite successful. TrackJS is a JavaScript error monitoring service which gives you visibility into your client side experience. It’s different from other tools because focused on simplicity, so you’ll never need a guy on your team d...

JSJ 391: Debugging with Todd Gardner

September 12, 2019 10:00 - 49 minutes - 45.6 MB

Episode Summary Todd Gardner is a software developer, podcaster on the show Script and Style, startup founder,  and comedy host for Pub Conf, a ‘comedy after party for developers’. Since he was last on the show 6 years ago, he has seen his startup TrackJS become quite successful. TrackJS is a JavaScript error monitoring service which gives you visibility into your client side experience. It’s different from other tools because focused on simplicity, so you’ll never need a guy on your team ...

Episode 395: JSJ 390: Transposit with Adam Leventhal

September 10, 2019 10:00 - 46 minutes - 42.8 MB

Episode Summary Adam Leventhal is the CEO and cofounder of Transposit. Transposit was born from the desire to build a way for developers to work with lots of different APIs, take authentication and pagination off the table, and let developers focus on the problems they’re trying to solve. Transposit is a serverless platform that’s free and gives you a combination of SQL or JavaScript to start playing with your API. Since interacting with API data securely can be difficult, the panel discus...

JSJ 390: Transposit with Adam Leventhal

September 10, 2019 10:00 - 46 minutes - 42.8 MB

Episode Summary Adam Leventhal is the CEO and cofounder of Transposit. Transposit was born from the desire to build a way for developers to work with lots of different APIs, take authentication and pagination off the table, and let developers focus on the problems they’re trying to solve. Transposit is a serverless platform that’s free and gives you a combination of SQL or JavaScript to start playing with your API. Since interacting with API data securely can be difficult, the panel discu...

MJS 122: Rachel Roumeliotis and Roger Magoulas

September 10, 2019 10:00 - 37 minutes - 37 MB

Episode Summary Rachel Roumeliotis and Roger Magoulas from O'Reilly Media join Charles Max Wood at OSCON to talk about the process of content development for OSCON. Rachel is the Vice President of Content Strategy at O'Reilly and Roger is Vice President of Radar at O'Reilly. Rachel and Roger talk about the history of OSCON Conference as well as the key technologies they wanted to cover this year such as Artificial Intelligence, Machine Learning and Cloud-Native applications. They then tal...

JSJ 389: What Makes a 10x Engineer?

September 05, 2019 10:00 - 57 minutes - 52.6 MB

Sponsors Sustain Our Software Sentry– use the code “devchat” for $100 credit  Adventures in Blockchain Panel Charles Max Wood Episode Summary In today’s show, Chuck talks about the recent tweet thread about 10x engineers. He goes through each of the points in the tweet and talks about each of them in turn. There are only two points he sort of agrees with, and believes the rest to be absolute garbage. One of the issues with this tweet is that it doesn’t define what a 10x engineer is. ...

Episode 394: JSJ 389: What Makes a 10x Engineer?

September 05, 2019 10:00 - 57 minutes - 52.6 MB

Sponsors Sustain Our Software Sentry– use the code “devchat” for $100 credit  Adventures in Blockchain Panel Charles Max Wood Episode Summary In today’s show, Chuck talks about the recent tweet thread about 10x engineers. He goes through each of the points in the tweet and talks about each of them in turn. There are only two points he sort of agrees with, and believes the rest to be absolute garbage. One of the issues with this tweet is that it doesn’t define what a 10x engineer is. D...

Episode 393: JSJ 388: Functional Programming with Brian Lonsdorf

September 03, 2019 10:00 - 46 minutes - 43 MB

Sponsors Adventures in Blockchain Sentry– use the code “devchat” for $100 credit  My Ruby Story Panel Aimee Knight  Chris Buecheler AJ O’Neal With Special Guest: Brian Lonsdorf Episode Summary Brian Lonsdorf works for Salesforce, specializes in functional programming, and wrote a book called Professor Frisby’s Mostly Adequate Guide to Functional Programming. Brian talks about when he got into functional programming and when in their career others should be exposed to it. He talks a...

JSJ 388: Functional Programming with Brian Lonsdorf

September 03, 2019 10:00 - 46 minutes - 43 MB

Sponsors Adventures in Blockchain Sentry– use the code “devchat” for $100 credit  My Ruby Story Panel Aimee Knight  Chris Buecheler AJ O’Neal With Special Guest: Brian Lonsdorf Episode Summary Brian Lonsdorf works for Salesforce, specializes in functional programming, and wrote a book called Professor Frisby’s Mostly Adequate Guide to Functional Programming. Brian talks about when he got into functional programming and when in their career others should be exposed to it. He talks ...

MJS 121: Sam Selikoff

September 03, 2019 10:00 - 27 minutes - 27.8 MB

Sponsors Sentry use the code “devchat” for 2 months free on Sentry small plan Ruby Rogues React Native Radio CacheFly Host: Charles Max Wood Joined by Special Guest: Sam Selikoff Episode Summary Sam Selikoff, Co-Founder at EmberMap shares his journey of how he became a developer. Sam was an Economics major in college and he really loved the theory of economics. When he graduated, he started working as a consultant and while working with data for statistical analysis he found that he...

Episode 392: JSJ 387: How to Stay Current in the Tech Field

August 29, 2019 10:00 - 1 hour - 57.5 MB

Sponsors GitLab | Get 30% off tickets with the promo code: DEVCHATCOMMIT Sentry– use the code “devchat” for $100 credit  Views on Vue Panel Charles Max Wood Joe Eames Episode Summary Today Joe and Charles are discussing how to stay current in the tech field. Since looking at all the new technology can be overwhelming, they advise listeners on what to focus on, which will differ depending on your career. Joe brings up that one of the top reasons people choose a job is because it has a...

JSJ 387: How to Stay Current in the Tech Field

August 29, 2019 10:00 - 1 hour - 57.5 MB

Sponsors GitLab | Get 30% off tickets with the promo code: DEVCHATCOMMIT Sentry– use the code “devchat” for $100 credit  Views on Vue Panel Charles Max Wood Joe Eames Episode Summary Today Joe and Charles are discussing how to stay current in the tech field. Since looking at all the new technology can be overwhelming, they advise listeners on what to focus on, which will differ depending on your career. Joe brings up that one of the top reasons people choose a job is because it has ...

Episode 391: JSJ 386: Gatsby.js with Chris Biscardi

August 27, 2019 10:00 - 43 minutes - 40.3 MB

Sponsors GitLab | Get 30% off tickets with the promo code: DEVCHATCOMMIT Sentry– use the code “devchat” for $100 credit  Panel Chris Beucheler AJ O’Neal Aimee Knight With Special Guest: Chris Biscardi Episode Summary Chris is an independent consultant working with open source startups. He taught himself to program and started in open source. He talks about how he got into programming and how he learned to code. One of Chris’ current clients is Gatsby, a static site generator. Chris ...

JSJ 386: Gatsby.js with Chris Biscardi

August 27, 2019 10:00 - 43 minutes - 40.3 MB

Sponsors GitLab | Get 30% off tickets with the promo code: DEVCHATCOMMIT Sentry– use the code “devchat” for $100 credit  Panel Chris Beucheler AJ O’Neal Aimee Knight With Special Guest: Chris Biscardi Episode Summary Chris is an independent consultant working with open source startups. He taught himself to program and started in open source. He talks about how he got into programming and how he learned to code. One of Chris’ current clients is Gatsby, a static site generator. Chris...

Guests

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

Twitter Mentions

@devchattv 94 Episodes
@jsjabber 48 Episodes
@cmaxw 36 Episodes
@wonder95 26 Episodes
@_beyondcode 26 Episodes
@danshappir 25 Episodes
@aimee_knight 19 Episodes
@coolaj86 18 Episodes
@JSJabber 17 Episodes
@josepheames 13 Episodes
@dadsaysjokes 10 Episodes
@housecor 7 Episodes
@slicknet 7 Episodes
@eisenbergeffect 6 Episodes
@richcampbell 6 Episodes
@code 6 Episodes
@kentbeck 6 Episodes
@code_barbarian 6 Episodes
@sebmck 6 Episodes
@carlfranklin 6 Episodes