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
Ask host to enable sharing for playback control

Bonus Episode: How to Build a Self-Driving Car with Ian Williams

4/18/2024
Autonomous vehicle engineering is a huge challenge and requires the integration of many different technologies. A self-driving car needs data from multiple sensors, ML models to process that data, engineering to couple software and mechanical systems, and much more. Ian Williams is a Senior Staff Software Engineer at Cruise, and before that worked at Google, The post Bonus Episode: How to Build a Self-Driving Car with Ian Williams appeared first on Software Engineering Daily.

Duration:00:37:44

Ask host to enable sharing for playback control

Security Engineering with Ben Huber

4/18/2024
Ben Huber is a security engineer who has worked at companies including Crypto.com and Blackpanda. He joins the podcast to talk about his career, penetration or “pen” testing, attack vectors, security tools, and much more. Gregor Vand is a security-focused technologist, and is the founder and CTO of Mailpass. Previously, Gregor was a CTO across The post Security Engineering with Ben Huber appeared first on Software Engineering Daily.

Duration:00:53:13

Ask host to enable sharing for playback control

Startup Investing with George Mathew

4/17/2024
George Mathew is a Managing Director at Insight Partners where he invested in Weights & Biases, Jasper, and others. He has over 20 years of experience developing high-growth technology startups including most recently being CEO of Kespry. George joins the podcast to talk about his path to becoming an investor, his data-first thesis about investment, The post Startup Investing with George Mathew appeared first on Software Engineering Daily.

Duration:00:54:24

Ask host to enable sharing for playback control

Hookdeck and Building an Event Gateway with Alex Bouchard

4/16/2024
Event-driven architecture is a software design pattern where system components communicate through events that are generated by producers, and pushed to consumers. This design is often contrasted with a request-driven architecture, where components communicate with each other by sending requests and receiving responses. Hookdeck is an event gateway for receiving, processing, and delivering asynchronous messages. The post Hookdeck and Building an Event Gateway with Alex Bouchard appeared first on Software Engineering Daily.

Duration:00:47:01

Ask host to enable sharing for playback control

Authlete and Making OAuth Accessible with Justin Richer

4/11/2024
OAuth is an open standard for access delegation. It lets users grant websites or applications access to their information on other websites, but without giving away passwords. OpenID Connect is an identity layer on top of OAuth. Even if you haven’t programmed using OAuth and OpenID Connect, you’ve certainly used them for authentication on Google, The post Authlete and Making OAuth Accessible with Justin Richer appeared first on Software Engineering Daily.

Duration:01:00:48

Ask host to enable sharing for playback control

Netflix Engineering with Jay Phelps

4/10/2024
Today, you can access Netflix on virtually any device. For a Netflix user, this seamless experience can be easy to take for granted, but it requires an enormous engineering effort. Jay Phelps is a Senior Software Engineer at Netflix where he works on Shared Client Foundations. He joins the show to talk about the start The post Netflix Engineering with Jay Phelps appeared first on Software Engineering Daily.

Duration:01:02:05

Ask host to enable sharing for playback control

Data Applications on Snowflake with Daniel Myers

4/9/2024
Snowflake is one of the most prominent platforms for interacting with data and building data-intensive applications. Dan Myers works in Developer Relations at Snowflake and he joins the show to talk about the future of application development, and building native data apps on the platform. Sean’s been an academic, startup founder, and Googler. He has The post Data Applications on Snowflake with Daniel Myers appeared first on Software Engineering Daily.

Duration:00:39:58

Ask host to enable sharing for playback control

Bonus Episode: Optimizing Nintendo 64 Code with Kaze Emanuar

4/5/2024
Kaze Emanuar is a ROM hacker who’s famous for the array of mods he’s made for Super Mario 64. He’s implemented remarkable optimization to the decompiled game code, even pushing Super Mario 64 to run at 60 frames per second. Kaze joins the show to talk about his interest in Super Mario 64, ROM hacking, The post Bonus Episode: Optimizing Nintendo 64 Code with Kaze Emanuar appeared first on Software Engineering Daily.

Duration:00:15:32

Ask host to enable sharing for playback control

A Semantic Layer for Data with Artyom Keydunov

4/4/2024
Managing data and access to data is one of the biggest challenges that a company can face. It’s common for data to be siloed into independent sources that are difficult to access in a unified and integrated way. One approach to solving this problem is to build a layer on top of the heterogenous data The post A Semantic Layer for Data with Artyom Keydunov appeared first on Software Engineering Daily.

Duration:00:47:21

Ask host to enable sharing for playback control

Developing Blasphemous II with David Erosa and Dani Márquez

4/3/2024
Blasphemous and Blasphemous II are Metroidvania action-adventure games developed by the Spanish studio, The Game Kitchen. The games have a stunning, distinctive pixel art style and atmospheric world which is inspired by Spanish folklore and religious themes. They are known for their challenging combat and intricate level design. David Erosa is the Lead Producer and The post Developing Blasphemous II with David Erosa and Dani Márquez appeared first on Software Engineering Daily.

Duration:00:51:40

Ask host to enable sharing for playback control

