Hardening C++ with Bjarne Stroustrup

Hardening C++ with Bjarne Stroustrup

Author: Greatest Hits Archives - Software Engineering Daily March 28, 2023 Duration: 1:13:35
C++ is a powerful programming language that has been in use for several decades. Its importance lies in its versatility and efficiency, making it a popular choice for developing software and systems across different domains. The impact of C++ is significant, as it has been used to create numerous high-performance applications, including operating systems, browsers,

Dive into a curated collection from the vast library of Software Engineering Daily with Greatest Hits Archives-Software Engineering Daily. This podcast isn't about new trends or breaking news; instead, it serves as a thoughtfully assembled replay of the most impactful and enduring conversations from the show's history. Each episode selected for this archive represents a foundational discussion, a pivotal interview, or a deep exploration that has resonated deeply with the technology community over the years. You'll hear veteran engineers, pioneering founders, and insightful researchers break down complex topics-from distributed systems and database architecture to the human elements of building effective teams and sustainable engineering cultures. The archive format allows listeners to experience the essential building blocks of modern software thought leadership, all in one dedicated feed. Whether you're discovering these classic conversations for the first time or revisiting them with fresh perspective, this podcast provides a timeless resource. It cuts through the noise of the daily tech cycle to deliver substantive content that remains relevant long after its original release, offering a masterclass in the principles and practices that define our industry.
Author: Language: en-us Episodes: 100

Greatest Hits Archives - Software Engineering Daily
Podcast Episodes
Multicloud with Ben Hindman [not-audio_url] [/not-audio_url]

Duration: 1:06:07
Most applications today are either deployed to on-premise environments or deployed to a single cloud provider. Developers who are deploying on-prem struggle to set up complicated open source tools like Kafka and Hadoop.…
Stateful Kubernetes with Saad Ali [not-audio_url] [/not-audio_url]

Duration: 54:18
In a cloud infrastructure environment, failures happen regularly. The servers can fail, the network can fail, and software bugs can crash your software unexpectedly. The amount of failures that can occur in cloud infrast…
Kong API Platform with Marco Palladino [not-audio_url] [/not-audio_url]

Duration: 56:16
When a user makes a request to product like The New York Times, that request hits an API gateway. An API gateway is the entry point for an external request. An API gateway serves several purposes: authentication, securit…
Computer Architecture with Dave Patterson [not-audio_url] [/not-audio_url]

Duration: 51:15
An instruction set defines a low level programming language for moving information throughout a computer. In the early 1970’s, the prevalent instruction set language used a large vocabulary of different instructions. One…
Commons Clause with Kevin Wang [not-audio_url] [/not-audio_url]

Duration: 55:28
Open source software powers everything we do on the Internet. Google runs on Linux servers. Content sites are served by WordPress. Our data is queued in Kafka clusters and stored in MongoDB instances. The success of an o…
Scaling Lyft with Matt Klein [not-audio_url] [/not-audio_url]

Duration: 51:16
Matt Klein has worked for three rapidly growing Internet companies. At AWS, he worked on EC2, the compute-as-a-service product that powers a large percentage of the Internet. At Twitter, he helped scale the infrastructur…
Diffbot: Knowledge Graph API with Mike Tung [not-audio_url] [/not-audio_url]

Duration: 50:14
Google Search allows humans to find and access information across the web. A human enters an unstructured query into the search box, the search engine provides several links as a result, and the human clicks on one of th…
Google JavaScript with Malte Ubl [not-audio_url] [/not-audio_url]

Duration: 57:26
Google Search is a highly interactive JavaScript application. As you enter a query, results are being automatically suggested to you before you even finish typing. When you press enter, some of your search results may be…
Generative Models with Doug Eck [not-audio_url] [/not-audio_url]

Duration: 1:00:51
Google Brain is an engineering team focused on deep learning research and applications. One growing area of interest within Google Brain is that of generative models. A generative model uses neural networks and a large d…
Airbnb Engineering with Surabhi Gupta [not-audio_url] [/not-audio_url]

Duration: 44:58
Airbnb began in 2008 as a monolithic Rails application serving the simple purpose of listing homes for rental. Over time, the number of listings increased dramatically, as did the number of people who were renting. With…