Episodes

Podcast 01

Mastering Browser Caching with Vitali Zaidman - JSJ 490

Jun 29, 2021 · Episode 490
The Jabber panel along with Vitali Zaidman jump in and discuss how your browser cache works, what the standard is, and what you can expect when you're trying to take advantage of the performance characteristics of your users' browsers. The browser cache control settings and techniques are not straightforward, so buckle up and learn how to get your browsers to load assets from memory.
Podcast 01

Pain-Free Automated Deployments with DigitalOcean's App Platform - BONUS

Jun 25, 2021
If you wish you could just push to your git repository and then have your application automatically update itself, then you should have a look at DigitalOcean's App Platform. This offering is a sort of secret weapon that allows you to customize your application with the services you need and then simply push to deploy. There's no outsourcing to 3rd party databases, etc. It's all included in DigitalOcean's offering. So, you just pick what you need and then set the app to deploy. DigitalOcean's App Platform also works for static sites. So, if you're running a build of your blog or JAMstack app, you'll find that App Platform already supports you. To try it out, go to https://do.co/jabber and sign up to get $
Podcast 01

Typing Without Transpilation - The Beauty of JSDoc - JSJ 489

Jun 22, 2021 · Episode 489
Long time friend of the show Gil Tayar joins us again this time to discussing using JSDoc for JavaScript type annotations instead of TypeScript. Turns out that you can now get all of the benefits of TypeScript types without having to adopt the entire TypeScript workflow. Gil describes the benefits of this approach, and how it could impact the future of Web development.
Podcast 01

The React Way & Opinionated Practices with Ian Schwartz - JSJ 488

Jun 15, 2021 · Episode 488
Never underestimate the power of teaching. Ian reached out to AJ in regards to previous comments about React on the show and demonstrated that he knows a whole lot more than most of us, so we had him on to talk about his learning journey, the philosophy of react, and top tips for new developers entering the field. Huzzah!
Podcast 01

Node in the Browser and Much more: Web Containers with Eric Simons - JSJ 487

Jun 08, 2021 · Episode 487
Eric Simons from Stackblitz joins the JSJ panel to discuss the game changing technology announced at Google.io this year. What they demonstrated was their ability to run NodeJS in the browser using new technology called Web Containers. However, the implications go well beyond the realities of running Node in the browser. Eric and the panel dive into the implications of what this new way of working could mean for the web and application development.
Podcast 01

The 3 Essentials for Successful Job Outcomes - BONUS

Jun 04, 2021
Chuck dives into the 3 essentials for getting the next successful outcome you want in your career. Whether that's something simple like a raise or something more complex like going freelance, you can achieve it by working on 3 main areas. First, building skills. The most obvious type of skills you'll need is technical skills. However, don't neglect your people skills and your organizational skills as well since you're often paid for how you work with people and enhance their work and how you put your work together in the most efficient ways. Second, building relationships. Often other people will be able to help you find the opportunities or will be the ones to make the decisions that impact your ability to get the outcome you want. Having good relationships is key to having good outcomes. Third, building recognition. Being known for being valuable in important ways allows you to leverage the skills you have to build better relationships and create opportunities to get what you need to get the outcomes you want by giving people what they want. A podcast is a great way to do all three. Chuck explains exactly how that works in this podcast and goes deeper as part of the Dev Influencers Accelerator.
Podcast 01

CrUX and Core Web Vitals - What to Measure on the Web with Rick Viscomi - JSJ 486

Jun 01, 2021 · Episode 486
Rick Viscomi joins us from Google to talk to us about the Chrome User Experience Report (CrUX) and the HTTP Archive. He explains what it tells us about how the web is built, how it performs, and what we know about the web today.
Podcast 01

How to Get Hired at a FANG Company - BONUS

May 28, 2021
Chuck explains what he taught Nathan last week when we asked how to get hired at a FANG (Facebook Apple/Amazon Netflix Google) company. Essentially, it boils down to how to build the skills and knowledge needed to pass the interview. How to build the relationships to get into the door and have the interviewer want you to succeed. And how to build the reputation that has the company wanting you regardless of the outcome. This approach also works for speaking at conferences, selling courses, and other outcomes as well as it's the core of building a successful career as an influencer.
Podcast 01

Things JavaScript Developers Should Know, Part 2 - JSJ 485

May 25, 2021 · Episode 485
Dan Shappir leads the Jabber crew on another discussion on the things JavaScript developers should know. They discuss WeakMap, WeakSets, and WeakReferences. They dive into where and how they are used and which places they're implemented. The conversation starts with garbage collection is and how it works and then moves into the implications it has for this kind of referencings.
Podcast 01

Data Wrangling in JavaScript with Ashley Davis - JSJ 484

May 18, 2021 · Episode 484
Ashley Davis jumps in to talk to Dan Shappir about wrangling data using JavaScript. Ashley describes his journey into JavaScript and his exposure to the web platform. From there he walks Dan through learning data science and building systems in Python before coming back to JavaScript. He talks through the tools and techniques used to manage data in JavaScript as well as how it can be done!
Podcast 01

Women on Stage and in Tech with Moran Weber - JSJ 483

May 11, 2021 · Episode 483
Moran Weber is the CEO of Women on Stage. She helps women prepare for and speak on stages at conferences in technology and other related areas. She joins the Jabber panel this week to discuss women's place in technology, the importance of them appearing at conferences, and the outcomes of women in the technology space.
Podcast 01

Becoming the Go-To Person in Your Technology Area - BONUS

May 07, 2021
Chuck was on a strategic call with one of his potential coaching clients talking about cryptocurrencies and realized that this is one of the major reasons that people want to become influencers. Or, rather, that many people aspire to make a difference and/or make money and the best way to do that is to become the person people go to for what you do. So, how do you become the first person people think of when they think of that thing you know how to do? Let Chuck tell you.
Podcast 01

Changes in the JAMstack Landscape with Sean C Davis - JSJ 482

May 04, 2021 · Episode 482
Dan kicks the show off by asking our guest Sean C. Davis to define for us what doesn't fall under JAMstack. Sean explains what isn't JAMstack and then dives into what's changed over the last year or so that brings us to the tools and approaches that hybridize the server end of things to bring more server side to the JAMstack. So, JAMstack lifts away from a monolithic backend to provide an independent front-end with a supporting set of back-end tools rather than a back-end with supporting front-end tools. This episodes dives into the implications of this approach as a reaction to the more traditional monolith.
Podcast 01

Don't Let These Things Keep You From Podcasting - BONUS

Apr 29, 2021
Charles talks about the things that get developers stuck when they're trying to start their podcast or other influencer channel. He explains how to get around having those things hamper your journey.
Podcast 01

Data Oriented Programming with Yehonathan Sharvit - JSJ 481

Apr 27, 2021 · Episode 481
Yehonathan Sharvit joins the Jabber crew to discuss Data Oriented Programming. Data Oriented Programming is a way to reduce complexity by managing the shape of the data before we send it over the wire. Rather than managing data you send between services in class hierarchies, you focus on the data's meaning and manipulate it so the data it includes updates to your datastore like Redux and then cascade changes from your data.
Album Art
Latest Episode: Exploring ReactScan: Aiden Bai's Tool for Identifying React Performance Issues - JsJ 668
0:00
1:07:49
Playback Speed: