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

BONUS: Start Building Video Games with Jason Weimann

December 11, 2020 11:00 - 31 minutes - 36 MB

Learn to Build Your Own Games with Jason's Course (Get 10% Off with Code DEVCHAT) Over the years, I've had dozens of developers tell me that they got into programming because they wanted to build video games. Today, it's easier and more approachable than ever. This episode dives into how to get started with game development. Jason Weimann has built games for big studios and has been teaching others to build video games with the Unity game engine. Jason talks through his journey into game ...

JSJ 462: The Ultimate Guide to JavaScript Testing with Lucas da Costa

December 08, 2020 11:00 - 1 hour - 80.8 MB

Testing JavaScript Applications by Lucas da Costa (Coupon for 40% off: podjsjabber19) Lucas da Costa literally wrote the book on testing JavaScript. He's also maintainer on ChaiJS and Sinon. The podcast follows a three part structure for testing: Entrance tests, integration tests, and structural tests. These form a pyramid of testing that has the entrance tests at the base and the structural and system tests at the top. The episode also covers TDD and approaches to different kinds of JavaS...

BONUS: Adding a Content Engine to Your App with a Headless CMS with Jake Lumetta

December 04, 2020 16:30 - 23 minutes - 26.5 MB

Go Check Out ButterCMS to Add Content to Your Apps! Do you need to add a content engine like a blog or podcast to your product’s website? Don’t want to maintain a separate WordPress installation? Why not use a Headless CMS? Jake Lumetta from ButterCMS joins Charles Max Wood to discuss how Headless CMS’s work and how they can add functionality to your application with a minimum of effort and very little maintenance. They also compare Headless CMS’s to the alternatives and explain when one ...

JSJ 460: The Things Every JavaScript Developer Must Know, Part 2

December 01, 2020 11:00 - 1 hour - 83.7 MB

The panel continues its discussion of various JavaScript programming topics, and whether or not they are required knowledge for JavaScript programmers. This time the debate gets even more heated with topics such as promises and async / await, regular expressions (regex), the DOM and Service Workers. Ultimately we conclude that some you must indeed know to be successful at JavaScript development, but some you just need to know enough about to know to stay away from them. Panel AJ O’Neal A...

JSJ 459: Codota Tabnine and the Rise of Ai-powered Developer Tooling with Kyle Simpson with Kyle Simpson PT 2

November 24, 2020 11:00 - 45 minutes - 52.2 MB

Imagine a world in which your editor / IDE can actually write some of your code for you. Where you're able to produce software faster and more efficiently because your development environment "knows" what you want to do, based on code you've written before. Turns out you can start experiencing this in the present using the free TabNine editor extension by Codata. In this episode Kyle Simpson, Codata's Lead of Developer Empowerment, joins the panel to describe how they use Machine Learning t...

JSJ 459: Codota Tabnine and the Rise of Ai-powered Developer Tooling with Kyle Simpson PT 2

November 24, 2020 11:00 - 45 minutes - 52.2 MB

Imagine a world in which your editor / IDE can actually write some of your code for you. Where you're able to produce software faster and more efficiently because your development environment "knows" what you want to do, based on code you've written before. Turns out you can start experiencing this in the present using the free TabNine editor extension by Codata. In this episode Kyle Simpson, Codata's Lead of Developer Empowerment, joins the panel to describe how they use Machine Learning t...

JSJ 458: Codota Tabnine and the Rise of Ai-powered Developer Tooling with Kyle Simpson

November 17, 2020 11:00 - 57 minutes - 65.6 MB

Imagine a world in which your editor / IDE can actually write some of your code for you. Where you’re able to produce software faster and more efficiently because your development environment “knows” what you want to do, based on code you’ve written before. Turns out you can start experiencing this in the present using the free TabNine editor extension by Codata. In this episode Kyle Simpson, Codata’s Lead of Developer Empowerment, joins the panel to describe how they use Machine Learning t...

