Backend công khai
[search 0]
Thêm
Download the App!
show episodes
 
Artwork
 
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.
  continue reading
 
Welcome to the Backend Engineering Show podcast with your host Hussein Nasser. If you like software engineering you’ve come to the right place. I discuss all sorts of software engineering technologies and news with specific focus on the backend. All opinions are my own. Most of my content in the podcast is an audio version of videos I post on my youtube channel here http://www.youtube.com/c/HusseinNasser-software-engineering Buy me a coffee https://www.buymeacoffee.com/hnasr 🧑‍🏫 Courses I Te ...
  continue reading
 
Artwork

1
Backend Boys

Backend Boys

Unsubscribe
Unsubscribe
Hàng ngày+
 
Face one and listen to sum real nigga conversations. We decided our convos are too great to just be heard by ourselves so why not let others hear it. Backend Boys giving yall the content yall need.
  continue reading
 
Here On Our Show We Have Conversions with Artist, Business Owners, positive influencers about ways To Change The Mindset of individuals making a better way of life for themselves. Family and The Generations Coming Under Us with business.
  continue reading
 
Artwork

1
Backended

Blanknaem

Unsubscribe
Unsubscribe
Hàng tháng
 
Andre Wyatts (@blanknaem) and Ryan Tanner (@RTanner1337) take a look at the start of the week to the end of the week at the end of the week. A look back at the week that was and then some. Email backended@blanknaem.com if you think there's something we should look at, or hit up our Twitter accounts!
  continue reading
 
Welcome to the Building the Backend Podcast! We’re a data podcast focused on uncovering the data technologies, processes, and patterns that are driving today’s most successful companies. You will hear from data leaders sharing their knowledge and insights with what’s working and what’s not working for them. Our goal is to bring you valuable insights that will save you and your team time when building a modern data architecture in the cloud. Topics will span from big data, AI, ML, governance, ...
  continue reading
 
Loading …
show series
 
Today, we're thrilled to have Tommy Graves, co-founder of RWX, a company focusing on building tools that optimize build and test performance, reliability, and developer experience. In this episode, we're delving deep into the realm of CI/CD (Continuous Integration and Continuous Deployment), with a special focus on Mint - their latest CI platform. …
  continue reading
 
Get my backend course https://backend.win Google submitted a patch to Linux Kernel 6.8 to improve TCP performance by 40%, this is done via rearranging the tcp structures for better cpu cache lines, I explore this here.0:00 Intro0:30 Google improves Linux Kernel TCP by 40%1:40 How CPU Cache Line Works6:45 Reviewing the Google Patchhttps://www.phoron…
  continue reading
 
Today, we bring a special "Whiskey, Web and Whatnot" edition to our podcast, where we welcome Travis Wagner and Robbie The Wagner, to talk about controversial takes regarding tech CEOs, their experiences in the field, the impact of AI and other personal preferences towards technologiesLearn back-end development - https://boot.devListen on your favo…
  continue reading
 
In today's episode, we bring Thorsten Ball, author of "Writing An Interpreter In Go" and "Writing A Compiler In Go". In this talk, we discuss the different clashes and responsibilities between Product and Engineering teams, reignite the topic of working with technical managers, explain why cookie banners are dumb, and on a more interpersonal note, …
  continue reading
 
In this episode, we bring Daniel Roe, the Lead Maintainer of Nuxt.js, an open source framework that makes web development intuitive and powerful. Today, he shares his journey into the framework and sheds some light on intriguing questions surrounding its development and usage. Today's talk ranges from the origins of Nuxt to its unique features and …
  continue reading
 
Get my backend course https://backend.win Cloudflare has announced they are opening sources Pingora as a networking framework! Big news, let us discuss 0:00 Intro 0:30 Reasons why Cloudflare built Pingora? 3:00 It is a framework! 7:30 What in Pingora? 11:50 Security in Pingora 13:45 Multi-threading in Pingora 21:00 Customization vs Configuration 25…
  continue reading
 
