Software Engineering Daily-logo

Software Engineering Daily

Business

Technical interviews about software topics.

Location:

United States

Description:

Technical interviews about software topics.

Language:

English

Contact:

5122170273


Episodes

Tracking Drug Smugglers and Migrating Databases with Benny Keinan and Lior Resisi

12/7/2023
Maritime logistics is the process organizing the movement of goods across the ocean. Historically, this has been a challenging problem because of the multinational nature of shipping, as well as piracy, smuggling, and legacy technology. It’s also profoundly important for security reasons, and because 90% of what we buy travels over the oceans. Ocean vessels The post Tracking Drug Smugglers and Migrating Databases with Benny Keinan and Lior Resisi appeared first on Software Engineering Daily.

Duration:00:50:40

Software Supply Chain Security with Michael Lieberman

12/6/2023
One of the most famous software exploits in recent years was the SolarWinds attack in 2020. In this attack, Russian hackers inserted malicious code into the SolarWinds Orion system, allowing them to infiltrate the systems of numerous corporations and government agencies, including the U.S. executive branch, military, and intelligence services. This was an example of The post Software Supply Chain Security with Michael Lieberman appeared first on Software Engineering Daily.

Duration:00:43:06

Hugging Face with Sayak Paul

12/5/2023
Hugging Face was founded in 2016 and has grown to become one of the most prominent ML platforms. It’s commonly used to develop and disseminate state-of-the-art ML models and is a central hub for researchers and developers. Sayak Paul is a Machine Learning Engineer at Hugging Face and a Google Developer Expert. He joins the The post Hugging Face with Sayak Paul appeared first on Software Engineering Daily.

Duration:00:46:54

KubeCon Special: Docker with Justin Cormack

12/4/2023
This episode of Software Engineering Daily is part of our on-site coverage of KubeCon 2023, which took place from November 6th through 9th in Chicago. In today’s interview, host Jordi Mon Companys speaks with Justin Cormack who is the CTO at Docker. Jordi Mon Companys is a product manager and marketer that specializes in software The post KubeCon Special: Docker with Justin Cormack appeared first on Software Engineering Daily.

Duration:00:45:02

KubeCon Special: Sigstore with Santiago Torres-Arias

12/3/2023
This episode of Software Engineering Daily is part of our on-site coverage of KubeCon 2023, which took place from November 6th through 9th in Chicago. In today’s interview, host Jordi Mon Companys speaks with Santiago Torres-Arias who is a contributor to Sigstore, which is a system to register software supply chain actors using federated identity The post KubeCon Special: Sigstore with Santiago Torres-Arias appeared first on Software Engineering Daily.

Duration:00:42:15

KubeCon Special: Acorn with Darren Shepherd

12/2/2023
This episode of Software Engineering Daily is part of our on-site coverage of KubeCon 2023, which took place from November 6th through 9th in Chicago. In today’s interview, host Jordi Mon Companys speaks with Darren Shepherd who is the Chief Architect and Co-Founder at Acorn Labs. Jordi Mon Companys is a product manager and The post KubeCon Special: Acorn with Darren Shepherd appeared first on Software Engineering Daily.

Duration:00:34:11

KubeCon Special: GitLab’s AI Vision with David DeSanto

12/1/2023
This episode of Software Engineering Daily is part of our on-site coverage of KubeCon 2023, which took place from November 6th through 9th in Chicago. In today’s interview, host Jordi Mon Companys speaks with David DeSanto who is the Chief Product Officer at GitLab. Jordi Mon Companys is a product manager and marketer that specializes The post KubeCon Special: GitLab’s AI Vision with David DeSanto appeared first on Software Engineering Daily.

Duration:00:39:07

Software Architecture with Josh Prismon

11/30/2023
Josh Prismon is a veteran software architect, having worked at FICO for 17 years before shifting to Index Exchange in 2022. In this episode, Josh joins the podcast to speak with host Lee Atchison, who also has deep experience in software architecture from his time at Amazon, New Relic, and other companies. Josh and Lee The post Software Architecture with Josh Prismon appeared first on Software Engineering Daily.

Duration:00:41:50

The Right to Be Forgotten with Gal Ringel

11/29/2023
Data breaches at major companies are so now common that they hardly make the news. The Wikipedia page on data breaches lists over 350 between 2004 and 2023. The Equifax breach in 2017 was especially notable because over 160 million records were leaked, and much of the data was acquired by Equifax without individuals’ knowledge The post The Right to Be Forgotten with Gal Ringel appeared first on Software Engineering Daily.

Duration:00:47:45

Sofascore with Josip Stuhli