JSJ 457: Career Transitioning with Laura Harvey

November 10, 2020 14:00 - 56 minutes - 65.4 MB

This week the panel talks with a UK boot camp student about her decision to switch careers and learn to program. They discuss unique challenges such as being part of an underrepresented group and entering the field during a pandemic. Additionally, they discuss technology choices and overall, seek to gain a deeper understanding of the state of JavaScript for new developers. Sponsors Raygun | Click here to get started on your free 14-day trial Audible.com CacheFly Panel Aimee Knight Da...

JSJ 456: Developer-First Security and Security Tooling For Developers with Liran Tal & Brian Vermeer

November 03, 2020 10:00 - 1 hour - 76.4 MB

Liran Tal and Brian Vermeer from Snyk join the panel to discuss development of secure software in general, and secure JavaScript and web dev in particular. They explain what developer-first security actually means, and the types of security vulnerabilities to watch out for when using modern tools to develop websites and web apps. They also present several Open Source tools that developers can use to improve their code right from within their favorite development environments and IDEs. Spon...

JSJ 455: Introducing and Understanding Svelte and Sapper with Mark Volkmann

October 27, 2020 10:00 - 56 minutes - 64.5 MB

This week the panel is joined by Mark Volkmann to discuss Svelte and how it compares and differs from front-end frameworks such as React and Angular. Mark has written a book and has given talks about Svelte and also about Sapper, an application framework built on top of Svelte. He explains to the panel how Svelte components are defined differently than other JavaScript frameworks, and how they are actually compiled into the production code, which isn’t dependent on any external libraries. H...

JSJ 454: Mongoose, Mongo and Object Document Mapping (ODM) with Valeri Karpov

October 20, 2020 10:00 - 54 minutes - 62.8 MB

We talk about the Pros and Cons of using a database directly vs using an abstraction layer, common mistakes, optimistic concurrency, and a nice tangent into programming concurrency models to top it off. Sponsors Faithlife | Now Hiring Software Developers Audible.com CacheFly Panel AJ ONeal Aimee Knight Charles Max Wood Steve Edwards Special Guest Valeri Karpov Links https://en.wikipedia.org/wiki/Aspect-oriented_programming https://mongoosejs.com/ Picks Steve https://cesf.us...

JSJ 453: Debugging Third Party JavaScript with Ben Vinegar

October 13, 2020 10:00 - 51 minutes - 59.1 MB

Podcast: Play in new window | Download Many websites these days have to deal with the reality of incorporating third-party scripts. These could be tracking scripts or analytics or monitoring, or even scripts that add explicit features to a site, such as chat. Regardless of the purpose, such scripts add complexity and overhead, and can interfere with the proper operation of the site. In this episode Ben Vinegar, VP of engineering at Sentry, joins the panel to discuss the complexities and im...

JSJ 452: Caddy 2 Web Server with Matthew Holt

October 06, 2020 10:00 - 1 hour - 83.5 MB

Today the panel talks with Matt Holt who works full time on the Caddy Web Server. The panel discusses things such as how it compares to other popular tools as well as lessons learned while working on it. Sponsors Faithlife | Now Hiring Software Developers The Complete Software Developer’s Career Guide – Grab a Copy Today Audible.com CacheFly Panel AJ ONeal Aimee Knight Charles Max Wood Special Guest Matthew Holt Links https://www.papaparse.com/ OSI model https://apilayer.com/...

JSJ 451: Are Software Bugs Inevitable with Ran Levi

September 29, 2020 10:00 - 1 hour - 91 MB

Ran Levy, a well known and prolific technology podcaster joins the show to talk with the panel about software bugs. Topics of discussion include the inevitability of software bugs – are they an intrinsic part of software development? Also, can they be minimized and their impact mitigated? And what can software companies, and the developers themselves, do in order to deliver properly working software. Sponsors Raygun | Click here to get started on your free 14-day trial The Complete Softw...