In today's episode, we bring back Teej DeVries, the first guest ever on our podcast! Today we are discussing Teej's new course on Boot.dev on Memory Management. In this talk, we discuss the importance of memory, why Go is a C-programmer minded language, garbage collectors, among other technical topics. We also talk about why understanding the funda…
  continue reading
 
https://backend.win https://databases.win I’m a big believer that database systems share similar core fundamentals at their storage layer and understanding them allows one to compare different DBMS objectively. For example, How documents are stored in MongoDB is no different from how MySQL or PostgreSQL store rows. Everything goes to pages of fixed…
  continue reading
 
In this episode, Lane chats with Lewis Menelaws, a Full-Stack developer and entrepreneur. Today he takes us through his coding journey and insights as a developer influencer. From his early days coding Roblox games, tech stacks, and the challenges of freelancing, to his shift into content creation and thoughts on the current programming meta. Learn…
  continue reading
 
In this episode, Lane talks to Alex DeBrie, author of the DynamoDB book. Today's talk covers various aspects such as DynamoDB's comparison with Amazon S3, its benefits, use cases, constraints, and cost considerations, while also covering other AWS and Google Cloud services. Alex also shares his insights into his journey of writing the book on Dynam…
  continue reading
 
In this episode, Lane talks to Dax Raad, a well rounded engineer that is currently a developer for SST, a framework that helps people build Full-Stack applications on AWS with ease. Today, they talk about personal opinions on industry practices, scale, financial decisions, infrastructure mistakes, reflections on long-term company commitments and ma…
  continue reading
 
Fragmentation is a very interesting topic to me, especially when it comes to memory. While virtually memory does solve external fragmentation (you can still allocate logically contiguous memory in non-contiguous physical memory) it does however introduce performance delays as we jump all over the physical memory to read what appears to us for examp…
  continue reading
 
Lane chats with Dev Agrawal— content creator & Developer Advocate at Clerk! Tune in as they discuss DevRel, authentication vs. authorization, JWT, and so much more in this episode. Learn back-end development - https://boot.dev Listen on your favorite podcast player: https://www.backendbanter.fm Dev's Twitter: https://twitter.com/devagrawal09 Dev's …
  continue reading
 
Lane chats with Matt Holt-- a renowned figure in backend engineering and the creator of Caddy, a leading platform for serving sites and apps written in Go. In this episode, they discuss the origins of Caddy, its unique features, and Matt's journey in Go programming and web development. Learn back-end development - https://boot.dev Listen on your fa…
  continue reading
 
Lane chats with BadCop-- a senior Bash engineer, Twitch streamer and the mastermind behind their online presence. From the origins of 'BadCop' to the recent emergence of 'BashCop,' they explore scripting languages, focusing on Bash, shells, terminals and more. Follow the conversation in this enlightening episode, unraveling the intricacies of onlin…
  continue reading
 
Lane chats with Richard Feldman, creator of the Roc programming language, about why he decided to create it. They discuss object oriented programming and whether it did irreparable damage to the industry - or not. Follow along as they talk about all of that and functional programming too! Learn back-end development - https://boot.dev Listen on your…
  continue reading
 
Lane chats with Philip Winston, a software engineer with a storied history who recently published an article titled "Brain Oriented Programming". Tune in as Lane and Philip talk about the pros and cons of object oriented programming and... guitar hero? Don't miss this episode of Backend Banter! Learn back-end development - https://boot.dev Listen o…
  continue reading
 
Lane chats with AJ O'Neal about giving up on Rust, the challenges of using brew from a permissions standpoint, and how, exactly, WebI is not a package manager. Tune in as they discuss why AJ developed WebI, and why you should be using it as well. AJ O'Neal's Twitter: https://twitter.com/coolaj86 WebI: https://webinstall.dev/…
  continue reading
 