11/28/2023
If you’re a sports fan and like to track sports statistics and results, you’ve probably heard of Sofascore. The website started in 2010 and ran on a modest single server. It now has 25 million monthly active users, covers 20 different sports, 11,000 leagues and tournaments, and is available in over 30 languages. Josip The post Sofascore with Josip Stuhli appeared first on Software Engineering Daily.

Duration:00:49:48

Daytona with Ivan Burazin

11/23/2023
Cloud-based software development platforms such as GitHub Codespaces continue to grow in popularity. These platforms are attractive to enterprise organizations because they can be managed centrally with security controls. However, many, if not most, developers prefer a local IDE. Daytona is aiming to bridge that gap. It’s a layer between a local IDE and a The post Daytona with Ivan Burazin appeared first on Software Engineering Daily.

Duration:00:46:52

GraphAware with Luanne Misquitta

11/22/2023
Knowledge graphs are an intuitive way to define relationships between objects, events, situations, and concepts. Their ability to encode this information makes them an attractive database paradigm. Hume is a graph-based analysis solution developed by GraphAware. It represents data as a network of interconnected entities and provides analysis capabilities to extract insights from the data. The post GraphAware with Luanne Misquitta appeared first on Software Engineering Daily.

Duration:00:56:38

Shopify with Mike Shaver

11/21/2023
Shopify is an e-commerce platform focused on enabling small businesses to sell online. The company was founded in 2006 and since then has become a core technology of online business infrastructure. Mike Shaver is a Distinguished Engineer at Shopify and previously worked at Facebook, Mozilla, Oracle and others. At Shopify he works on the core The post Shopify with Mike Shaver appeared first on Software Engineering Daily.

Duration:01:03:51

Building a State Machine Backend with Adam Berger

11/16/2023
When Adam Berger was at Uber, his team was responsible for ensuring that Uber Eats merchants correctly receive and fulfill orders. This required them to think hard about engineering workflows and state management systems. Six years of experience at Uber motivated Adam to create State Backed, which is an open-source backend system written in Typescript. The post Building a State Machine Backend with Adam Berger appeared first on Software Engineering Daily.

Duration:00:46:23

Figma Dev Mode with Marcel Weekes

11/15/2023
One of the key challenges that teams encounter is how to smoothly collaborate on converting a design into code. For example, if a designer designs a web component, how can it be most efficiently implemented by a developer? What happens if the designer needs to adjust the design and communicate this change to the developer? The post Figma Dev Mode with Marcel Weekes appeared first on Software Engineering Daily.

Duration:00:55:24

The Astro Framework with James Quick

11/14/2023
Frontend web frameworks are software toolkits that handle many of the low-level and repetitive aspects of building a website. These frameworks have made it easier than ever to build a modern website. The open-source Astro framework was created in 2021 for the purpose of creating simple static sites that load quickly. A key factor to The post The Astro Framework with James Quick appeared first on Software Engineering Daily.

Duration:00:44:51

Chronosphere with Martin Mao

11/9/2023
Observability software helps teams to actively monitor and debug their systems, and these tools are increasingly vital in DevOps. However, it’s not uncommon for the volume of observability data to exceed the amount of actual business data. This creates two challenges – how to analyze the large stream of observability data, and how to keep The post Chronosphere with Martin Mao appeared first on Software Engineering Daily.

Duration:00:48:08

Open Source Contributing with Brian Douglas

11/8/2023
The open source coding philosophy has enormous appeal to many software engineers, and with good reason. Open source libraries, applications, and operating systems are now essential to the overall technology ecosystem. And the number of open source projects is only increasing. But many developers don’t know how to get involved in open source. Or, they The post Open Source Contributing with Brian Douglas appeared first on Software Engineering Daily.

Duration:00:46:47

Temporal with Max Fateev

11/7/2023
There are countless real world scenarios where a workflow or process has multiple steps, and some steps must be completed before others can be started. Think of something as simple as cooking dinner. First you look up a recipe, then you write down the ingredients you need, you go shopping, and then you cook. These The post Temporal with Max Fateev appeared first on Software Engineering Daily.

Duration:00:38:51

Speechlab and Realtime Translation with Ivan Galea

11/2/2023
Speech technology has been around for a long time, but in the last 12 months it’s undergone a quantum leap. New speech synthesis models are able to produce speech that’s often indistinguishable from real speech. I’m sure many listeners have heard deep fakes where computer speech perfectly mimics the voice of famous actors or public The post Speechlab and Realtime Translation with Ivan Galea appeared first on Software Engineering Daily.

Duration:00:41:20