JSJ 450: Native Features Inside The Browser - Introducing Google's Project Fugu with Thomas Steiner

September 22, 2020 10:00 - 53 minutes - 61 MB

For Web apps to be useful and successfully compete with native applications, they need to be able to access device features, such as the camera, local file system, Bluetooth, and more. Obviously such a mechanism needs to be secure and respect user privacy. In this episode Thomas Steiner, a Developer Advocate for the Web at Google, joins to discuss Project Fugu, and the benefits and capabilities that it already provides, and will provide in the future. Thomas, who is actively involved in thi...

JSJ 449: The Things Every JavaScript Developer Must Know

September 15, 2020 10:00 - 1 hour - 75.7 MB

In this episode the panel discusses various programming topics, and whether or not they are required knowledge for JavaScript programmers. This includes topics such as scopes and hoisting, closures, the event-loop, and the behavior of this. For each such topic, the panel discusses whether or not JavaScript devs are required to know and understand them in order to write better code, or pass job interviews, or to understand existing codebases. Alternatively, if these are topics that JavaScrip...

JSJ 448: MongoDB Schema Fundamentals with Joe Karlsson

September 08, 2020 10:00 - 1 hour - 78.5 MB

MongoDB is a popular option for databases which provides objects that look and act like JavaScript Objects. We brought an expert, Joe Karlsson to clear up some of the confusion on how to arrange your data in MongoDB. Joe provides a rundown on how to think about your data with a smaller dataset, a medium sized dataset, and a large dataset. The panel also dives into how the database works and how things are managed and arranged by the MongoDB database engine. Sponsors The Complete Software ...

MJS 156: Wayne Haugen

September 08, 2020 10:00 - 40 minutes - 47.1 MB

Sponsor CacheFly Host Charles Max Wood Special Guest Wayne Haugen Follow us on Twitter > @DevChatTV

MJS 155: Rakesh Pandey

September 01, 2020 10:00 - 19 minutes - 23.5 MB

Sponsor CacheFly Host Charles Max Wood Special Guest Rakesh Pandey Follow us on Twitter > @DevChatTV

JSJ 447: Using Javascript for Data Analysis and Data Science with Daniel Lathrop

September 01, 2020 10:00 - 53 minutes - 61.7 MB

Our guest is Daniel Lathrop, a freelance investigative data journalist and educator, and formerly a newspaper reporter and Professor of Journalism and Media informatics at the University of Iowa. On this show, Daniel describes how JavaScript is a great choice for doing data analysis and data science, potentially even more so than other languages which are often used for this purpose, such as Python and R. Daniel also provides information about lots of useful tools and techniques to use in t...

JSJ 447: Using Javascript for Data Analysis and Data Science with Daniel Lathrop

August 29, 2020 04:53 - 53 minutes - 61.7 MB

Our guest is Daniel Lathrop, a freelance investigative data journalist and educator, and formerly a newspaper reporter and Professor of Journalism and Media informatics at the University of Iowa. On this show, Daniel describes how JavaScript is a great choice for doing data analysis and data science, potentially even more so than other languages which are often used for this purpose, such as Python and R. Daniel also provides information about lots of useful tools and techniques to use in th...

MJS 154: Soumyajit Pathak

August 25, 2020 10:02 - 22 minutes - 27.1 MB

Sponsor CacheFly Host Charles Max Wood Special Guest Soumyajit Pathak Links https://able.bio Https://devchat.tv/conferences https://myswastha.in/ @drenther Picks Charles Max Wood: The Masked Singer DevChatTV Meetups Soumyajit Pathak: For building rich text editors Follow us on Twitter > @DevChatTV

JSJ 446: Achieving Work-Life Balance, Especially When WFH

August 25, 2020 10:00 - 1 hour - 74.4 MB

The reality of Covid-19 has changed the way that many people work, working remotely from home instead of coming into the office. Achieving work-life balance can always be a challenge in tech, but can be especially challenging when work and life mix in the same location. In this episode the panel discusses this important topic, and how it has impacted their own lives and careers. Also, how it changes over time and during a career. Sponsors The Complete Software Developer's Career Guide - G...

JSJ 445: Augmented Reality for Mobile Browsers with Connell Gauld

August 18, 2020 10:00 - 53 minutes - 61.9 MB

Connell has been working on Universal AR, a cross-platform Augmented Reality kit for Mobile Browsers delivering native-level performance using only JavaScript (and a bit of WASM under the hood). We talk about what AR actually is, some of its use cases, as well as the fascinating details as to how the Zap.works team is delivering near native performance and accuracy without IR, LiDAR, or any other of the common advanced AR sensors - just the good ol' phone camera and advanced Computer Visual...

MJS 153: Dean Radcliffe

August 11, 2020 10:00 - 43 minutes - 43.9 MB

Dean Radcliffe talks about how he got into programming early in life and the influences that brought him to writing code. He also then explains how he got into programming again in college and his internship at a company that did livestreaming of sports and concerts. He nearly didn't graduate. He finished his degree and then went on to write Ruby and later got deep into JavaScript. Host: Charles Max Wood Joined By Special Guest: Dean Radcliffe Sponsors G2i | Enjoy the luxuries of freelan...

JSJ 444: Coding Front-end JavaScript for Accessibility with Neha Sharma

August 11, 2020 10:00 - 44 minutes - 41.3 MB

In this episode of JavaScript Jabber we interview Neha Sharma about the importance of coding front-end JavaScript with accessibility in mind. She explains practical methods in which to generate accessible UX when using front-end frameworks, such as React and Angular. For example, the importance of generating proper semantic markup, and considering behaviors and responses to user interactions. Panel AJ O’Neal Aimee Knight Dan Shappir Guest Neha Sharma Sponsors Scout APM | We'll donat...

JSJ 443: All About InertiaJS with Jonathan Reinink

August 04, 2020 10:00 - 1 hour - 58 MB

The panel talks with Jonathan Reinink about his new library, IntertiaJS. InertiaJS is a tool that allows you to create a monolith server rendered site, but where you write your own custom back end, and then use a front end framework like React, Vue, or Svelte. We discuss how Intertia works at a very granular level, how it compares to tools like Next.js and Nuxt, why monoliths are better than using APIs, how Interita handles authentication and form submissions, and much more. Panel AJ O’Ne...

JSJ 442: Breaking Into Tech with Danny Thompson

July 28, 2020 10:00 - 1 hour - 78.2 MB

Danny Thompson discusses his road to a successful tech career, after working for years outside the industry (frying chicken at gas-stations). He explains the importance of setting goals and following through, and how to overcome adversity, and handle setbacks. It's simultaneously a very inspirational story, but also filled with lots of very practical advice and action items to pursue. For example, the importance of attending and participating in Meetups and engaging with the local tech comm...

JSJ 441: The Present and Future of JavaScript Bundling and Delivery with Yoav Weiss

July 21, 2020 10:00 - 1 hour - 69 MB

Yoav Wiess is a Developer Advocate at Google on the Chrome team, and also co-chair of the W3C Performance Working Group. In this episode Yoav explains how JavaScript resources are currently being delivered to browsers, and limitations and downsides with these approaches. He then describes a proposal for an advanced JavaScript delivery method that addresses these limitations. When this proposal is implemented, it will enable much more efficient download of JavaScript into browsers, boosting ...

MJS 152: Kevin Kreuzer

July 21, 2020 10:00 - 30 minutes - 31.9 MB

