Backend Banter

Boot.dev
Backend Banter

The only podcast dedicated to backend development, technologies, and careers. Lane Wagner, the founder of Boot.dev, interviews successful backend engineers to get their takes on various trends, technologies, and career tips for new backend developers. Golang, Python, JavaScript, and Rust are the programming languages most commonly discussed, but speakers dabble in all sorts.

  1. Everyone is doing memory management wrong. feat. Ryan Fleury | S2 E02

    16 HR. AGO

    Everyone is doing memory management wrong. feat. Ryan Fleury | S2 E02

    This week on Backend Banter, we’re joined by Ryan Fleury, a talented game developer currently working with Epic Games on their Rad Debugger project. Ryan shares his journey from building games to creating powerful developer tools, offering insights into arenas, memory management, and the fascinating world of programming from the ground up. In this episode, we dive deep into memory management, exploring the differences between stack, heap, and arenas, and how they shape modern development. We discuss the trade-offs of various allocation strategies, the magic of pointer stability, and how arenas simplify managing lifetimes in both games and other applications. Along the way, Ryan shares his approach to developing tools, insights into game development workflows, and practical tips for clean and efficient programming. Learn back-end development: https://www.boot.dev Listen on your favorite podcast player: https://www.backendbanter.fm Ryan's Socials: Rad Debugger: https://github.com/EpicGamesExt/raddebugger Website: https://www.rfleury.com/ X/Twitter: https://x.com/ryanjfleury Timestamps: 00:00 - Intro 00:54 - Ryan Fleury's Path to Game Development 02:49 - From Engines to Debugging Tools 06:51 - Arenas Explained: Memory Management Basics 16:51 - Arenas vs. Garbage Collectors 27:40 - Real-World Applications of Arenas 31:39 - Why Pointer Stability Matters 42:57 - Dynamic Allocation Made Simple 48:48 - How Arenas Streamline Development 01:01:38 - Debugging Tools and the Rad Debugger 01:09:43 - Where to find Ryan

    1h 12m
  2. Is Elixir the Future? feat. José Valim | S2 E01

    JAN 13

    Is Elixir the Future? feat. José Valim | S2 E01

    We're back for Backend Banter Season 2, and we bring a very special guest, José Valim, the creator of the Elixir Programming Language, one of the most popular and loved functional programming languages of today. (Fun fact: it's used in production at Discord). We cover the nitty-gritty of the language, ranging from simple topics such as the decision behind not making Elixir be statically typed, into the more complex cross-machine communication. We go over how Elixir's features compare with those of other languages, work habits of today's developers, José's own day-to-day development, and a lot more! Today's talk encompasses a great variety of themes, so grab your coffee and tune in! Learn back-end development - https://www.boot.dev Listen on your favorite podcast player: https://www.backendbanter.fm Livebook & Elixir Talk: https://www.youtube.com/watch?v=pas9WdWIBHs Elixir Programming Language: https://elixir-lang.org/ Livebook: https://livebook.dev/ Elixir In Action Book: https://www.manning.com/books/elixir-in-action-third-edition José's Socials: X/Twitter: https://x.com/josevalim LinkedIn: https://www.linkedin.com/in/josevalim GitHub: https://github.com/josevalim Timestamps: 00:00 - Intro 01:06 - Embarrassing Stories with Foreign Languages 02:58 - Who is José Valim? (and Elixir's Popularity) 06:51 - Does José Use Phoenix a Lot? 08:28 - Why Isn't Elixir Statically Typed? 16:51 - External Input vs. Internal Code Logic 28:16 - Quick Overview of BEAM languages 31:23 - Elixir’s Equivalent to Golang’s Goroutines & Channels 42:43 - Cross-Machine Communication in Standard Libraries 49:15 - Do You Need RabbitMQ When Writing Elixir? 54:53 - Built-In Features in the Standard Library 01:01:52 - Why People Are Too Used To Work The Hard Way 01:04:22 - José and DHH 01:08:01 - Favorite Elixir Features & Immutability 01:17:49 - Purity in Functional Programming 01:21:35 - Where to find José

    1h 23m
  3. 09/02/2024

    #069 - Season Finale: The Boot.dev Origin Story w/ Allan

    Today, we bring you the final episode of the first season of Backend Banter! It’s a wrap up for now. With 69 episodes behind us, we want to tell you the story of Boot Dev and how far we’ve come from our beginnings, and for that, we bring Allan Lires, the first official employee and the second person to work on our platform! We’re going to cover our entire timeline, achievements, hardships, how Lane and Allan were able to go all-in on building Boot Dev and our visions and plans for the future. Learn back-end development - https://boot.dev Listen on your favorite podcast player: https://www.backendbanter.fm Allan's X/Twitter: https://x.com/AllanLires Boot.Dev Discord: https://discord.com/invite/EEkFwbv Timestamps: 00:00 Intro 00:01 Last episode of Season 1 of Backend Banter 01:45 Boot.dev Story and what this episode will be about 02:26 How and when Allan was hired to work at Boot.dev 05:33 Timeline on Boot.dev 08:53 Guessing game 10:34 The Rebranding Process 12:43 Going Full-time 14:56 What was the curriculum in the beginning? 18:38 What was the original vision for Boot.dev 19:17 Being honest about how long it'll take you to learn to code 22:48 Setting expectations for difficulty 29:55 On learning the fundamentals 34:42 The Long Term vision of Boot.dev 41:30 Old gamification features and why we changed them 50:26 The Track is Never Complete 55:01 We cover a lot of the basics that traditional colleges don't cover 01:00:06 Why do we want to remove JavaScript from the learning course 01:06:12 Million Lessons Completed in a single month 01:08:28 You got to be comfortable being uncomfortable 01:13:25 Where to find Allan

    1h 15m
  4. 08/26/2024

    #068 - Should you trust tech influencers? feat. Charles The III

    Today we welcome Chuck Carpenter aka Charles The 3rd, co-host at Whiskey Web and Whatnot. As two content creators in the tech scene, we discuss if and how celebrity developers and tech influencers are a good thing for the community, how we should be careful when choosing technologies based on influencers’ opinions, why so many people nowadays want to speedrun their whole career and how that could be self-sabotage, and a lot more! Learn back-end development - https://boot.dev Listen on your favorite podcast player: https://www.backendbanter.fm Whiskey Web and Whatnot: https://whiskey.fm/ Charles' X/Twitter: https://x.com/charleswthe3rd Timestamps: 00:00 Intro 01:27 Does Charles listen to his own podcast episodes? 03:33 Are celebrity developers a good thing? 09:11 Podcasts are usually centered around a business 10:06 We are essentially entertainers 14:04 Tech choices being influenced by creators 17:37 Why ThePrimeagen stood out from other tech influencers 20:26 Career speedrunning 23:44 The biggest miss when starting something 24:51 What is wrong with Full-Stack application frameworks? 29:03 How Frankenstein is the Boot.dev web application stack 37:41 Rolling your own stuff vs using a provider 46:01 It's easy to screw up your architecture 50:53 What is Charles building with in 2024 and what is his preferred stack 56:39 Does it seem like people don't talk about security anymore? 01:00:30 Accessibility 01:02:02 The amount of people that are "kinda" interested in cybersecurity 01:11:03 Have some patience 01:11:37 Where to find Charles

    1h 13m
  5. 08/19/2024

    #067 - How to Be Better than 96.487% of Developers

    In today’s episode, we bring back Aaron Francis. If you haven’t watched our previous episode with him, he is a software developer, fellow content creator and co-founder of Try Hard Studios. In the past he’s been an accountant at a Big 4 but now he focuses on Laravel, web development and all things business and video. This episode will step away from the usual tech focused content and we’ll talk a bit more about the business side of things, how you have to balance entertainment and education when creating courses, Aaron’s High Performance SQLite course, building a personal brand through the discomfort of centering it around yourself, how good presentation matters and how proactiveness puts you miles ahead of the majority, so stay tuned! Learn back-end development - https://www.boot.dev Listen on your favorite podcast player: https://www.backendbanter.fm Aaron's X/Twitter: https://x.com/aarondfrancis Aaron's Website: https://aaronfrancis.com/ High Performance SQLite: https://highperformancesqlite.com/ Screencasting: https://screencasting.com/ Mostly Technical Podcast: https://mostlytechnical.com/ Timestamps: 00:00 Intro 01:32 Podcast listening going up when having a kid 02:25 Podcast about earning the first million 08:54 You have to choose the entertainment vs education levels 10:37 You have to shape your material to the platforms 16:40 Long hour videos vs 2 minute ones 20:16 Are the videos in the High Performance SQLite in linear order? 24:19 Figuring out the metrics 28:06 Building courses on other domains 31:46 Building brands is difficult 35:55 quick disclaimer 36:30 Personal brand vs company 37:57 Is this sellable? 40:23 Do you need an audience? 44:26 The strategy is simple but it is also hard to execute 49:31 The presentation matters a LOT 51:54 On being proactive 57:00 Where to find Aaron

    59 min
  6. 08/12/2024

    #066 - CSS Is The Hardest Programming Language

    In today’s episode, we bring Adam Argyle, a CSS Dev Rel at Google, content creator, co-host at CSS Podcast, Bad At CSS Podcast and host of GUI Challenges. He’s also the creator of a bunch of tools and utilities for the front-end. We’re going to touch on a lot of hot topics, regarding the difficulty and power of CSS, how programmers most of the time underestimate and dismiss it as something trivial when in reality it’s one of the hardest things to master in the programming world. We also go over AI, the barriers between designers and developers and a bunch of other topics. Learn back-end development - https://www.boot.dev Listen on your favorite podcast player: https://www.backendbanter.fm Adam's Website: https://nerdy.dev/ Adam's X/Twitter: https://x.com/argyleink Adam on Chrome For Developers: https://chromeextensionsdocs.appspot.com/authors/argyle/ The CSS Podcast: https://thecsspodcast.libsyn.com/ Bad at CSS Podcast: https://badatcss.com/ Timestamps: 00:00 Intro 00:51 CSS Wizard has entered the chat 02:37 HTML and CSS are not programming languages 07:44 There's a case for complex things using CSS 10:28 CSS is declarative by nature 17:58 Writing CSS is a pain 20:43 AI isn't a threat to CSS 21:19 Breaking barriers between designers and developers 26:33 Getting to an entry-level competency on the backend is a bit more difficult when compared to the frontend 31:37 Adam's backstory 33:40 Knowing everything 34:56 The majority of the complexity lives on the frontend a lot of the times 38:48 South Park Reality 39:49 BFF vs BOF (Backend for frontend vs Backend of the Frontend) 47:03 CSS is typed in the browser 51:28 Take on why are there so many mormons and ex-mormons in the webdev and tech influencer scene? 54:08 Where to find Adam

    55 min
  7. 07/29/2024

    #064 - You’re doing networking wrong feat. Lawrence Lockhart

    In today’s episode, we welcome Lawrence Lockhart, a former hospitality manager turned full stack software developer. Apart from his tech job, he’s also a developer advocate, a teaching assistant at a coding bootcamp and a tech meetup leader, so you know he spends a lot of his time helping others build and transfer their existing skills into tech, being a powerful voice in the tech space for upcoming developers. Today we talk briefly about how he managed to switch from hospitality to tech, and how that wasn’t as easy as a lot of people online make it out to be, the importance of local and in-person jobs as opposed to starting off remote, how learning with purpose is essential if you want to make progress and advice for people starting out! Learn back-end development - https://boot.dev Listen on your favorite podcast player: https://www.backendbanter.fm Code Connector: https://codeconnector.io Lawrence's X/Twitter: https://x.com/LawrenceDCodes Lawrence's TikTok: https://www.tiktok.com/@lawrencedlockhart Timestamps: 00:00 Intro 00:44 When did Lawrence start to be more involved in the online tech communities? 02:23 How did Lawrence meet James Q Quick 04:42 Transition from a Blue Collar job into Tech 10:59 6 months is not the standard anymore to get in the industry 13:44 The Timeline Discussion 15:56 Kelsey Hightower 18:09 Has Lawrence worked as a dev in non-tech companies and where he works now 23:33 It's IMPORTANT to go for local market and in-person jobs first 24:27 How networking actually works 28:46 Learning with a purpose 36:43 You shouldn't be trying to minmax your career path 39:43 Advice to people that are unsure in their skills 43:51 How to approach interviews 49:31 You have to practice interviewing 54:48 Learn the thing or get out 58:33 Disagree and commit 01:01:45 Where to find Lawrence

    1h 4m
5
out of 5
22 Ratings

About

The only podcast dedicated to backend development, technologies, and careers. Lane Wagner, the founder of Boot.dev, interviews successful backend engineers to get their takes on various trends, technologies, and career tips for new backend developers. Golang, Python, JavaScript, and Rust are the programming languages most commonly discussed, but speakers dabble in all sorts.

You Might Also Like

To listen to explicit episodes, sign in.

Stay up to date with this show

Sign in or sign up to follow shows, save episodes, and get the latest updates.

Select a country or region

Africa, Middle East, and India

Asia Pacific

Europe

Latin America and the Caribbean

The United States and Canada