Podcast9 – Podcasts App

All JavaScript Podcasts by Devchat.tv

Devchat.tv

All JavaScript podcasts produced by Devchat.tv: - JavaScript Jabber - My JS Story - JS Rants

Episodes

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

Nov 17 2020 • 3429 MIN

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

JSJ 457: Career Transitioning with Laura Harvey

Nov 10 2020 • 3419 MIN

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

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

Nov 3 2020 • 67 MIN

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

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

Oct 27 2020 • 3367 MIN

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

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

Oct 20 2020 • 3281 MIN

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

JSJ 453: Debugging Third Party JavaScript with Ben Vinegar

Oct 13 2020 • 3087 MIN

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