Kevin Kreuzer, a freelance front end engineer from Switzerland shares his developer’s journey in this episode of the My JavaScript Story. Kevin is also a Google Developer expert, who loves JavaScript, Angular etc and as such writes a lot of blog posts and maintains some open source libraries. And when he is not engrossed in the tech world, he is out snowboarding or playing soccer. Host: Charles Max Wood Joined By Special Guest: Kevin Kreuzer Sponsors G2i | Enjoy the luxuries of freelanci...

JSJ 440: Why Serverless with Gareth McCumskey

July 14, 2020 10:00 - 1 hour - 78.5 MB

  Join the 30-DAY CHALLENGE: "You Don't Know JS Yet" Gareth McCumskey, a Solutions Architect in Cape Town, South Africa engages the panelists of JavaScript Jabber in an informative discussion about the broad topic of serverless. The JavaScript expert explains that serverless is essentially a way to use the existing managed services of the cloud in building a solution. He expounded on the different ways in which to employ the use of serverless. Panel AJ O’Neal Charles Max Wood Steve Ed...

JSJ 439: More Jabber About Less JavaScript with Alex Russell

July 07, 2020 10:00 - 1 hour - 70.2 MB

Join the 30-DAY CHALLENGE: "You Don't Know JS Yet" Alex Russell works for Google on the Chrome team and is the lead of Project Fugu which focuses on Web Capabilities and Progressive Web Apps. Alex leads the JavaScript Jabber panel in a discussion of writing less JavaScript and focusing on performance and functionality on low bandwidth connections and low performance phones. Because accessibility is downstream, now, of performance, he argues that we need to focus on performance to make appl...

MJS 151: Raul Jimenez

July 07, 2020 10:00 - 34 minutes - 35.3 MB

React Native Remote Conf Raúl Jiménez runs a small consultancy focused on Angular out of Barcelona Spain. Raul got into programing in High School. He was working on the equivalent of a USA based Associates Degree. He had a computer when he was 5 and got into copy/paste programming on the Spectrum computer. He started writing on his own at 16. He started with TurboPascal and then got into other languages before graduating to Angular and JavaScript. Host: Charles Max Wood Joined By Special ...

JSJ 438: You Don't Know JS Yet with Kyle Simpson (SPECIAL ANNOUNCEMENT at the End)

June 30, 2020 10:00 - 1 hour - 74.6 MB

  Join the “You Don’t Know JS Yet” 30-day CHALLENGE   SPECIAL ANNOUNCEMENT at the end of this episode. Don't miss it. Kyle Simpson, author of the You Don't Know JS Yet series joins the JavaScript Jabber panel to discuss the origins and approach to his book series. The discussion varies to the basic parts of JavaScript, the parts you should know, and how to learn them. Panel AJ O’Neal Aimee Knight Charles Max Wood Steve Edwards Dan Shappir Guest Kyle Simpson Sponsors G2i | Enjoy...

JSJ 437: Inside the Brave Browser with Jonathan Sampson

June 23, 2020 10:00 - 1 hour - 78 MB

React Native Remote Conf July 28th to 31th Jonathan Sampson hops into the Jabber session to talk about the Brave Browser. He and the panel wander through the topics of privacy, browser design, and features. Panel AJ O’Neal Aimee Knight Charles Max Wood Steve Edwards Dan Shappir Guest Jonathan Sampson   "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy Today! Picks Jonathan Sampson: Follow Jonathan Sampson o...

MJS 150: Loiane Groner

June 23, 2020 10:00 - 32 minutes - 33.9 MB

React Native Remote Conf July 28th to 31th Loiane Groner is an Angular developer from Brazil currently living the USA. She started out working in Java and has worked in Java for nearly 14 years before moving over to Angular. She did an episode on Adventures in Angular about writing documentation in Portuguese. Host: Charles Max Wood Joined By Special Guest: Loiane Groner Sponsors G2i | Enjoy the luxuries of freelancing CacheFly "The MaxCoders Guide to Finding Your Dream Developer Job...

JSJ 436: MongoDB Basics with Joe Karlsson