Building the PyCharm IDE at JetBrains with Paul Everitt

4/2/2024
Python is famed for it’s intuitive syntax, powerful standard library, and rich ecosystem of packages and frameworks. It’s also dynamically typed which is part of what makes the language so accessible. Paul Everitt is the Python and Web Developer Advocate at JetBrains. He joins the show to talk about developing the PyCharm IDE, the challenge The post Building the PyCharm IDE at JetBrains with Paul Everitt appeared first on Software Engineering Daily.

Duration:00:46:49

Ask host to enable sharing for playback control

Tonic and Synthetic Data with Andrew Colombi and Adam Kamor

3/28/2024
All robust technology platforms require testing to ensure that features work as intended. In many cases, tests require data, but getting access to valid and high quality test data is a common challenge, especially when the technology runs on sensitive data. Realistically mimicking data that would normally contain sensitive financial or personal information is not The post Tonic and Synthetic Data with Andrew Colombi and Adam Kamor appeared first on Software Engineering Daily.

Duration:00:55:35

Ask host to enable sharing for playback control

Netlify and Edge Computing with Erica Pisani

3/27/2024
Netlify is a popular hosting platform that provides build, deploy, and serverless backend services for web apps. The platform enables deployment directly from source files stored in a version control system like GitHub. Erica Pisani is a Senior Software Engineer at Netlify. She joins the show to talk about how she got started at Netlify, The post Netlify and Edge Computing with Erica Pisani appeared first on Software Engineering Daily.

Duration:00:42:16

Ask host to enable sharing for playback control

C# Compiler and Language Design at Microsoft with Jared Parsons

3/26/2024
Language and compiler design are fundamental aspects of computer science. High-level languages are how most developers interact with computers, so it’s hard to overstate the significance of compiler engineering or the aesthetics of language syntax. C# is a general-purpose high-level language that was created by Anders Hejlsberg at Microsoft in 2000, and was open-sourced in The post C# Compiler and Language Design at Microsoft with Jared Parsons appeared first on Software Engineering Daily.

Duration:00:54:19

Ask host to enable sharing for playback control

Biotech Special: Life Science Data Analysis with Nicholas Larus-Stone

3/25/2024
Sphinx Bio develops computational tools to accelerate scientific discovery. The company is focused on addressing the computational data analysis bottleneck by enabling scientists to do the analysis themselves. Nicholas Larus-Stone is the founder of Sphinx. He joins the show to talk about being a computer scientist at the interface with biology, the data analysis bottleneck The post Biotech Special: Life Science Data Analysis with Nicholas Larus-Stone appeared first on Software Engineering Daily.

Duration:00:42:08

Ask host to enable sharing for playback control

VMware’s Spring AI with Ryan Morgan and Mark Pollack

3/21/2024
Java is one of the top programming languages used today and Java code is ubiquitous. A key factor to the overall success of Java is the Spring framework, which is the most common framework for Java development. Spring is an open-source comprehensive application framework on top of the Java Virtual Machine that provides a consistent The post VMware’s Spring AI with Ryan Morgan and Mark Pollack appeared first on Software Engineering Daily.

Duration:00:45:02

Ask host to enable sharing for playback control

Going Open Source at Convex with James Cowling

3/20/2024
Convex is a serverless backend platform to simplify fullstack application development. Its underlying database is written in Rust, and it uses TypeScript to integrate with reactive UI frameworks. The platform is growing, which has presented new reasons to make the code open source, and Convex recently released the source code for a self-managed version of The post Going Open Source at Convex with James Cowling appeared first on Software Engineering Daily.

Duration:00:45:18

Ask host to enable sharing for playback control

Biotech Special: Computational Drug Discovery with Patrick Finneran

3/19/2024
Proteins are nanomachines inside cells and perform the incredible array of tasks required for cells to function. They are composed of a chain of hundreds to thousands of amino acid “building blocks”. Peptides are similar to proteins, but have only about 3 to 30 amino acids. Their smaller size gives them distinct properties that are The post Biotech Special: Computational Drug Discovery with Patrick Finneran appeared first on Software Engineering Daily.

Duration:00:43:22

Ask host to enable sharing for playback control

Design at GitHub Copilot with Adrián Mato Gondelle

3/14/2024
GitHub Copilot is an AI tool to assist software developers by autocompleting code. It is no understatement to say it has already transformed how developers write code. Adrián Mato Gondelle leads the Design team for GitHub Copilot. In this episode, recorded in 2023, Adrián joined the podcast to talk about his work. Jordi Mon Companys The post Design at GitHub Copilot with Adrián Mato Gondelle appeared first on Software Engineering Daily.

Duration:00:53:53

Ask host to enable sharing for playback control

Biometric Authentication with Vincent Delitz

3/13/2024
Corbado is an authentication platform that provides APIs for developers to replace passwords with passkeys such as Face ID or Touch ID. Vincent Delitz is a Co-Founder at Corbado and he joins the show to talk about the platform, the changing authentication landscape, the challenge of session management with passkeys, and more. Gregor Vand is The post Biometric Authentication with Vincent Delitz appeared first on Software Engineering Daily.

Duration:00:41:25