In this episode of Backend Banter, Lane chats with JLarky about React server components... in GO. Why would anyone want to do that? Find out here! They also discuss how JLarky came up with the idea to use React in the backend, what other people think about the practice, and how he uses it to streamline his process. All this is intermixed with discu…
  continue reading
 
Lane chats with Sabine, one of the primary maintainers of OCaml.org, about how she built web apps in Django on the side, only to land her first programming job working close to the OCaml ecosystem, and quickly become enveloped in the project. Her backstory about skipping grades, dropping out of school, and teaching herself various web languages is …
  continue reading
 
Matteo Collina is a member of the Node.js technical steering committee and has one of the most impressive developer resumes we've ever seen. His 500 NPM modules have over 17 billion downloads. Today, he sits down with Lane to discuss Node, the future of backend web development, and Platformatic, his new startup. Learn back-end development - https:/…
  continue reading
 
Lane and Aaron Francis sit down to talk about Laravel and PHP, and why everyone who uses them tends to make a lot of money. There seems to be something to avoiding the technical hype cycle and just shipping web apps that people want to use. Learn back-end development - https://boot.dev Listen on your favorite podcast player: https://www.backendbant…
  continue reading
 
Lane chats with his distributed systems professor from when he was a computer science undergraduate, Dr. Russ Ross. They talk about the state of the hiring market in 2023, LLVM, and of course, distributed systems! Learn back-end development - https://boot.dev Listen on your favorite podcast player: https://www.backendbanter.com Russ Ross's Twitter:…
  continue reading
 
Byron Ruth and David Gee from the NATS and the Synadia team join Lane today to chat about distributed systems, and more specifically, PubSub architectures. If you've ever wondered about the difference between a distributed monolith and a truly distributed system, this episode is for you. We break down NATS and how it relates to other systems like R…
  continue reading
 
Lane sits down with Sean Walker to talk about Ruby on Rails, dynamic typing, and even a bit of Rust. Sean's been writing Ruby on Rails for years, and has some opinions on DHH's recent articles. Sean Walker's Twitter: https://twitter.com/swlkr Sean Walker's Twitch: https://www.twitch.tv/swlkrBởi Lane Wagner
  continue reading
 
Fundamentals of Database Engineering udemy course (link redirects to udemy with coupon)https://database.husseinnasser.com Why create Index blocks writesIn this video I explore how create index, why does it block writes and how create index concurrently work and allow writes.0:00 Intro1:28 How Create Index works4:45 Create Index blocking Writes5:00 …
  continue reading
 
This is a podcast about backend development, so I couldn't miss the chance to chat with Carson Cross, the creator of HTMX and author of the book Hypermedia Systems. HTMX is all about giving backend developers the power to build modern webapps, without needing to write a line of frontend JavaScript. In a way, it's a return to the way the web used to…
  continue reading
 
Has web development gone full circle? Should we really just be writing PHP monoliths? Maybe all go back to WordPress? Wes and Lane break down how web development has changed over the years, and where its heading next. Wes Twitter: https://twitter.com/wesbos Wes Insta: https://www.instagram.com/wesbos/ Wes YouTube: https://www.youtube.com/@WesBos We…
  continue reading
 
If you're nervous about searching for programming jobs this episode is for you. Lane sits down with Don the Developer to chat about everything from resumes and cover letters to how to present yourself in an interview. DonTheDeveloper's YouTube: https://www.youtube.com/c/donthedeveloperBởi Lane Wagner
  continue reading
 
Theo Browne is a notorious tech YouTuber and streamer, CEO of Ping.gg, TypeScript advocate and creator of the t3 stack. In this episode Theo sheds some light on his background in Elixir, a functional programming language that runs on the Erlang VM, and why he made the switch to TypeScript while working at Twitch.…
  continue reading
 