June 16, 2020 10:00 - 59 minutes - 54.2 MB

React Native Remote Conf July 28th to 31th What is MongoDB? How does it work? How is it different than a standard relational database? How does it fit into a modern web app? This week, the panel gets the answers to these questions and more when they talk to Joe Karlsson, Software Engineer and Developer Advocate at MongoDB. Panel AJ O’Neal Aimee Knight Steve Edwards Guest Joe Karlsson Sponsors G2i | Enjoy the luxuries of freelancing Remote Work: Get a Job or Make a Career Working ...

MJS 149: Andrew Evans

June 09, 2020 10:00 - 28 minutes - 30.2 MB

Andrew Evans is a history major turned designer turned developer. His journey leads through doing development in Java, getting and MBA, and eventually picking up Angular and working at Capital One. Host: Charles Max Wood Joined By Special Guest: Andrew Evans Sponsors G2i | Enjoy the luxuries of freelancing CacheFly   "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy Today! Links AiA 229: Deploying to Firebase with...

JSJ 435: Form.io with Travis Tidwell

June 02, 2020 10:00 - 1 hour - 62 MB

The panel is joined by Travis Tidwell, co-founder and CTO of Form.io, a ME*N stack platform that incorprates a form builder with automatically generated REST API endpoints. Travis discusses the history of Form.io, how it’s built and works, and lays the smackdown on panelist and noted NoSQL database skeptic AJ O’Neal by showing how MongoDB is the appropriate DB for storing form data in JSON format. Panel Steve Edwards AJ O’Neal Aimee Knight Guest Travis Tidwell Sponsors G2i | Enjoy t...

MJS 148: Farzad Yousefzadehr

May 26, 2020 10:00 - 20 minutes - 22.8 MB

In this week's episode of My JavaScript Story, Charles Max Wood interviews Farzad Yousefzadehr, who was a guest on the React Round Up show. As a Senior Software Engineer, Farzad has the cool job of designing and refactoring existing games at Epic Games. He currently lives in Helsinki, Finland, with his lovely wife and cat. Host: Charles Max Wood Joined By Special Guest: Farzad Yousefzadehr Sponsors G2i | Enjoy the luxuries of freelancing CacheFly   "The MaxCoders Guide to Finding Your...

JSJ 434: Understanding and Using ES Modules in Node with Gil Tayar

May 19, 2020 10:00 - 1 hour - 74.9 MB

Gil Tayar gave a presentation recently on ES modules in Node. He joins the panel to discuss how to use and think about ES modules. With considerable pushback from AJ, Gil explains how to start using modules and what the tradeoffs are between modules, script tags, and build tools. Panel AJ O’Neal Aimee Knight Charles Max Wood Steve Edwards Dan Shappir Guest Gil Tayar Sponsors G2i | Enjoy the luxuries of freelancing Remote Work: Get a Job or Make a Career Working From Home "The Ma...

JSJ 433: Understanding the Browser Layer with Noam Rosenthal

May 12, 2020 10:00 - 52 minutes - 48.6 MB

JavaScript Remote Conf 2020 May 13th to 15th - register now! Noam Rosenthal has worked in both web and native technologies. He leads off with a discussion of the history of the web, browsers, and specifically webkit. The panel then goes into how browsers and built and discuss the differences between the different browsers. Panel AJ O’Neal Aimee Knight Steve Edwards Dan Shappir Guest Noam Rosenthal "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now...

MJS 147: Kay Plößer

May 12, 2020 10:00 - 33 minutes - 34.1 MB

JavaScript Remote Conf 2020 May 13th to 15th - register now! Kay Plößer is an German developer who does front-end and mobile development with React. He primarily focuses on developer relations and will be teaching at a University soon. He got started in programming doing basic scripting and game mods to buy game weapons when the game started. He also build IRC bots and programs that ran in IRC. We dive into his journey through development into React and JavaScript. Host: Charles Max Wood ...

