Software Engineering Daily

Software Engineering Daily


Latest Episodes

ParlAI: Facebook Dialogue Platform with Stephen Roller
August 20, 2020

Chatbots are useful for developing well-defined applications such as first-contact customer support, sales, and troubleshooting. But the potential for chatbots is so much greater. Over the last five years, there have been numerous platforms that have a...

SuperAnnotate: Image Annotation Platform with Vahan and Tigran Petrosyan
August 19, 2020

Image annotation is necessary for building supervised learning models for computer vision. An image annotation platform streamlines the annotation of these images. Well-known annotation platforms include Scale AI, Amazon Mechanical Turk,

Metabase: Business Intelligence Open Source with Sameer Al-Sakran
August 18, 2020

Business intelligence tooling allows analysts to see large quantities of data presented to them in a flexible interface including charts, graphs, and other visualizations. BI tools have been around for decades,

Gitlab Courseware as Code with Ben Allison
August 17, 2020

The US Army Cyber School is a training program which trains cyber soldiers and leaders to be adept in cyber military strategy and tactics. In order to teach these skills, the cyber school uses a system they call “courseware as code”,

Security Monitoring with Marc Tremsal
July 31, 2020

Logs are the source of truth. If a company is sufficiently instrumented, the logging data that streams off of the internal infrastructure can be refined to tell a comprehensive story for what is changing across that infrastructure in real time.

DEV and Forem with Ben Halpern
July 30, 2020

Dev.to has become one of the most popular places for developers to write about engineering, programming languages, and everyday life. For those who have not seen it, DEV is like a cross between Twitter and Medium, but targeted at developers.

Drug Simulations with Bryan Vicknair and Jason Walsh
July 29, 2020

Drug trials can lead to new therapeutics and preventative medications being discovered and placed on the market. Unfortunately, these drug trials typically require animal testing. This means animals are killed or harmed as a result of needing to verify...

Access Control Management with Fouad Matin and Dan Gillespie
July 28, 2020

Across a company, there is a wide range of resources that employees need access to. Documents, S3 buckets, git repositories, and many others. As access to resources changes across the organization, a history of the changes to permissions can be useful ...

Acquired Podcasting with David Rosenthal and Ben Gilbert
July 27, 2020

Acquisitions are part of the technology industry. A successful corporation will often have an “exit”, either going public or becoming acquired. And with each of these corporations, there is a set of stories that narrate the company from beginning to en...

Ray Applications with Richard Liaw
July 24, 2020

Ray is a general purpose distributed computing framework. At a low level, Ray provides fault-tolerant primitives that support applications running across multiple processors. At a higher level, Ray supports scalable reinforcement learning,