The Encrypted Client Hello or ECH is a new RFC that encrypts the TLS client hello to hide sensitive information like the SNI. In this video I go through pros and cons of this new rfc.0:00 Intro2:00 SNI4:00 Client Hello8:40 Encrypted Client Hello11:30 Inner Client Hello Encryption18:00 Client-Facing Outer SNI21:20 Decrypting Inner Client Hello23:30 …
  continue reading
 
Pekka is the CTO of TursoDB, a cloud database product that helps developers run SQLite on the edge. Lane and Pekka talk about all the tradeoffs involved with SQLite, as well as the tradeoffs of putting your database geographically near your backend servers. Pekka's Twitter: https://twitter.com/penberg Turso: https://turso.tech/ LibSQL: https://gith…
  continue reading
 
Lane chats with Rob Walling. Rob is the author of several books, including the SaaS playbook and Start Small Stay Small. He founded Drip, TinySeed and even runs MicroConf, the largest conference for bootstrapped and mostly bootstrapped founders. In this episode they chat about how new backend developers can use their skills in a full time job, but …
  continue reading
 
Miriah Peterson chats with Lane about how great Go tends to be for not only backend application development, but also data engineering roles. Miriah hosts Golang meetups and conferences alongside her full time job, so they also discuss how in person networking can help your new career as a programmer.…
  continue reading
 
Lane chats with Mat Ryer, a host of the amazing GoTime.fm podcasts sits down with Lane to chat about his experience as a Go developer. Among other things, they chat about how Mat used Go to successfully build and sell a multi-million dollar company. Learn back-end development - https://boot.dev Listen on your favorite podcast player: https://www.ba…
  continue reading
 
Lane chats with Michael Green about Python programming on the backend side of the web stack. They debate Python's efficacy in large production projects. It gets spicy, bring a glass of milk. Learn back-end development - https://boot.dev Listen on your favorite podcast player: https://www.backendbanter.com Michael's Twitter: https://twitter.com/mgdo…
  continue reading
 
Lane chats with Travis Wagner, aka TechSavvyTravvy, the man behind the "crablang" fork of Rust. They talk about the issues with the Rust foundation that caused the fork, how the fork works from a technical perspective and other open-source shenanigans. Learn back-end development - https://boot.dev Listen on your favorite podcast player: https://www…
  continue reading
 
Lane chats with The Primeagen about unit tests, how to build good cli tooling, Golang, Rust, and a ton of stuff about Prime's history and how he got into coding and came to work at Netflix. Prime's Twitter: https://twitter.com/ThePrimeagen Prime's Twitch: https://www.twitch.tv/theprimeagen Prime origin: https://www.youtube.com/watch?v=JjHFubUPLV0 A…
  continue reading
 
Lane chats with James about all his best tips for landing your first ever job as a developer. Learn back-end development - https://boot.dev Listen on your favorite podcast player: https://www.backendbanter.com James on YouTube: https://www.youtube.com/c/jamesqquick James on Twitter: https://twitter.com/jamesqquick James Discord: https://t.co/LUOsSs…
  continue reading
 
From the frontend through the kernel to the backend process When we send a request to a backend most of us focus on the processing aspect of the request which is really just the last step. There is so much more happening before a request is ready to be processed, most of this step happens in the Kernel. I break this into 6 steps, each step can theo…
  continue reading
 
Lane chats with Trash, a Netflix engineer and code streamer on Twitch. They break down Trash's story: how he got into coding, from being a mainframe developer all the way through his days as a backend engineer to a frontend developer at Netflix. Learn back-end development - https://boot.dev Trash Twitter: https://twitter.com/trashh_dev Trash Twitch…
  continue reading
 
Lane chats with Jonathan Hall, a long time Go developer, host of the cup o' go podcast, and prolific DevOps guy. They discuss what DevOps is, what it isn't and why Go is such a good option for backend and devops work. Learn back-end development - https://boot.dev Listen on your favorite podcast player: https://www.backendbanter.com Jonathan on Link…
  continue reading
 
Loading …

Hướng dẫn sử dụng nhanh