Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
History
Kids & Family
About Us
Contact Us
Copyright
© 2024 PodJoint
Loading...
0:00 / 0:00
Podjoint Logo
US
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts123/v4/86/ec/29/86ec294d-1f37-db00-bd40-dc530d649285/mza_2435904698635731884.jpg/600x600bb.jpg
Greatest Hits Archives - Software Engineering Daily
Greatest Hits Archives - Software Engineering Daily
170 episodes
6 months ago
Popular episodes of Software Engineering Daily
Show more...
Tech News
Technology,
News
RSS
All content for Greatest Hits Archives - Software Engineering Daily is the property of Greatest Hits Archives - Software Engineering Daily and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Popular episodes of Software Engineering Daily
Show more...
Tech News
Technology,
News
Episodes (20/170)
Greatest Hits Archives - Software Engineering Daily
Hardening C++ with Bjarne Stroustrup
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,
Show more...
2 years ago
1 hour 13 minutes 35 seconds

Greatest Hits Archives - Software Engineering Daily
Surviving ChatGPT with Christian Hubicki
ChatGPT is an artificial intelligence language model developed by OpenAI. It is part of the GPT (Generative Pre-trained Transformer) family of models, which are designed to generate human-like text based on input prompts. ChatGPT is specifically trained to carry out conversational tasks, such as answering questions, completing sentences, and engaging in dialogue. It has been
Show more...
2 years ago
1 hour 13 minutes 27 seconds

Greatest Hits Archives - Software Engineering Daily
Special Episode with George Hotz
Comma is a startup aimed at solving self-driving cars. A lot of the new cars in the market have built-in stock Advanced driver assistance systems. Comma takes this system to the next level with Openpilot. Openpilot is an open-source driver assistance system. Currently, with features like Adaptive Cruise Control (ACC), Automated Lane Centering (ALC), Forward
Show more...
2 years ago
56 minutes 32 seconds

Greatest Hits Archives - Software Engineering Daily
Facebook PHP with Keith Adams
Facebook was built using PHP, a programming language that was used widely in the late 90s and early 2000s. PHP allows developers to get web applications built quickly and easily, although PHP has a reputation for being difficult to scale.  In the early days of Facebook, the company was scaling rapidly on every dimension.  New
Show more...
6 years ago
53 minutes 51 seconds

Greatest Hits Archives - Software Engineering Daily
Infrastructure Wars with Sheng Liang
Sheng Liang was the lead developer on the original Java Virtual Machine. Today he works as the CEO of Rancher Labs, a company building a platform on top of Kubernetes. Sheng joins the show to discuss his experiences in the technology industry. The container orchestration wars had many victims. The competing standards for how an
Show more...
6 years ago
53 minutes 38 seconds

Greatest Hits Archives - Software Engineering Daily
Render: High Level Cloud with Anurag Goel
Cloud computing was popularized in 2006 with the launch of Amazon Web Services. AWS allowed developers to use remote server infrastructure with a simple set of APIs. But even with AWS, it was still not simple to deploy and manage a web application. In 2007, Heroku launched a platform built on top of AWS. Heroku
Show more...
6 years ago
1 hour 13 minutes 29 seconds

Greatest Hits Archives - Software Engineering Daily
Service Mesh Wars with William Morgan
A service mesh is an abstraction that provides traffic routing, policy management, and telemetry for a distributed application. A service mesh consists of a data plane and a control plane. In the data plane, a proxy runs alongside each service, with every request from a service being routed through the proxy. In the control plane,
Show more...
6 years ago
1 hour 21 minutes 39 seconds

Greatest Hits Archives - Software Engineering Daily
Monolithic Repositories with Ciera Jaspan
Google’s codebase is managed in a single monolithic repository. An engineer at Google can explore almost any area of the codebase within the entire company. In order to enable this, Google has built tooling to support the monolithic repo, including a virtual file system and a set of build tools. A monolithic repository is not
Show more...
6 years ago
59 minutes 25 seconds

Greatest Hits Archives - Software Engineering Daily
Airtable with Howie Liu
Software engineering is harder than it should be. There are many people who have an app idea that they are not sure how to build. Some of these people are highly technical professionals like real estate agents, scientists, and accountants. These professionals learn to use spreadsheets in their day-to-day work. Spreadsheets are also used widely
Show more...
6 years ago
41 minutes 7 seconds

