Episodes

Podcast 01

JSJ 470: Fine Tuning Your Psychological Stack, or DevOps For Your Brain

Feb 09, 2021 · Episode 470
You're working on planning and executing your professional and technical journeys, but what about your psychological journey? The reality is that without taking better care of yourself, you are potentially setting yourself up for failure, and potentially also putting your health and wellbeing at risk. We are joined by Wei-Ming Lam, a coach and Yoga Instructor who provides practical advice for constructing and tuning your psychological stack.
Podcast 01

BONUS: Measuring Apps and Entrepreneurship with John-Daniel Trask

Feb 05, 2021
John-Daniel Trask, founder and CEO of Raygun, talks about his experience building a monitoring company and about how to measure the speed and quality of your code.
Podcast 01

JSJ 469: The Case for JavaScript Iterators and Generators, part 2

Feb 02, 2021 · Episode 469
This is the follow on to the episode first recorded regarding JavaScripts iterators and generators. Dan takes the lead and picks up from last time. The panel discusses how JavaScript uses and implements iterators and where people are likely to see them. Then they dive into generators and briefly discuss the concept and their uses.
Podcast 01

BONUS: How to Speed Up Your Website For Fun and Profit with Inian Parameshwaran

Jan 29, 2021
Use the code DEVCHAT at https://devchat.tv/fast to get double the capacity and traffic from Dexecure. Inian Parameshwaran is the CEO of Dexecure and an expert in speeding up websites. Inian walks Charles Max Wood through the intricacies of measuring website speed and explains which metrics matter and for which concerns. He goes over the benefits to SEO and user experience and then does a deep dive on how to begin speeding up your website so Google will rank it higher and your users don’t lose interest while waiting for a response from your application. Special Guest: Inian Parameshwaran.
Podcast 01

JSJ 468: The case for JavaScript iterators, part 1

Jan 26, 2021 · Episode 468
Iterators and generators were introduced into JavaScript way back in 2015, yet they remain an underused and often misunderstood features of the language. In this episode Dan describes the purpose of iterators, how they're implemented in JavaScript, and why you're using them even if you aren't aware that you are, via the spread operator for example. The panel then discusses the pros and cons of iterators in JavaScript, and why most devs don't explicitly use them.
Podcast 01

JSJ 467: The Joy of JavaScript with Luis Atencio

Jan 19, 2021 · Episode 467
Luis Atencio jabbers about enjoying and using JavaScript. He enjoys the multi-paradigm nature of the language. The discussion ranges over the nature of JavaScript and how it's object-oriented, and how the paradigms can be blended to provide powerful functionality. They also dive into how to break down problems in JavaScript and how the language enables this.
Podcast 01

JSJ 466: Infrastructure as Code with Christian Nunciato

Jan 12, 2021 · Episode 466
Christian Nunciato works on a system called Pulumi, which is a system that allows you to build infrastructure with code. This is usually aimed at the cloud and allows us to use tools to manage infrastructure and do setups and updates.
Podcast 01

JSJ 465:The Power of Micro Front-Ends with Michael Geers

Jan 05, 2021 · Episode 465
Micro-services have been very popular on the backend for a while now. But can this architecture be applied to the front-end as well? Should it be applied to the front-end? Michael Geers, who literally wrote the book on micro-fronts ends, explains what they are and why they can be a powerful architectural pattern especially when implementing large-scale projects. He also describes how Web Components can be used to enable this type of application architecture.
Podcast 01

BONUS: How to Crush Your Biggest Goals in 2021

Jan 01, 2021
Get the 2020 Goal Setting Workshop + Success Accelerator Deal HERE (Coupon Code: GOALS for a massive discount) Mani Vaya joins Charles Max Wood to walk him through the 6 pillars of success that lead to meeting your goals. Mani has read thousands of books on success, setting and achieving goals, and personal growth and has distilled these 6 principles from the books and then figured out how to put them into practice. He and Chuck walk through the principles and strategies that create success and allow you to set goals that will bring you the things you want during the next year or so. Listen to this episode to learn how to crush your biggest goals in 2021. Get the 2020 Goal Setting Workshop + Success Accelerator Deal HERE (Coupon Code: GOALS for a massive discount)
Podcast 01

JSJ 464: Web Components FTW with Ben Farrell

Dec 29, 2020 · Episode 464
Components have become the go-to method for structuring and composing UIs on the Web. Usually this means relying on a JavaScript framework such as React, Vue, or Angular. But it turns out that there is a standard mechanism for creating components built into browsers. Ben Farrell who wrote a book on this mechanism - Web Components - joins the panel to explain what they are, how they work, and why they are a great, light-weight alternative to JavaScript frameworks.
Podcast 01

JSJ 463: Building Web Applications with Firebase

Dec 23, 2020 · Episode 463
Steve and AJ talk with Gareth Brown, author of the recently released Manning video course “Building Web Applications with Firebase”. They discuss what Firebase is, the services it offers, and how it is used in different types of applications, both large and small.
Podcast 01

BONUS: Start Building Video Games with Jason Weimann

Dec 11, 2020
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 development and explains how others can get started with building all sorts of games using the Unity game engine. You can get started prototyping a game by dragging a few elements in and writing a minimal amount of C#. Chuck and Jason compare front-end components to game components and then explain the ins and outs of building and designing a game. Learn to Build Your Own Games with Jason's Course (Get 10% Off with Code DEVCHAT)
Podcast 01

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

Dec 08, 2020 · Episode 462
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 JavaScript testing.
Podcast 01

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

Dec 04, 2020
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 choice is better for a team than the other. Go Check Out ButterCMS to Add Content to Your Apps!
Podcast 01

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

Dec 01, 2020 · Episode 460
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.
Album Art
Latest Episode: Exploring ReactScan: Aiden Bai's Tool for Identifying React Performance Issues - JsJ 668
0:00
1:07:49
Playback Speed: