Open Source Archives - Software Engineering Daily
Open Source Archives - Software Engineering Daily
Technical interviews about software topics.
Author
Open Source Archives - Software Engineering Daily
Category
Podcast website
Latest episode
Feb 8, 2024
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Facebook React with Dan Abramov 16.05.2019 48:25
React is a set of open source tools for building user interfaces. React was open sourced by Facebook, and includes libraries for creating interfaces on the web (ReactJS) and on mobile devices (React Native). React was released during a time when there was not a dominant frontend JavaScript library. Backbone, Angular, and other JavaScript frameworks The post Facebook React with Dan Abramov appeared...
Facebook OSS License Policy with Joel Marcey, Michael Cheng, and Kathy Kam 18.04.2019 42:15
RECENT UPDATES: Podsheets is our open source set of tools for managing podcasts and podcast businesses New version of Software Daily, our app and ad-free subscription service Software Daily is looking for help with Android engineering, QA, machine learning, and more FindCollabs Hackathon has ended–winners will probably be announced by the time this episode airs; The post Facebook OSS License...
Apache Superset with Maxime Beauchemin 22.03.2019 59:21
Upcoming events: A Conversation with Haseeb Qureshi at Cloudflare on April 3, 2019 FindCollabs Hackathon at App Academy on April 6, 2019 Data engineering touches every area of an organization. Engineers need a data platform to build search indexes and microservices. Data scientists need data pipelines to build machine learning models. Business analysts need flexible The post Apache Superset with M...
OSS Businesses with Mike Volpi 18.03.2019 1:04:43
Upcoming events: A Conversation with Haseeb Qureshi at Cloudflare on April 3, 2019 FindCollabs Hackathon at App Academy on April 6, 2019 Red Hat was the first commercial open source software company. For years, investors and entrepreneurs assumed there would never be another Red Hat. Red Hat’s business was built around enterprise operating system distribution The post OSS Businesses with Mike Volp...
GitLab with Sid Sijbrandij 15.03.2019 59:21
GitLab is an open source platform for software development. GitLab started with the ability to manage git repositories and now has functionality for collaboration, issue tracking, continuous integration, logging, and tracing. GitLab’s core business is selling to enterprises who want a self-hosted git installation, such as banks or other companies who prefer not to use The post GitLab with Sid Sijb...
Linux Kernel Development with Shuah Khan 14.03.2019 1:01:12
An operating system kernel manages the system resources that are needed to run applications. The Linux kernel runs most of the smart devices that we interact with, and is the largest open source project in history. Shuah Khan has worked on operating systems for two decades, including 13 years at HP and 5 years at The post Linux Kernel Development with Shuah Khan appeared first on Software Engineer...
Edge Computing Open Source with Arpit Joshipura 25.02.2019 51:54
Edge computing refers to computation involving drones, connected cars, smart factories, or IoT sensors. Any software deployment that is not a large centralized server installation could qualify as an edge device–even a smartphone. Today, much of our heavy computation takes place in the cloud–a set of remote data centers some distance away from our client The post Edge Computing Open So...
Kong API Platform with Marco Palladino 04.01.2019 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, security, routing, load balancing, and logging. API gateways have grown in popularity as applications have become more distributed, The post Kong API Platform with Marco Palladino appeare...
RapidAPI: API Marketplace with Iddo Gino 06.12.2018 53:29
Building software was simplified by cloud providers. With the cloud, it became much easier to deploy a server, spin up a database, and scale an application. Cloud providers like AWS gave developers access to these infrastructure primitives like storage and compute. On top of those primitives, numerous API companies have been built. An API company The post RapidAPI: API Marketplace with Iddo Gino a...
OSS Capital with Joseph Jacks 06.11.2018 56:22
Open source projects benefit from the network effects of a large audience of developers. A popular open source project will be contributed to and used by thousands of developers, who are continuously testing, deploying, and improving the software. The open source movement has created massive communities and a thriving, collaborative economy. Infrastructure software companies are The post OSS Capit...
Commons Clause with Kevin Wang 05.11.2018 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 open source project often leads to the creator of that open source software becoming wealthy. An open source The post Commons Clause with Kevin Wang appeared first on Software Engin...
Open Source Product Strategy with Shaun Connolly 18.10.2018 56:25
Linux has created much more value for Google than it has for Linus Torvalds. Ruby on Rails has created more value for Airbnb than it has for David Heinemeier Hansson. Successful open source projects create more value than their creators’ capture–and that’s one reason why collections of people on the Internet are often inspired to The post Open Source Product Strategy with Shaun Connoll...
DEV Community with Ben Halpern 17.09.2018 56:11
The DEV Community is a platform where developers share ideas, programming advice, and tools. Ben Halpern started it after running an extremely successful Twitter account creating humorous tweets for developers. One way to describe DEV Community is as a cross between Medium, Stack Overflow, and Reddit–but it has its own personality, so I recommend checking The post DEV Community with Ben Halp...
Ghost: Open Source Publishing Platform with John O’Nolan 26.07.2018 1:00:32
Blogging is more than 20 years old. Over that period of time, numerous publishing platforms have been created. Squarespace, Blogger, Medium, and Twitter are popular closed source platforms. WordPress has been the most popular open source blogging platform–and much of the Internet (including Software Engineering Daily) runs on WordPress. WordPress is a powerful platform. News The post Ghost:...
Flutter in Practice with Randal Schwartz 11.07.2018 55:11
Flutter allows developers to build cross-platform mobile apps. In our previous show about Flutter, Eric Seidel from Google described the goals of Flutter, why he founded the project, and how Flutter is built. In today’s show, Randal Schwartz talks about Flutter in more detail–including the developer experience of building Flutter apps and why he finds The post Flutter in Practice with Randal...
Flutter with Eric Seidel 09.07.2018 55:29
Flutter is a project from Google that is rebuilding user interface engineering from the ground up. Today, most engineering teams have dedicated engineering resources for web, iOS, and Android. These different platforms have their own design constraints, their own toolset, and their own programming languages. But each platform is merely building a user interface. Why The post Flutter with Eric Seid...
Chrome and Chromium with David Bokan 28.06.2018 50:42
Chromium is an open source browser that shares code with the Chrome browser from Google. A browser is a large piece of software, with engineering challenges around threading, rendering, resource management, and networking. To add to the complexity, Chrome runs on iOS, Android, MacOSX, Windows, and other platforms. Chrome OS is an operating system based The post Chrome and Chromium with David Bokan...
Babel with Henry Zhu 21.06.2018 1:00:27
Different browsers consume JavaScript in different ways. When a new version of JavaScript comes out, developers are eager to use the new functionality of that language version. But if you are writing frontend JavaScript code, that code needs to be interpretable by every browser that might consume it–whether the consumer is on an iPhone running The post Babel with Henry Zhu appeared first on...
Profilers with Julia Evans 05.06.2018 44:33
When software is performing suboptimally, the programmer can use a variety of tools to diagnose problems and improve the quality of the code. A profiler is a tool for examining where a program is spending time. Every program consists of a set of different functions. These functions call each other. The total amount of time The post Profilers with Julia Evans appeared first on Software Engineering...
Pulsar Messaging with Lewis Kaneshiro 17.05.2018 54:25
Message broker systems decouple the consumers and producers of a message channel. In previous shows, we have explored ZeroMQ, PubNub, Apache Kafka, and NATS. In this episode, we talk about another message broker: Apache Pulsar. Pulsar is an open source distributed pub-sub message system originally created at Yahoo. It was used to scale products with The post Pulsar Messaging with Lewis Kaneshiro a...
Vitess: Scaling MySQL with Sugu Sougoumarane 15.05.2018 53:22
YouTube runs a large MySQL database to hold the metadata about its videos. As YouTube scaled, the database was sharded, and applications within YouTube had to write queries that were aware of the sharding layout of that database. This is problematic because it pushes complexity to the application developer. An application developer shouldn’t have to The post Vitess: Scaling MySQL with Sugu Sougoum...
Mastodon: Federated Social Network with Eugen Rochko 12.04.2018 1:00:55
Social networks can make you feel connected to a global society. But those social networks are controlled by a corporate entity. The profit motivations of the corporation are not directly aligned with the experience of the users. Mastodon is an open source, decentralized social network. Eugen Rochko started building Mastodon in response to his dissatisfaction The post Mastodon: Federated Social Ne...
Gitcoin: Open Source Bounties with Kevin Owocki 03.04.2018 52:03
Most technology companies rely on open source software projects. But open source software projects are often maintained by a group of people that is not affiliated with any particular company. When an open source project develops too much technical debt, it can become a tragedy of the commons. Who is responsible for maintaining these open The post Gitcoin: Open Source Bounties with Kevin Owocki ap...
Software Engineering Daily App with Keith and Craig Holliday 08.09.2017 56:22
You have probably missed some of the best episodes of Software Engineering Daily. If you listen to just a few episodes a week, it can be difficult to identify the high quality shows. And if you are new to the podcast, you have no idea how to find episodes that might appeal to you. Software The post Software Engineering Daily App with Keith and Craig Holliday appeared first on Software Engineering...
Augmented Reality with Jesse Bounds and Siyu Song 21.08.2017 54:57
Augmented reality is coming at us fast. Every large tech company is rumored to be building an AR product. Microsoft HoloLens is already available to developers. Pokemon Go, the most popular augmented reality product today, was made by a company that was spun out of Google. But Apple seems to be ahead of everyone. Apple’s The post Augmented Reality with Jesse Bounds and Siyu Song appeared first on...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.