Greatest Hits Archives - Software Engineering Daily
Cloud with Eric Brewer
RECENT UPDATES: FindCollabs is a company I started recently The FindCollabs Podcast is out! FindCollabs is hiring a React developer FindCollabs Hackathon #1 has ended! Congrats to ARhythm, Kitspace, and Rivaly for winning 1st, 2nd, and 3rd place ($4,000, $1000, and a set of SE Daily hoodies, respectively). The most valuable feedback award and the
Show more...
6 years ago
1 hour 4 minutes 5 seconds

Greatest Hits Archives - Software Engineering Daily
Netlify with Mathias Biilmann Christensen
Cloud computing started to become popular in 2006 with the release of Amazon EC2, a system for deploying applications to virtual machines sitting on remote data center infrastructure . With cloud computing, application developers no longer needed to purchase expensive server hardware. Creating an application for the Internet became easier, cheaper, and simpler. As the
Show more...
6 years ago
55 minutes 21 seconds

Greatest Hits Archives - Software Engineering Daily
Uber’s Monitoring Platform with Rob Skillington
Uber manages the car rides for millions of people. The Uber system must remain operational 24/7, and the app involves financial transactions and the safety of passengers. Uber infrastructure runs across thousands of server instances and produce terabytes of monitoring data. The monitoring data is used to understand the health of the software systems as
Show more...
6 years ago
52 minutes 44 seconds

Greatest Hits Archives - Software Engineering Daily
Architects of Intelligence with Martin Ford
Artificial intelligence is reshaping every aspect of our lives, from transportation to agriculture to dating. Someday, we may even create a superintelligence–a computer system that is demonstrably smarter than humans. But there is widespread disagreement on how soon we could build a superintelligence. There is not even a broad consensus on how we can define
Show more...
6 years ago
57 minutes 11 seconds

Greatest Hits Archives - Software Engineering Daily
Notebooks at Netflix with Matthew Seal
Netflix has petabytes of data and thousands of workloads running across that data every day. These workloads generate movie recommendations for users, create dashboards for data analysts to study, and reshape data in ETL jobs, to make it more accessible across the organization. Over the last ten years, data engineering has become a key component
Show more...
6 years ago
57 minutes 28 seconds

Greatest Hits Archives - Software Engineering Daily
Zeit: Serverless Cloud with Guillermo Rauch
Serverless computing is a technique for deploying applications without an addressable server. A serverless application is running on servers, but the developer does not have access to the server in the traditional sense. The developer is not dealing with IP addresses and configuring instances of their different services to be able to scale. Just as
Show more...
6 years ago
1 hour 3 minutes 29 seconds

Greatest Hits Archives - Software Engineering Daily
Multicloud with Ben Hindman
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. Developers who are deploying to a cloud provider tend to stay within that specific cloud provider, because moving between different clouds and
Show more...
6 years ago
1 hour 6 minutes 7 seconds

Greatest Hits Archives - Software Engineering Daily
Stateful Kubernetes with Saad Ali
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 infrastructure is one reason why storage is often separated from application logic. A developer can launch multiple instances of their application, with
Show more...
6 years ago
54 minutes 18 seconds

Greatest Hits Archives - Software Engineering Daily
Computer Architecture with Dave Patterson
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 justification for a large instruction set was that it would give a programmer more freedom to express the logic of their programs. Many
Show more...
6 years ago
51 minutes 15 seconds

Greatest Hits Archives - Software Engineering Daily
Scaling Lyft with Matt Klein
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 infrastructure in the chaotic days before Twitter’s IPO. Today he works at Lyft, building systems to allow for ride sharing infrastructure to
Show more...
6 years ago
51 minutes 16 seconds

Greatest Hits Archives - Software Engineering Daily
Diffbot: Knowledge Graph API with Mike Tung
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 those links. That link brings up a web page, which is a set of unstructured data. Humans
Show more...
6 years ago
50 minutes 14 seconds

Greatest Hits Archives - Software Engineering Daily
Popular episodes of Software Engineering Daily