JSJ 432: Internet of Things (IoT) with Joe Karlsson

May 05, 2020 10:00 - 57 minutes - 53 MB

JavaScript Remote Conf 2020 May 13th to 15th - register now! Joe Karlsson is a developer advocate at MongoDB. He and the panel walk through the different approaches, uses, and libraries for building IoT with JavaScript Panel Aimee Knight Charles Max Wood AJ O’Neal Dan Shappir Steve Edwards Guest Joe Karlsson Sponsors G2i | Enjoy the luxuries of freelancing   "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy ...

JSJ 431: Personal Branding for Developers with Morad Stern

April 28, 2020 10:00 - 1 hour - 60 MB

JavaScript Remote Conf 2020 May 13th to 15th - register now! The JSJ panel talks with Morad Stern from Wix about personal branding; what it is, why it’s important for developers, and how to build it. Panel Steve Edwards AJ O’Neal Dan Shappir Guest Morad Stern Sponsors Taiko Educative.io | Click here for 10% discount   "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy Today!   Links Obama asks America to le...

MJS 146: Håkon Krogh

April 28, 2020 10:00 - 41 minutes - 42.2 MB

JavaScript Remote Conf 2020 May 13th to 15th - register now! Håkon Krogh is a Norweigan developer who focuses on web performance. We start out discussing working from home in the current pandemic. His current company works in Product Information Management. It's a headless ecommerce system. We dive into his experience learning learning to build applications and learning JavaScript and leading a team. Host: Charles Max Wood Joined By Special Guest: Håkon Krogh Sponsors G2i | Enjoy the l...

JSJ 430: Learning JavaScript in 2020 with Matt Crook

April 21, 2020 10:00 - 1 hour - 66.3 MB

JavaScript Remote Conf 2020 May 13th to 15th - register now! Matt Crook joins the conversation to talk with the JavaScript Jabber panel to talk about his experience going through Nashville Software School. The panel discusses and asks questions about getting into programming, working through the bootcamp, and what prospects are for bootcamp graduates. Panel AJ O’Neal Aimee Knight Charles Max Wood Steve Edwards Dan Shappir Guest Matt Crook Sponsors Taiko Educative.io | Click her...

MJS 145: Varya Stepanova

April 14, 2020 10:03 - 28 minutes - 29.8 MB

JavaScript Remote Conf 2020 May 14th to 15th - register now! Varya is an expert in design systems. She talks about the process of working in and building design systems. She learned basic Pascal at school. She did programming exercises on paper. She then got into building web pages for groups she was a part of. She then picked up PHP and went professional at that point. On the front-end, she began picking up JavaScript and worked using Yandex's internal framework. Follow here story through...

JSJ 429: Learning about Postman with Joyce Lin

April 14, 2020 10:00 - 40 minutes - 37.7 MB

JavaScript Remote Conf 2020 May 13th to 15th - register now! Join us as we talk to Joyce Lin, a developer relations advocate with Postman, and we talk about this amazing tool for interacting with APIs. We discuss it’s more well-known features, and also learn about other less well known, but very powerful features that allow users to greatly increase the usefulness of the tool, both for front end and back end developers. Panel Aimee Knight Steve Edwards Guest Joyce Lin Sponsors G2i ...

MJS 144: Josh Ponelat

April 07, 2020 10:00 - 40 minutes - 40.7 MB

JavaScript Remote Conf 2020 May 14th to 15th - register now! Josh Ponelat is Software Architect at SmartBear working on Swagger and OpenAPI. He's from South Africa. Josh's father is a programmer and was heavily influenced by his father. He started with ANSI-C and hacking on shells. He studied graphic design in school. He got back into programming in PHP and MySQL and wound up transitioning to JavaScript. Host: Charles Max Wood Joined By Special Guest: Josh Ponelat Sponsors Sentry Cach...

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