Argo and Kubernetes with Michael Crenshaw and Zach Aller
Argo is an open-source suite of tools to enhance continuous delivery and workflow orchestration in Kubernetes environments. The project had its start at Applatix and was accepted to the Cloud Native Computing Foundation in 2020. Michael Crenshaw and Zach Aller are both lead maintainers for Argo. They join the show with Lee Atchison to talk
The post Argo and Kubernetes with Michael Crenshaw and Zach Aller appeared first on Software Engineering Daily.
10/24/2024 • 45 minutes, 7 seconds
Rust and C++ with Steve Klabnik and Herb Sutter
In software engineering, C++ is often used in areas where low-level system access and high-performance are critical, such as operating systems, game engines, and embedded systems. Its long-standing presence and compatibility with legacy code make it a go-to language for maintaining and extending older projects. Rust, while newer, is gaining traction in roles that demand
The post Rust and C++ with Steve Klabnik and Herb Sutter appeared first on Software Engineering Daily.
10/23/2024 • 1 hour, 1 minute, 47 seconds
Engineering an Open Source CRISPR with Aadyot Bhatnagar
CRISPR is a powerful tool in biotechnology that allows scientists to precisely edit genes, much like editing lines of code in a computer program. Just as developers can remove or alter specific parts of a code to fix bugs or enhance functionality, CRISPR enables researchers to modify DNA to correct genetic disorders, improve crops, or
The post Engineering an Open Source CRISPR with Aadyot Bhatnagar appeared first on Software Engineering Daily.
10/22/2024 • 32 minutes, 57 seconds
SoundCloud’s Platform Architecture with Matthew Drooker
SoundCloud is an online platform and music streaming service where users can upload, promote, and share their music or audio creations. It was founded in 2007 and is known for its community-driven approach, allowing artists to interact directly with their fans and receive real-time feedback on their work. Matthew Drooker is the Chief Technology Officer
The post SoundCloud’s Platform Architecture with Matthew Drooker appeared first on Software Engineering Daily.
10/17/2024 • 38 minutes
The End of GraphQL with Matt Bessey
GraphQL is an open-source query language for APIs and a runtime for executing those queries. It was developed by Facebook to address the problem of over-fetching or under-fetching data, which is a common issue with traditional REST APIs. Matt Bessey is a Principal Engineer and Software Architect. Earlier this year Matt wrote a blog post
The post The End of GraphQL with Matt Bessey appeared first on Software Engineering Daily.
10/16/2024 • 45 minutes, 18 seconds
Linux on Apple Silicon with Alyssa Rosenzweig
Asahi Linux is a project that aims to port Linux to Apple Silicon chips, which use a custom ARM-based architecture. The project is fundamentally important given the popularity of Apple Silicon Macs, and it’s also a heroic effort because Apple Silicon is an entirely undocumented platform. Alyssa Rosenzweig is a well-known computer scientist who describes
The post Linux on Apple Silicon with Alyssa Rosenzweig appeared first on Software Engineering Daily.
10/15/2024 • 35 minutes, 24 seconds
DOOM on Super Nintendo with Randy Linden
DOOM is a pioneering first-person shooter that needs no introduction. The game was released in 1993 for DOS and was an instant success. This led to ports of the game to other major platforms including Windows, PlayStation, and Sega Saturn. One of the most remarkable ports was to the Super Nintendo, with development being led
The post DOOM on Super Nintendo with Randy Linden appeared first on Software Engineering Daily.
10/10/2024 • 49 minutes, 56 seconds
Identity and Access Management with Julianna Lamb
Authentication is a key requirement for any B2B software application, especially if software vendors are selling to enterprise clients who are likely to have strict authentication requirements for the vendors they use. However, building authentication for a B2B application is typically complex and resource-intensive due to the data models required, the provisioning and managing accounts,
The post Identity and Access Management with Julianna Lamb appeared first on Software Engineering Daily.
10/9/2024 • 51 minutes, 13 seconds
Building Secure Payments Infrastructure with Jack Gibson
J. P. Morgan Payments is one of the leaders in payments processing with a staggering $10 trillion in payments handled daily. The company recently released its Payments Developer Portal, or PDP, which serves as a gateway for developers to build and test payment APIs, and accept, manage, and send payments on their own platforms. Developing
The post Building Secure Payments Infrastructure with Jack Gibson appeared first on Software Engineering Daily.
10/8/2024 • 43 minutes, 44 seconds
MongoDB Vector Search with Ben Flast
MongoDB Atlas is a managed NoSQL database that uses JSON-like documents with optional schemas. The platform recently released new vector search capabilities to facilitate building AI capabilities. Ben Flast is the Director of Product Management at MongoDB. He joins the show to talk about the company’s developments with vector search. This episode is hosted by
The post MongoDB Vector Search with Ben Flast appeared first on Software Engineering Daily.
10/3/2024 • 41 minutes, 54 seconds
N64 Recompiled with Darío and Wiseguy
Darío and Wiseguy are Nintendo 64 hackers and modders. They are the creators of multiple projects, including RT64 which is an N64 graphics renderer for enhancing games in emulators and native ports. This year, they released N64: Recompiled, which is a tool to statically recompile N64 binaries into C code that can be compiled for
The post N64 Recompiled with Darío and Wiseguy appeared first on Software Engineering Daily.
10/2/2024 • 1 hour, 1 minute, 50 seconds
The 2024 Stack Overflow Developer Survey with Erin Yepis and Ryan Polk
The Stack Overflow Developer Survey is an annual survey conducted by Stack Overflow that gathers comprehensive insights from developers around the world. It offers a valuable snapshot of the global developer community, covering a wide range of topics such as preferred programming languages, tools, and technologies. Erin Yepis is a Senior Analyst and Ryan Polk
The post The 2024 Stack Overflow Developer Survey with Erin Yepis and Ryan Polk appeared first on Software Engineering Daily.
10/1/2024 • 40 minutes, 56 seconds
Container Security with Matt Moore
Software supply chain attacks exploit interdependencies within software ecosystems. Security in the supply chain is a growing issue, and is particularly important for companies that rely on large numbers of open source dependencies. Chainguard was founded in 2021 and offers tools and secure container images to improve the security of the software supply chain. Matt
The post Container Security with Matt Moore appeared first on Software Engineering Daily.
9/26/2024 • 58 minutes, 18 seconds
Google Maps Javascript API with Matt Toon
The Google Maps Platform JavaScript API is a fundamental web technology that’s used to build dynamic and interactive map features in web apps. Matt Toon is a Solutions Engineering Manager for the Google Maps Platform. He joins the podcast with Josh Goldberg to talk about his background working with geospatial data, the development of Google
The post Google Maps Javascript API with Matt Toon appeared first on Software Engineering Daily.
9/25/2024 • 42 minutes, 13 seconds
AI Pipelines with Maxime Armstrong and Yuhan Luo
LLMs are becoming more mature and accessible, and many teams are now integrating them into common business practices such as technical support bots, online real-time help, and other knowledge-base-related tasks. However, the high cost of maintaining AI teams and operating AI pipelines is becoming apparent. Maxime Armstrong and Yuhan Luo are Software Engineers at Dagster,
The post AI Pipelines with Maxime Armstrong and Yuhan Luo appeared first on Software Engineering Daily.
9/24/2024 • 44 minutes, 4 seconds
Data Management at Capital One with Jim Lebonitte
Data is at the center of many business decisions and advances today, including AI-driven capabilities. This requires companies to have well-governed data that is easy for users to find, use and understand. In moving to the cloud, Capital One modernized its data ecosystem and adopted a “You Build, Your Data” model to equip its data
The post Data Management at Capital One with Jim Lebonitte appeared first on Software Engineering Daily.
9/19/2024 • 28 minutes, 59 seconds
Creating ESLint with Nicholas Zakas
ESLint is a static code analysis tool for identifying and fixing problems in JavaScript code. It helps developers maintain code quality and consistency by enforcing coding standards and detecting issues such as syntax errors, stylistic problems, and bugs. Nicholas Zakas is the creator of ESLint. He joins the show to talk about working at Yahoo
The post Creating ESLint with Nicholas Zakas appeared first on Software Engineering Daily.
9/18/2024 • 45 minutes, 57 seconds
Humane with George Kedenburg III and Josh Dickens
The Humane pin is a multi-modal wearable device designed by Humane Inc., a startup co-founded by former Apple employees Imran Chaudhri and Bethany Bongiorno. This wearable is part of a broader vision to create more seamless and integrated interactions between humans and technology, moving away from traditional screens. George Kedenburg III is a Software Designer
The post Humane with George Kedenburg III and Josh Dickens appeared first on Software Engineering Daily.
9/17/2024 • 48 minutes, 30 seconds
Building a Fast Financial Transactions Database with Joran Greef
Online transaction processing, or OLTP, is designed for managing high volumes of short, fast, and concurrent transactions, such as data entry and retrieval operations. OLTP systems solve the problem of efficiently handling numerous simultaneous transactions, making them essential for sectors like banking and retail. Joran Greef is the Founder and CEO of TigerBeetle, which is
The post Building a Fast Financial Transactions Database with Joran Greef appeared first on Software Engineering Daily.
9/12/2024 • 59 minutes, 18 seconds
Firefox Software Architecture with Brian Grinstead
Mozilla Firefox is an open-source web browser developed by the Mozilla Foundation. Since its first major release in 2004, it has stood out on the browser landscape for its emphasis on privacy, security, and customization. Brian Grinstead is a Senior Principal Engineer at Mozilla. He joins the podcast with Kevin Ball to talk about the
The post Firefox Software Architecture with Brian Grinstead appeared first on Software Engineering Daily.
9/11/2024 • 50 minutes, 28 seconds
AI Data Analytics at Google with Gerrit Kazmaier
Google needs no introduction, and is renowned for its data and analytics capabilities. Gerrit Kazmaier is the VP and GM for Database, Data Analytics and Looker at Google. He has a long history in the space, and in this episode he speaks with Sean Falconer about data and analytics in the AI era. Sean’s been
The post AI Data Analytics at Google with Gerrit Kazmaier appeared first on Software Engineering Daily.
9/10/2024 • 49 minutes, 5 seconds
Building a Collaborative DevOps Platform with Adam Jacob
DevOps is a powerful model for managing the building and operational aspects of modern applications. Most developers are now familiar with DevOps, and the adoption of DevOps practices is widespread and growing. Adam Jacob was the original author of Chef, a popular early DevOps tool. He’s now the CEO of System Initiative, which develops an
The post Building a Collaborative DevOps Platform with Adam Jacob appeared first on Software Engineering Daily.
9/5/2024 • 53 minutes, 14 seconds
React 18 at The New York Times with Ilya Gurevich
React is an open-source front-end JavaScript library maintained by Meta. It was first released in 2013 and is now the most popular web framework. Ilya Gurevich is a Senior Software Engineer at The New York Times. Last winter, his team set out to implement React 18 for The Times’ flagship core news site. Ilya recently
The post React 18 at The New York Times with Ilya Gurevich appeared first on Software Engineering Daily.
9/4/2024 • 50 minutes, 24 seconds
Lekko and Dynamic Configuration with Konrad Niemiec
Feature flagging tools have grown in popularity as a way to decouple releases and deployment, but they can introduce their own long-term problems and tech debt. Lekko is a startup democratizing the practice of dynamic configuration. Their motivating idea is to empower engineers to focus on software releases, and business teams and other stakeholders to
The post Lekko and Dynamic Configuration with Konrad Niemiec appeared first on Software Engineering Daily.
9/3/2024 • 41 minutes, 8 seconds
Crafting a Stop Motion Video Game with Onat Hekimoglu
Harold Halibut is a 2024 narrative adventure video game developed by German developer Slow Bros. The game has a distinct look owing to its use of stop motion animation with 3D scans of physical sets and puppets. Onat Hekimoglu worked on Harold Halibut as the Director, Game Designer, Composer, and Person of Many Hats. He
The post Crafting a Stop Motion Video Game with Onat Hekimoglu appeared first on Software Engineering Daily.
8/29/2024 • 0
Why Stack Overflow Uses Svelte with Giamir Buoncristiani
Stack Overflow is a legendary question-and-answer site for programmers, and is likely well known to most SEDaily listeners. Svelte is an open-source front-end framework that was released in 2016 and continues to grow rapidly in popularity. Giamir Buoncristiani is a Staff Software Engineer at Stack Overflow. He is also the tech lead for the Stacks
The post Why Stack Overflow Uses Svelte with Giamir Buoncristiani appeared first on Software Engineering Daily.
8/28/2024 • 45 minutes, 7 seconds
How Google Sheets Uses WasmGC with Michael Thomas and Thomas Steiner
The Google Sheets calculation engine was originally written in Java and launched in 2006. In the early days of the product, all calculation happened on the server. However, starting in 2013 the engine has run in the browser using JavaScript. Google Sheets is now one of the first products at Google to use WebAssembly Garbage
The post How Google Sheets Uses WasmGC with Michael Thomas and Thomas Steiner appeared first on Software Engineering Daily.
8/27/2024 • 0
Containers at the Edge with David Aronchick
Large datasets require large computational resources to process that data. More frequently, where you process that data geographically can be just as important as how you process it. Expanso provides job execution infrastructure that runs jobs where data resides, to help reduce latency and improve security and data governance. David Aronchick is the CEO of
The post Containers at the Edge with David Aronchick appeared first on Software Engineering Daily.
8/22/2024 • 0
Evolving JavaScript with Douglas Crockford
Douglas Crockford is an American computer programmer who is involved in the development of the JavaScript language. He specified the JSON data format, and has developed various JavaScript related tools such as the static code analyzer JSLint. Crockford is also a game developer and worked at Atari. Douglas joins the podcast to talk about his
The post Evolving JavaScript with Douglas Crockford appeared first on Software Engineering Daily.
8/21/2024 • 0
Developer Productivity with Damien Filiatrault
Damien Filiatrault is the founder and CEO of Scalable Path, a software staffing agency that matches companies and startups with vetted, remote software developers. The company was founded in 2010, and since then has worked on hundreds of client projects and has built a freelance network with 35,000 remote developers in 177 countries. Damien joins
The post Developer Productivity with Damien Filiatrault appeared first on Software Engineering Daily.
8/20/2024 • 0
GemFire with Ivan Novick
Tanzu GemFire is a distributed, in-memory, key-value store that performs read and write operations at fast speeds. It offers highly available parallel message queues, continuous availability, and a scalable event-driven architecture. It was developed to have sub-millisecond response times and accordingly found early application in automated trading environments on Wall Street. Ivan Novick is the
The post GemFire with Ivan Novick appeared first on Software Engineering Daily.
8/15/2024 • 0
Modern Frontend Engineering with Stefan Li
In 2022, Stefan Li and Stew Fortier envisioned a document editor with language model features built in. They founded Type.ai, received backing from Y Combinator, and have since been at the frontier of building a next-generation document editor. However, to ensure a robust and performant frontend, Type.ai needed to take advantage of many modern browser
The post Modern Frontend Engineering with Stefan Li appeared first on Software Engineering Daily.
8/14/2024 • 0
AI Research at Capital One with Bayan Bruss
A major challenge in applied AI is out-of-distribution detection, or OOD, which is the task of detecting instances that do not belong to the distribution the classifier has been trained on. OOD data is often referred to as “unseen” data, as the model has not encountered it during training. Bayan Bruss is the VP of
The post AI Research at Capital One with Bayan Bruss appeared first on Software Engineering Daily.
8/13/2024 • 0
DuckDB with Hannes Mühleisen
DuckDB is an open-source column-oriented relational database that was first released in 2019. It’s designed to provide high performance on complex queries against large databases, and focuses on online analytical processing workloads. Hannes Mühleisen is the Co-Creator of DuckBD, and is the CEO and Co-Founder of DuckDB Labs. He joins the show to talk about
The post DuckDB with Hannes Mühleisen appeared first on Software Engineering Daily.
8/8/2024 • 0
Creating GUIs in Rust with Emil Ernerfeldt
Rerun is an open source SDK and viewer for visualizing and interacting with multimodal data streams. The SDK lets you send data from anywhere, and the viewer collects the data and aligns it so the user can scroll back and forth in time to interpret it. The tools have been applied in spatial computing, augmented
The post Creating GUIs in Rust with Emil Ernerfeldt appeared first on Software Engineering Daily.
8/7/2024 • 0
Chroma’s Vector Database with Anton Troynikov
Chroma is an open-source AI application database. Anton Troynikov is a Founder at Chroma. He has a background in computer vision and previously worked at Meta. In this episode Anton speaks with Sean Falconer about Chroma, and the goal of building the memory and storage subsystem for the new computing primitive that AI models represent.
The post Chroma’s Vector Database with Anton Troynikov appeared first on Software Engineering Daily.
8/6/2024 • 0
The Vesuvius Challenge with Juli Schilliger and Youssef Nader
In 79 AD, in the ancient Roman town of Herculaneum, twenty meters of hot mud and ash buried an enormous villa once owned by the father-in-law of Julius Caesar. Inside, there was a vast library of papyrus scrolls. The scrolls were carbonized by the heat of the volcanic debris, but they were trapped underground where
The post The Vesuvius Challenge with Juli Schilliger and Youssef Nader appeared first on Software Engineering Daily.
8/1/2024 • 0
Shift-Left Security and Code Scanning with Amjad Afanah and Sudipta Mukherjee
Traditionally, security checks and testing are performed towards the end of the software development lifecycle. However, discovering vulnerabilities at that stage can be costly and time-consuming. This observation has led to the shift-left movement, which advocates for implementing security testing earlier in the software development process. HoundDog AI is a startup focused on software to
The post Shift-Left Security and Code Scanning with Amjad Afanah and Sudipta Mukherjee appeared first on Software Engineering Daily.
7/31/2024 • 0
Uber’s LedgerStore and its Trillions of Indexes with Kaushik Devarajaiah
Uber handles billions of trips and deliveries, and tens of billions of financial transactions across drivers, couriers, users, and merchants every quarter. LedgerStore is an immutable storage solution at Uber that provides verifiable data completeness and correctness guarantees to ensure data integrity for its transactions. Kaushik Devarajaiah is the Tech Lead for LedgerStore at Uber.
The post Uber’s LedgerStore and its Trillions of Indexes with Kaushik Devarajaiah appeared first on Software Engineering Daily.
7/30/2024 • 0
Frontend Observability with Purvi Kanal
One of the fastest areas of growth in observability is frontend observability, or real user monitoring. This is the practice of monitoring and analyzing the performance, behavior, and user experience of web applications from the user’s perspective. Purvi Kanal is a Senior Software Engineer at Honeycomb. She joins the podcast to talk about the evolution
The post Frontend Observability with Purvi Kanal appeared first on Software Engineering Daily.
7/25/2024 • 0
AI Tools for Game Development with Igor Poletaev and Nathan Yu
Inworld is a company that provides tools for game studios to add AI-driven gameplay. They are at the leading edge of using generative AI in game development, and have worked with companies such as Xbox, Ubisoft, and NVIDIA. Igor Poletaev is the VP of AI and Nathan Yu is the Director of Product and GM
The post AI Tools for Game Development with Igor Poletaev and Nathan Yu appeared first on Software Engineering Daily.
7/24/2024 • 0
C++ Static Analysis with Abbas Sabra
Static analysis is the examination of code without executing the program. It’s used to identify potential errors, code quality issues, security vulnerabilities, and adherence to coding best practices. Abbas Sabra is a Principal Engineer at Sonar, which creates tools to help developers produce clean code. Abbas specializes in C++ static analysis, and began his career
The post C++ Static Analysis with Abbas Sabra appeared first on Software Engineering Daily.
7/23/2024 • 0
Climate Tech Investing with Tom Biegala
Bison Ventures invests in frontier technology companies that use innovative science and deep technology. A key pillar of their investment portfolio is climate technology. Tom Biegala is a co-founder of Bison Ventures. Prior to starting Bison Ventures, Tom worked at Cascade Asset Management Company, the investment office that manages the assets of the Bill &
The post Climate Tech Investing with Tom Biegala appeared first on Software Engineering Daily.
7/18/2024 • 0
Luma AI with Barkley Dai and Karan Ganesan
Luma AI develops technologies at the forefront of AI and graphics. They created a text-to-3D tool that functions like Midjourney but for generating 3D models. Another tool makes photorealistic environments by reconstructing any scene in 3D from just a few photos. Karan Ganesan is a Software Engineer and Barkley Dai is the Product and Growth
The post Luma AI with Barkley Dai and Karan Ganesan appeared first on Software Engineering Daily.
7/17/2024 • 0
AI at Redis with Brian Sam-Bodden
Redis is an in-memory database that can be used for caching, vector search, and as a message broker. Brian Sam-Bodden is a Senior Applied AI Engineer at Redis. He joins the show to talk about his work and AI at the company. Sean’s been an academic, startup founder, and Googler. He has published works covering
The post AI at Redis with Brian Sam-Bodden appeared first on Software Engineering Daily.
7/16/2024 • 0
Dusk and the Art of Making Short Games with David Szymanski
David Szymanski is a video game developer focused on short retro horror games. He created the hit FPS Dusk, along with Iron Lung, Chop Goblins, and the upcoming Butcher’s Creek. He’s also involved in the production of the upcoming Iron Lung film. David joins the podcast to talk about his work, how to capture an
The post Dusk and the Art of Making Short Games with David Szymanski appeared first on Software Engineering Daily.
7/11/2024 • 0
Fast Frontend Development with David Hsu
Retool is a platform to help engineers quickly build internal frontends. It does this by abstracting away repetitive aspects of frontend development. The platform was started in 2017 and has received funding from Sequoia, Stripe Co-Founders, and Nat Friedman. David Hsu is the founder and CEO of Retool. He joins the show to talk about
The post Fast Frontend Development with David Hsu appeared first on Software Engineering Daily.
7/10/2024 • 0
One Year of ChatGPT with Christian Hubicki
ChatGPT has been out for more than a year and has since become the centerpiece of intense discussion and debate about AI. Christian Hubicki is a renowned robotics research scientist and an Assistant Professor of Mechanical Engineering at Florida State University. In 2023, he was a guest on Software Engineering Daily, where he discussed ChatGPT
The post One Year of ChatGPT with Christian Hubicki appeared first on Software Engineering Daily.
7/9/2024 • 0
Hyperscaling SQL with Sam Lambert
Databases underpin almost every user experience on the web, but scaling a database is one of the most fundamental infrastructure challenges in software development. PlanetScale offers a MySQL platform that is managed and highly scaleable. Sam Lambert is the CEO of PlanetScale and he joins the show to talk about why he started the platform,
The post Hyperscaling SQL with Sam Lambert appeared first on Software Engineering Daily.
7/4/2024 • 0
Google Ventures with Erik Nordlander
GV, or Google Ventures, is an independent venture capital firm backed by Alphabet. Erik Nordlander is a General Partner at GV and invests across enterprise software and frontier technology, focusing on developer tools, cloud infrastructure and machine learning. He has backed companies like Cockroach, Warp and Neo4j. Prior to joining GV in 2010 and opening
The post Google Ventures with Erik Nordlander appeared first on Software Engineering Daily.
7/3/2024 • 0
The Challenge of API Design with Lauren Long
A common challenge for developers of SaaS products is integrating with existing services, including services that customers might already be using. For example, a SaaS product might need to integrate with customers using Salesforce, HubSpot, or another CRM system. However, this can be demanding for developers when 3rd party APIs are poorly documented or inconsistent.
The post The Challenge of API Design with Lauren Long appeared first on Software Engineering Daily.
7/2/2024 • 0
Shopify’s Hydrogen Framework with Ben Sehl
A headless software architecture decouples the frontend, or the “head”, from the backend. This separation allows developers to manage the UI layer independently of the backend logic and data management. Hydrogen is Shopify’s open-source headless framework for building custom storefronts. It’s React-based and is focused on performance and flexible UI components. Ben Sehl is a
The post Shopify’s Hydrogen Framework with Ben Sehl appeared first on Software Engineering Daily.
6/27/2024 • 0
Celeste and Platform Game Engineering with Noel Berry
Celeste is a critically acclaimed action platformer developed by Extremely OK Games. They recently released Celeste 64 which is an open source project to commemorate the 6th anniversary of the original Celeste, and development of their next major game, Earthblade, is underway. Noel Berry is a programmer at Extremely OK Games and he joins the
The post Celeste and Platform Game Engineering with Noel Berry appeared first on Software Engineering Daily.
6/26/2024 • 0
DataStax with Ed Anuff
DataStax is a generative AI data company that provides tools and services to build AI and other data-intensive applications. Ed Anuff is the Chief Product Officer at DataStax. He joins the show to talk about making Apache Cassandra accessible, adding vector support at DataStax, envisioning the future application stack for AI, and more. Full Disclosure:
The post DataStax with Ed Anuff appeared first on Software Engineering Daily.
6/25/2024 • 0
It’s APIs All the Way Down with Marco Palladino
Kong is a software company that provides open-source platforms and cloud services for managing, monitoring, and scaling APIs and microservices. Marco Palladino is the CTO of Kong, and he joins the podcast to talk about the platform and APIs as the building blocks of the digital world. This episode is hosted by Lee Atchison. Lee
The post It’s APIs All the Way Down with Marco Palladino appeared first on Software Engineering Daily.
6/20/2024 • 0
Bitwarden with Matt Bishop
Bitwarden is an open-source password management service that securely stores passwords, passkeys, website credentials, and other sensitive information Matt Bishop is the Principal Architect at Bitwarden. He joins the show to talk about the platform and his work there. Gregor Vand is a security-focused technologist, and is the founder and CTO of Mailpass. Previously, Gregor
The post Bitwarden with Matt Bishop appeared first on Software Engineering Daily.
6/19/2024 • 0
Codecademy with Zoe Bachman
Codecademy is an online platform that offers classes on languages including Python, Go, JavaScript, C++, and many others. Zoe Bachman is the Senior Curriculum Director at Codecademy and designs courses for the platform. She joins the podcast to talk about her work there. Josh Goldberg is an independent full time open source developer in the
The post Codecademy with Zoe Bachman appeared first on Software Engineering Daily.
6/18/2024 • 0
A Decentralized Compute Marketplace with Greg Osuri
Akash Network is a decentralized cloud computing platform that leverages unused compute capacity around the world. It makes this capacity available to others, and provides a decentralized peer-to-peer model for managing and paying for these resources in an online marketplace. Greg Osuri is the CEO for OverClock Labs which created Akash Network. He joins the
The post A Decentralized Compute Marketplace with Greg Osuri appeared first on Software Engineering Daily.
6/13/2024 • 0
Ruff and Next-Generation Python Tooling with Charlie Marsh
Linting is the process of checking source code for programmatic as well as stylistic errors. Ruff is a highly popular Python linter written in Rust. It was developed by Charlie Marsh, who also founded Astral, which is focused on next-generation Python tooling. Charlie joins the podcast to talk about open source development, Ruff, the UV
The post Ruff and Next-Generation Python Tooling with Charlie Marsh appeared first on Software Engineering Daily.
6/12/2024 • 0
Engineering Fast-Paced Multiplayer Games with Gabriel Gambetta
Gabriel Gambetta is a Senior Software Engineer at Google where he works on YouTube. He’s an expect in computer graphics and game development, and is famous for his articles on engineering fast-paced multiplayer games. Gabriel joins the show to talk about his history with game development, client-server game architecture, rubber-banding, raytracing, rasterizers, and much more.
The post Engineering Fast-Paced Multiplayer Games with Gabriel Gambetta appeared first on Software Engineering Daily.
6/11/2024 • 0
C++ Safety with Herb Sutter
The U.S. government recently released a report calling on the technical community to proactively reduce the attack surface area of software infrastructure. The report emphasized memory safety vulnerabilities, which affect how memory can be accessed, written, allocated, or deallocated. The report cites this class of vulnerability as a common theme in the some of the
The post C++ Safety with Herb Sutter appeared first on Software Engineering Daily.
6/6/2024 • 29 minutes, 20 seconds
Figma Engineering with Abhi Mathur
Figma is a cloud-based design and product development platform that is widely used in UI and UX work. It allows users to collaborate in real-time, a key feature that has helped drive its popularity. Figma is an impressive engineering feat, in part because of how far it pushes what’s possible in a web browser. Abhi
The post Figma Engineering with Abhi Mathur appeared first on Software Engineering Daily.
6/5/2024 • 0
Unstructured Data and LLMs with Crag Wolfe and Matt Robinson
The majority of enterprise data exists in heterogenous formats such as HTML, PDF, PNG, and PowerPoint. However, large language models do best when trained with clean, curated data. This presents a major data cleaning challenge. Unstructured is focused on extracting and transforming complex data to prepare it for vector databases and LLM frameworks. Crag Wolfe
The post Unstructured Data and LLMs with Crag Wolfe and Matt Robinson appeared first on Software Engineering Daily.
6/4/2024 • 47 minutes, 38 seconds
The Changing Enterprise Linux Ecosystem with Wim Coekaerts
Red Hat Enterprise Linux is a Linux distribution developed by Red Hat for the commercial market. The company recently announced changes to the availability of its source code. In response, CIQ, Oracle and SUSE formed the Open Enterprise Linux Association, or OpenELA, which aims to provide a consistent and secure upstream location for Enterprise Linux
The post The Changing Enterprise Linux Ecosystem with Wim Coekaerts appeared first on Software Engineering Daily.
5/30/2024 • 43 minutes, 9 seconds
LLM Community Development with Antonio Velasco Fernández and Jose Pablo Cabeza García
LLMs have become one of the most important technologies to emerge in recent years. Many of the most prominent LLM tools are closed source, which has led to great interest in developing open-source tools. Antonio Velasco Fernández is a Data Scientist and Jose Pablo Cabeza García is a Lead Data Engineer, both at Elastacloud. In
The post LLM Community Development with Antonio Velasco Fernández and Jose Pablo Cabeza García appeared first on Software Engineering Daily.
5/29/2024 • 48 minutes, 53 seconds
Detecting Deepfakes with Ryan Ofman
A deepfake is a synthetic media technique that uses deep learning to create or manipulate video, audio, or images to present something that didn’t actually occur. Deepfakes have gained attention in part due to their potential for misuse, such as creating forged videos for political manipulation or spreading misinformation. Ryan Ofman is a Lead Engineer
The post Detecting Deepfakes with Ryan Ofman appeared first on Software Engineering Daily.
5/28/2024 • 52 minutes, 37 seconds
Bonus Episode: The N64 Decompilation Scene with Ethan Roseman and Mark Street
Decompilation is the process of translating a compiled program’s bytecode back into a higher-level programming language, like C. There’s a vibrant and growing scene of engineers working to decompile classic video games, and some of the most prominent projects have focused on the Nintendo 64. Recent successes include Super Mario 64, The Legend of Zelda:
The post Bonus Episode: The N64 Decompilation Scene with Ethan Roseman and Mark Street appeared first on Software Engineering Daily.
5/24/2024 • 55 minutes, 46 seconds
The State of CSS with Rachel Andrews
CSS, or Cascading Style Sheets, is a fundamental technology in web development that defines the presentation and layout of HTML documents. It serves as a styling language that allows developers to control the appearance of web pages. Rachel Andrew is a Staff Technical Writer on the Google Chrome Team. Before that she worked for Mozilla
The post The State of CSS with Rachel Andrews appeared first on Software Engineering Daily.
5/23/2024 • 57 minutes, 54 seconds
Modern SecOps with Maxime Lamothe-Brassard
Security Operations, or SecOps, refers to the collaboration between security and operations teams to secure an organization’s systems, applications, and data. Maxime Lamothe-Brassard is a Co-Founder of LimaCharlie which is a cloud SecOps platform. He has a background in security and has previously worked at the Canadian Intelligence service, Crowdstrike, Google, and Google X. He
The post Modern SecOps with Maxime Lamothe-Brassard appeared first on Software Engineering Daily.
5/22/2024 • 49 minutes, 55 seconds
Microsoft Copilot with Justin Harris
Microsoft Copilot is a chatbot developed by Microsoft that launched in 2023 and is based on a large language model. Justin Harris is a Principal Software Engineer at Microsoft and has an extensive background in classical machine learning and neural networks, including large language models. He joins the show to talk about Microsoft Copilot, natural
The post Microsoft Copilot with Justin Harris appeared first on Software Engineering Daily.
5/21/2024 • 49 minutes, 40 seconds
Pinata and the Interplanetary File System with Matt Ober
The interplanetary filesystem, or IPFS, is a peer-to-peer network that uses a distributed and decentralized model. Functionally, IPFS allows users to store and share files without having to rely on a single source of truth for those files. Matt Ober is the Co-Founder & CTO of Pinata. He joins the show to talk about IPFS
The post Pinata and the Interplanetary File System with Matt Ober appeared first on Software Engineering Daily.
5/16/2024 • 50 minutes, 25 seconds
Animal Well with Billy Basso
Animal Well is a Metroidvania game developed as a solo project by Billy Basso over the course of seven years. It’s the first game released by publisher Bigmode, which was founded by Jason “Dunkey” Gastrow. Billy joins the show to talk about creating Animal Well’s engine from scratch, how the game handles animation, fine-tuning character
The post Animal Well with Billy Basso appeared first on Software Engineering Daily.
5/15/2024 • 50 minutes, 7 seconds
LLMs for Data Queries with Sarah Nagy
One of the most promising applications of large language models is giving non-experts the ability to easily query their own data. A potential positive side effect is reducing ad-hoc data analysis requests that often strain data teams. Sarah Nagy is the Co-founder and CEO at Seek which is using natural language processing to change how
The post LLMs for Data Queries with Sarah Nagy appeared first on Software Engineering Daily.
5/14/2024 • 43 minutes, 57 seconds
Implementing KYC and User Verification with Alex Grinman
Almost every application or system involves some sort of user onboarding. Increasingly, companies must implement know-your-customer and know-your-business compliance, or KYC and KYB, as part of that process. In addition, they often handle personal identifiable information, or PII. Footprint is a developer platform that was co-founded by Alex Grinman for handling identity, security, fraud, and
The post Implementing KYC and User Verification with Alex Grinman appeared first on Software Engineering Daily.
5/9/2024 • 57 minutes, 57 seconds
Nuxt JS with Anthony Fu
Vue is a popular JavaScript frontend framework, and Nuxt is an open source meta-framework on top of Vue. Anthony Fu is a Framework Developer on the Nuxt team. He joins the show to talk about Vue, Nuxt, open source development, and more. Josh Goldberg is an independent full time open source developer in the TypeScript
The post Nuxt JS with Anthony Fu appeared first on Software Engineering Daily.
5/8/2024 • 52 minutes, 39 seconds
Scaling Large ML Models to Small Devices with Atila Orhon
The size of ML models is growing into the many billions of parameters. This poses a challenge for running inference on non-dedicated hardware like phones and laptops. Argmax is a startup focused on developing methods to run large models on commodity hardware. A key observation behind their strategy is that the largest models are getting
The post Scaling Large ML Models to Small Devices with Atila Orhon appeared first on Software Engineering Daily.
5/7/2024 • 56 minutes, 48 seconds
Anaconda and Accelerating AI Development with Rob Futrick
Anaconda is a popular platform for data science, machine learning, and AI. It provides trusted repositories of Python and R packages and has over 35 million users worldwide. Rob Futrick is the CTO at Anaconda, and he joins the show to talk about the platform, the concept of an OS for AI, and more. This
The post Anaconda and Accelerating AI Development with Rob Futrick appeared first on Software Engineering Daily.
5/2/2024 • 44 minutes, 21 seconds
Engineering the Playdate Gaming Handheld with James Moore and Dave Hayden
Panic has created games such as Firewatch and Untitled Goose Game. They recently ventured into gaming hardware with the Playdate. The console is unique for its inputs, which include a hand crank, and because Panic provides a free SDK, so anyone can develop games for it. James Moore is a DevOps Engineer and Dave Hayden
The post Engineering the Playdate Gaming Handheld with James Moore and Dave Hayden appeared first on Software Engineering Daily.
5/1/2024 • 50 minutes, 59 seconds
Using LLMs for Training Data Preparation with Nihit Desai
Machine learning models learn patterns and relationships from data to make predictions or decisions. The quality of the data influences how well these models can represent and generalize from the data. Nihit Desai is the Co-founder and CTO at Refuel.ai. The company is using LLMs for tasks such as data labeling, cleaning, and enrichment. He
The post Using LLMs for Training Data Preparation with Nihit Desai appeared first on Software Engineering Daily.
4/30/2024 • 50 minutes, 17 seconds
AI-Driven Observability at Kentik with Avi Freedman
Kentik is a network observability platform that focuses on letting users easily ask questions and get answers about their network. Avi Freedman is the CEO of Kentik and he joins the podcast to talk about the platform, his observability philosophy, the role of AI in observability, and much more. Full Disclosure: This episode is sponsored
The post AI-Driven Observability at Kentik with Avi Freedman appeared first on Software Engineering Daily.
4/25/2024 • 41 minutes, 4 seconds
SolidJS with Ryan Carniato
Solid.js is a popular JavaScript framework known for its reactive and efficient rendering system. Instead of using a Virtual DOM, it compiles its templates to real DOM nodes and updates them with fine-grained reactions. Ryan Carniato is the creator of SolidJS, and he joins the show to talk about the framework. Taylor Nodell is a
The post SolidJS with Ryan Carniato appeared first on Software Engineering Daily.
4/24/2024 • 44 minutes, 25 seconds
Database Scaling at Figma with Sammy Steele
Sammy Steele is a Senior Staff Engineer at Figma, and the tech lead for their databases team. She previously worked at Dropbox, where she built out their petabyte-scale metadata storage and search systems. Sammy recently published a blog called “How Figma’s databases team lived to tell the scale”. The blog went viral and made it
The post Database Scaling at Figma with Sammy Steele appeared first on Software Engineering Daily.
4/23/2024 • 55 minutes, 45 seconds
Bonus Episode: How to Build a Self-Driving Car with Ian Williams
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.
4/19/2024 • 37 minutes, 44 seconds
Security Engineering with Ben Huber
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.
4/18/2024 • 53 minutes, 13 seconds
Startup Investing with George Mathew
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.
4/17/2024 • 54 minutes, 24 seconds
Hookdeck and Building an Event Gateway with Alex Bouchard
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.
4/16/2024 • 47 minutes, 1 second
Authlete and Making OAuth Accessible with Justin Richer
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.
4/11/2024 • 1 hour, 48 seconds
Netflix Engineering with Jay Phelps
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.
4/10/2024 • 1 hour, 2 minutes, 5 seconds
Data Applications on Snowflake with Daniel Myers
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.
4/9/2024 • 39 minutes, 58 seconds
Bonus Episode: Optimizing Nintendo 64 Code with Kaze Emanuar
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.
4/5/2024 • 15 minutes, 32 seconds
A Semantic Layer for Data with Artyom Keydunov
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.
4/4/2024 • 47 minutes, 21 seconds
Developing Blasphemous II with David Erosa and Dani Márquez
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.
4/3/2024 • 51 minutes, 40 seconds
Building the PyCharm IDE at JetBrains with Paul Everitt
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.
4/2/2024 • 46 minutes, 49 seconds
Tonic and Synthetic Data with Andrew Colombi and Adam Kamor
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.
3/28/2024 • 55 minutes, 35 seconds
Netlify and Edge Computing with Erica Pisani
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.
3/27/2024 • 42 minutes, 16 seconds
C# Compiler and Language Design at Microsoft with Jared Parsons
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.
3/26/2024 • 54 minutes, 19 seconds
Biotech Special: Life Science Data Analysis with Nicholas Larus-Stone
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.
3/25/2024 • 42 minutes, 8 seconds
VMware’s Spring AI with Ryan Morgan and Mark Pollack
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.
3/21/2024 • 45 minutes, 2 seconds
Going Open Source at Convex with James Cowling
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.
3/20/2024 • 45 minutes, 18 seconds
Biotech Special: Computational Drug Discovery with Patrick Finneran
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.
3/19/2024 • 43 minutes, 22 seconds
Design at GitHub Copilot with Adrián Mato Gondelle
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.
3/14/2024 • 53 minutes, 53 seconds
Biometric Authentication with Vincent Delitz
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.
3/13/2024 • 41 minutes, 25 seconds
Biotech Special: Life Sciences at Snowflake with Harini Gopalakrishnan
The growing use of large datasets and ML in the life sciences has created new demand for data technologies. Snowflake is a cloud-based data warehousing company that provides a platform for storing and analyzing large volumes of data. Harini Gopalakrishnan is the Field CTO of Life Sciences at Snowflake. She joins the show to talk
The post Biotech Special: Life Sciences at Snowflake with Harini Gopalakrishnan appeared first on Software Engineering Daily.
3/12/2024 • 46 minutes, 1 second
Iceberg at Netflix and Beyond with Ryan Blue
Apache Iceberg is an open source high-performance format for huge data tables. Iceberg enables the use of SQL tables for big data, while making it possible for engines like Spark and Hive to safely work with the same tables, at the same time. Iceberg was started at Netflix by Ryan Blue and Dan Weeks, and
The post Iceberg at Netflix and Beyond with Ryan Blue appeared first on Software Engineering Daily.
3/7/2024 • 47 minutes, 37 seconds
Bringing Godot to Mobile with Hein-Pieter van Braam
Godot is a free, open-source game engine that’s growing rapidly in popularity. Ramatak is a new public benefit company founded by Godot engine veterans Hein-Pieter van Braam and Ariel Manzur. The goal of Ramatak is to help make Godot the number one choice for creating, deploying, and monetizing games on iOS and Android. Hein-Pieter joins
The post Bringing Godot to Mobile with Hein-Pieter van Braam appeared first on Software Engineering Daily.
3/6/2024 • 40 minutes, 8 seconds
Biotech Special: Scientific Computing Pipelines with Evan Floden
NextFlow is a tool for managing scientific computation workflows. It’s increasingly popular for bioinformatics, computational biology, and other life science applications. Evan Floden is the Co-Founder and CEO of Seqera Labs which develops NextFlow. He joins the show today to talk about his background as a scientist and engineer, the modular design of NextFlow pipelines,
The post Biotech Special: Scientific Computing Pipelines with Evan Floden appeared first on Software Engineering Daily.
3/5/2024 • 41 minutes, 35 seconds
Stately with Laura Kalbag
Stately is a web-based drag and drop editor for collaboratively developing code, diagrams, and documentation. Laura Kalbag is the Developer Advocate at Stately and she joins the show today to talk about Stately, state machines, building good documentation, and more. Josh Goldberg is an independent full time open source developer in the TypeScript ecosystem. He
The post Stately with Laura Kalbag appeared first on Software Engineering Daily.
2/29/2024 • 1 hour, 6 minutes, 55 seconds
Graphical Photorealism with Andrew Price the Blender Guru
The power of 3D graphics hardware and rendering technology is improving at an astonishing pace. To achieve high graphical fidelity, assets that compose 3D worlds must feature an ever-increasing level of detail. Andrew Price is the founder of Poliigon, which is an asset production studio and store. Andrew also runs the highly popular Blender Guru
The post Graphical Photorealism with Andrew Price the Blender Guru appeared first on Software Engineering Daily.
2/28/2024 • 55 minutes, 43 seconds
Biotech Special: AI Protein Engineering with Eddie Abrams
Antibodies are a type of protein molecule produced by the immune system. They recognize and attach to other molecules with remarkable precision. Typically antibodies target foreign objects, like viruses, to mark them for destruction. However, they can also be engineered to treat diseases like cancer, and they are one of the fastest growing classes of
The post Biotech Special: AI Protein Engineering with Eddie Abrams appeared first on Software Engineering Daily.
2/27/2024 • 45 minutes, 1 second
Portal 64 with James Lambert
Portal is a 2007 game developed by Valve, where the player encounters puzzles that must be solved using the “portal gun”, a device that can create inter-spatial portals between surfaces. Portal 64 is an open-source re-write of Portal that can be run on original Nintendo 64 hardware. The game was developed by James Lambert and
The post Portal 64 with James Lambert appeared first on Software Engineering Daily.
2/22/2024 • 42 minutes, 43 seconds
Waymo and Autonomous Driving with David Margines
Waymo is an autonomous driving company that had its start as the Google Self-Driving Car Project. David Margines is a Director of Product Management at Waymo and he joins the podcast to talk about Waymo today, the sensing technologies underpinning their cars, the huge impact of AI on their systems in recent years, and more.
The post Waymo and Autonomous Driving with David Margines appeared first on Software Engineering Daily.
2/21/2024 • 41 minutes, 53 seconds
Biotech Special: ML at Recursion with Jordan Christensen and Imran Haque
Recursion is at the leading edge of applying AI and ML to drug development. The company exemplifies a new wave of “techbio” companies, that tightly couple compute and robotics with biology and chemistry. The task of decoding biology requires vast amounts of biological data and innovative strategies to make use of that data. It also
The post Biotech Special: ML at Recursion with Jordan Christensen and Imran Haque appeared first on Software Engineering Daily.
2/20/2024 • 50 minutes, 32 seconds
NVIDIA and the Future of 3D Development with Aaron Luk
Producing 3D films, games and simulations is a complex process, often involving multiple teams and tools. At Pixar, pipeline engineers needed to write lots of glue code to integrate different workflows and file formats, which was a big challenge, and led them to create the Universal Scene Description, or OpenUSD. OpenUSD implements abstract data models
The post NVIDIA and the Future of 3D Development with Aaron Luk appeared first on Software Engineering Daily.
2/15/2024 • 40 minutes, 6 seconds
SimpleWebAuthn with Matthew Miller
SimpleWebAuthn is an open source TypeScript-centric pair of libraries – frontend and backend – that make it easier for devs to implement WebAuthn on the web. Matthew Miller started the project in 2019 and it has grown in tandem with the popularization of WebAuthn. He joins the podcast today to talk about the history of
The post SimpleWebAuthn with Matthew Miller appeared first on Software Engineering Daily.
2/14/2024 • 1 hour, 4 minutes, 28 seconds
Biotech Special: a16z and the Biotech Revolution with Vijay Pande
There is a revolution unfolding in biotech. The confluence of new biological methods like CRISPR, virtually unlimited computational capacity, and machine learning has fundamentally transformed our ability to engineer biology for wide-ranging applications. Andreessen Horowitz, or a16z, is a venture capital firm that was founded by Marc Andreessen and Ben Horowitz. Vijay Pande is a
The post Biotech Special: a16z and the Biotech Revolution with Vijay Pande appeared first on Software Engineering Daily.
2/13/2024 • 57 minutes, 1 second
Building a Unified Hardware API at Intel with James Reinders
oneAPI is an open standard for a unified API to be used across different computing accelerator architectures. This including GPUs, AI accelerators, and FPGAs. The goal of oneAPI is to eliminate the need for developers to maintain separate code bases, multiple programming languages, tools, and workflows for each architecture. James Reinders is an engineer at
The post Building a Unified Hardware API at Intel with James Reinders appeared first on Software Engineering Daily.
2/8/2024 • 38 minutes, 42 seconds
The Godot Game Engine with Emilio Coppola
A game engine is a system used to build and run games. Game engines let the programmer work at a high level of abstraction by providing interfaces for graphics, physics, and scripting. Godot is an open source and free to use game engine, which makes it unusual. Its first release was in 2014 and its
The post The Godot Game Engine with Emilio Coppola appeared first on Software Engineering Daily.
2/7/2024 • 51 minutes, 27 seconds
Building a Data Lake with Adam Ferrari
Starburst is a data lake analytics platform. It’s designed to help users work with structured data at scale, and is built on the open source platform, Trino. Adam Ferrari is the SVP of Engineering at Starburst. He joins the show to talk about Starburst, data engineering, and what it takes to build a data lake.
The post Building a Data Lake with Adam Ferrari appeared first on Software Engineering Daily.
2/6/2024 • 46 minutes, 19 seconds
Building Chess.com with Jay Severson
Chess.com started in 2007 and grew steadily in the years following. The platform exploded in popularity during the pandemic, to the point that their servers struggled with the traffic. It was a great problem to have. Chess.com was instrumental in helping to elevate chess to its current height of mainstream popularity. But how did Chess.com
The post Building Chess.com with Jay Severson appeared first on Software Engineering Daily.
2/1/2024 • 49 minutes, 19 seconds
Mastodon with Eugen Rochko
Mastodon is an open source, decentralized social network. Eugen Rochko started building Mastodon in response to his dissatisfaction with centralized social networks like Facebook and Twitter. In the Mastodon model, users can run their own nodes, and other users can connect to them. You can follow users whose accounts reside in other nodes. Eugen joins
The post Mastodon with Eugen Rochko appeared first on Software Engineering Daily.
1/31/2024 • 56 minutes, 22 seconds
Vercel AI with Lee Robinson
Vercel provides a cloud platform to rapidly deploy web projects, and they develop the highly successful Next.js framework. The company recently made headlines when they announced v0 which is a generative AI tool to create React code from text prompts. The generated code uses open-source tools like Tailwind CSS and shadcn/ui. Lee Robinson is the
The post Vercel AI with Lee Robinson appeared first on Software Engineering Daily.
1/30/2024 • 49 minutes, 21 seconds
Blender with Sybren Stüvel
Blender is a free and open-source 3D graphics tool that was initially released in 1994 and just hit version 4.0. It’s one of the triumphs of open-source software development and is used for creating animated films, art, 3D games, and more. Sybren Stüvel is a Senior Software Developer at Blender. He joins the show today
The post Blender with Sybren Stüvel appeared first on Software Engineering Daily.
1/25/2024 • 1 hour, 6 minutes, 18 seconds
Netflix UIs at Scale with Shaundai Person
Netflix needs no introduction and is renowned for its engineering talent. Shaundai Person is a Senior Software Engineer at Netflix, blogger, and conference speaker. She joins the show today to talk about getting her position at Netflix, developing internal tools at the company, the value of TypeScript, what makes a great software engineering manager, and
The post Netflix UIs at Scale with Shaundai Person appeared first on Software Engineering Daily.
1/24/2024 • 47 minutes, 24 seconds
Algolia with Sean Mullaney
Algolia is a platform that provides search as a service. The company was founded in 2012, was part of Y Combinator’s Winter 2014 class, and has become highly popular for integrating modern search functionality into web-facing services. Sean Mullaney is the CTO of Algolia and has worked at Google X, Stripe, and Zolando. He joins
The post Algolia with Sean Mullaney appeared first on Software Engineering Daily.
1/23/2024 • 49 minutes, 18 seconds
Edward Snowden’s Operating System with REDACTED
Software security is a critical issue for everyone, but it takes on an entirely different dimension when your life, or the lives of others, depend on it. Consider the security needs of an environmentalist whistle blower inside a chemical corporation, or a human rights activist in Iran. Hyper-secure and fully anonymous operating systems are vital
The post Edward Snowden’s Operating System with REDACTED appeared first on Software Engineering Daily.
1/18/2024 • 28 minutes, 17 seconds
OpsHelm with Kyle McCullough
Security issues can often be traced back to small misconfigurations in a database or cloud service, or an innocent code commit. OpsHelm is a security platform that’s oriented around identifying and fixing these issues. Kyle McCullough is the Co-Founder and CTO of OpsHelm and he has deep experience in backend and data engineering. He joins
The post OpsHelm with Kyle McCullough appeared first on Software Engineering Daily.
1/17/2024 • 35 minutes, 22 seconds
JetBrains AI with Jodie Burchell
Jodie Burchell is the Data Science Developer Advocate at JetBrains, which makes integrated development environments or, IDEs, for many major languages. After observing the rapid growth of the AI coding assistant landscape, the company recently announced integration of an AI assistant into their IDEs. Jodie joins the show today to talk about why the company
The post JetBrains AI with Jodie Burchell appeared first on Software Engineering Daily.
1/16/2024 • 55 minutes, 1 second
AWS re:Invent Special: PartyRock Generative AI Apps with Mike Miller
This episode of Software Engineering Daily is part of our on-site coverage of AWS re:Invent 2023, which took place from November 27th through December 1st in Las Vegas. In today’s interview, host Jordi Mon Companys speaks with Mike Miller who is the Director of AWS AI Devices. Jordi Mon Companys is a product manager and
The post AWS re:Invent Special: PartyRock Generative AI Apps with Mike Miller appeared first on Software Engineering Daily.
1/12/2024 • 40 minutes, 27 seconds
AWS re:Invent Special: The AWS Cloud Institute with Kevin Kelly
This episode of Software Engineering Daily is part of our on-site coverage of AWS re:Invent 2023, which took place from November 27th through December 1st in Las Vegas. In today’s interview, host Jordi Mon Companys speaks with Kevin Kelly who is the Director of the AWS Cloud Institute. Jordi Mon Companys is a product manager
The post AWS re:Invent Special: The AWS Cloud Institute with Kevin Kelly appeared first on Software Engineering Daily.
1/11/2024 • 27 minutes, 26 seconds
AWS re:Invent Special: CircleCI with Rob Zuber
This episode of Software Engineering Daily is part of our on-site coverage of AWS re:Invent 2023, which took place from November 27th through December 1st in Las Vegas. In today’s interview, host Jordi Mon Companys speaks with Rob Zuber who is the CTO at CircleCI. Jordi Mon Companys is a product manager and marketer that
The post AWS re:Invent Special: CircleCI with Rob Zuber appeared first on Software Engineering Daily.
1/10/2024 • 43 minutes, 40 seconds
AWS re:Invent Special: Sagemaker with Ankur Mehrotra
This episode of Software Engineering Daily is part of our on-site coverage of AWS re:Invent 2023, which took place from November 27th through December 1st in Las Vegas. In today’s interview, host Jordi Mon Companys speaks with Ankur Mehrotra who is the Director and GM of Amazon SageMaker. Jordi Mon Companys is a product manager
The post AWS re:Invent Special: Sagemaker with Ankur Mehrotra appeared first on Software Engineering Daily.
1/9/2024 • 35 minutes, 23 seconds
Bonus Episode: Hypnospace Outlaw with Jay Tholen
Hypnospace Outlaw is a hit indie game which features an internet and operating system simulator set in a surreal, alternate version of 1999. The game is entirely unique both in its design and aesthetic, and it has an impressive development history. Jay Tholen is the developer of Hypnospace Outlaw and he joins the show to
The post Bonus Episode: Hypnospace Outlaw with Jay Tholen appeared first on Software Engineering Daily.
1/5/2024 • 44 minutes, 12 seconds
CockroachDB with Jordan Lewis
SQL databases were built for data consistency and vertical scalability. They did this very well for the long era of monolithic applications running in dedicated, single-server environments. However, their design presented a problem when the paradigm changed to distributed applications in the cloud. This shift eventually ushered in the rise of distributed SQL databases. One
The post CockroachDB with Jordan Lewis appeared first on Software Engineering Daily.
1/4/2024 • 48 minutes, 53 seconds
Apiiro Security Posture Management with Yonatan Eldar
Software supply chain security is a major challenge in the modern engineering environment. Many teams are working to establish best practices to proactively identify, fix, and prevent risks in their applications. Apiiro is a platform designed to solve this problem and gives risk visibility, prioritization, and remediation. Yonatan Eldar is the Co-Founder and CTO at
The post Apiiro Security Posture Management with Yonatan Eldar appeared first on Software Engineering Daily.
1/3/2024 • 42 minutes, 54 seconds
Pinecone Vector Database with Marek Galovic
An embedding is a concept in machine learning that refers to a particular representation of text, images, audio, or other information. Embeddings are designed to make data consumable by ML models. However, storing embeddings presents a challenge to traditional databases. Vector databases are designed to solve this problem. Pinecone has developed one of the most
The post Pinecone Vector Database with Marek Galovic appeared first on Software Engineering Daily.
1/2/2024 • 39 minutes, 29 seconds
Bonus Episode: Adobe Cloud Native with Carlos Sanchez
Carlos Sanchez is a Principal Scientist at Adobe where he works on the Adobe Experience Manager. AEM is a content management system, analogous to WordPress, and provides a platform for site creation and content delivery. In addition to his work at Adobe, Carlos has a long history contributing to open source projects, including Apache Maven.
The post Bonus Episode: Adobe Cloud Native with Carlos Sanchez appeared first on Software Engineering Daily.
12/29/2023 • 45 minutes, 46 seconds
Rama with Nathan Marz
Building scalable software applications can be complex and typically requires dozens of different tools. The engineering often involves handling many arcane tasks that are distant from actual application logic. In addition, a lack of a cohesive model for building applications can lead to substantial engineering costs. Nathan Marz is the creator of Rama, which is
The post Rama with Nathan Marz appeared first on Software Engineering Daily.
12/28/2023 • 42 minutes, 3 seconds
Kubefirst with Frédéric Harper
Frédéric Harper is the Principal Developer Advocate at Kubefirst, which is an open source platform that integrates some of the most popular tools in the Kubernetes space. Frédéric has deep experience at major software companies having worked at npm, Mozilla, Microsoft, DigitalOcean, Fitbit, and others. He joins the show to talk about the challenges and
The post Kubefirst with Frédéric Harper appeared first on Software Engineering Daily.
12/27/2023 • 35 minutes, 45 seconds
Vespa.ai with Jon Bratseth
Vespa is a fully featured search engine and vector database, and it has integrated ML model inference. The project open sourced in 2017, and since then has grown to become a prominent platform for applying AI to big data sets at serving time. Vespa began as a project to solve Yahoo’s use cases in search,
The post Vespa.ai with Jon Bratseth appeared first on Software Engineering Daily.
12/26/2023 • 46 minutes, 11 seconds
Bonus Episode: SurrealDB with Tobie Morgan Hitchcock
SurrealDB is the result of a long-time collaboration between brothers Tobie and Jaime Morgan Hitchcock. The project has modest origins and started merely to support other projects the brothers were working on. However, over time the project grew and in 2021 they started working on it full-time. Since then the project has gained serious adoption.
The post Bonus Episode: SurrealDB with Tobie Morgan Hitchcock appeared first on Software Engineering Daily.
12/25/2023 • 57 minutes, 17 seconds
Bonus Episode: Responsible AI with Ezequiel Lanza
Responsible AI is an approach to developing and deploying AI in a safe, trustworthy and ethical fashion. The concept has gained considerable attention with the rise of generative AI technologies. Ezequiel Lanza is an AI Open Source Evangelist at Intel and he joins the show today to talk about responsible AI, and the practices and
The post Bonus Episode: Responsible AI with Ezequiel Lanza appeared first on Software Engineering Daily.
12/22/2023 • 40 minutes, 40 seconds
Blocking Ransomware Attacks with Anthony Cusimano
Ransomware attacks involve the deployment of malware that blocks access to a user’s or organization’s computer files by encrypting them. The attackers then demand a ransom payment in exchange for the decryption key that will restore access to the files. These attacks are often directed at governments and corporations, and can be costly. Veeam is
The post Blocking Ransomware Attacks with Anthony Cusimano appeared first on Software Engineering Daily.
12/21/2023 • 47 minutes, 22 seconds
Supabase Security with Inian Parameshwaran
Supabase is an open source backend-as-a-service platform and competes directly with Google’s Firebase. A key distinction between them is that Firebase is a document store, while Supabase uses Postgres, which is a SQL-based database management system. Software Engineering Daily last covered Supabase in 2020 when its Founder Paul Copplestone came on the show, and a
The post Supabase Security with Inian Parameshwaran appeared first on Software Engineering Daily.
12/20/2023 • 57 minutes, 46 seconds
GitHub Copilot with Joseph Katsioloudes
GitHub Copilot is an AI tool developed by GitHub and OpenAI to assist software developers by autocompleting code. Copilot kicked off a revolution in software engineering, and AI assistants are now considered essential tools to many developers. Joseph Katsioloudes is a cyber security specialist and works at the GitHub Security Lab. He joins the show
The post GitHub Copilot with Joseph Katsioloudes appeared first on Software Engineering Daily.
12/19/2023 • 50 minutes, 14 seconds
Bonus Episode: Bazel with Julio Merino
Build systems coordinate all the steps to transform source code into a production application. Bazel is a build system and testing tool that was first released in 2015 as a free and open-source port of Google’s internal build system called Blaze. Historically, each language has its own build system which can create complexity when developing
The post Bonus Episode: Bazel with Julio Merino appeared first on Software Engineering Daily.
12/18/2023 • 44 minutes, 4 seconds
Kubernetes at Google with Ben Elder
Containers make it possible to standardize the deployment of software to any compute environment. However, managing and orchestrating containers at scale is a major challenge. Kubernetes was originally created by Google and solves the problem of scaling container deployment. Ben Elder is a Senior Software Engineer at Google, and an Elected Member of the Kubernetes
The post Kubernetes at Google with Ben Elder appeared first on Software Engineering Daily.
12/14/2023 • 42 minutes, 53 seconds
Deno with Luca Casonato
Deno is a free and open source JavaScript runtime built on Google’s V8 engine, Rust, and Tokio. The project was announced by Ryan Dahl in 2018 with the goal of addressing shortcomings of Node.js, which Ryan also created. Since then, the Deno project has grown tremendously in popularity, and they recently announced Deno KV which
The post Deno with Luca Casonato appeared first on Software Engineering Daily.
12/13/2023 • 45 minutes, 57 seconds
Weights & Biases with Chris Van Pelt
Machine learning model research requires running expensive, long-running experiments where even a slight mis-calibration can cost millions of dollars in underutilized compute resources. Once trained, model deployment, production monitoring, and observability requirements all present unique operational challenges. Chris Van Pelt is the Chief Information Officer of Weights and Biases, which is the industry standard in
The post Weights & Biases with Chris Van Pelt appeared first on Software Engineering Daily.
12/12/2023 • 38 minutes, 22 seconds
Tracking Drug Smugglers and Migrating Databases with Benny Keinan and Lior Resisi
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.
12/7/2023 • 50 minutes, 40 seconds
Software Supply Chain Security with Michael Lieberman
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.
12/6/2023 • 43 minutes, 6 seconds
Hugging Face with Sayak Paul
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.
12/5/2023 • 46 minutes, 54 seconds
KubeCon Special: Docker with Justin Cormack
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.
12/4/2023 • 45 minutes, 2 seconds
KubeCon Special: Sigstore with Santiago Torres-Arias
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.
12/3/2023 • 42 minutes, 15 seconds
KubeCon Special: Acorn with Darren Sheppard
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 Sheppard 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 Sheppard appeared first on Software Engineering Daily.
12/2/2023 • 34 minutes, 11 seconds
KubeCon Special: GitLab’s AI Vision with David DeSanto
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.
12/1/2023 • 39 minutes, 7 seconds
Software Architecture with Josh Prismon
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
The post Software Architecture with Josh Prismon appeared first on Software Engineering Daily.
11/30/2023 • 41 minutes, 50 seconds
The Right to Be Forgotten with Gal Ringel
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.
11/29/2023 • 47 minutes, 45 seconds
Sofascore with Josip Stuhli
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.
11/28/2023 • 49 minutes, 48 seconds
Daytona with Ivan Burazin
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.
11/23/2023 • 47 minutes, 50 seconds
GraphAware with Luanne Misquitta
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.
11/22/2023 • 57 minutes, 51 seconds
Shopify with Mike Shaver
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.
11/21/2023 • 1 hour, 4 minutes, 19 seconds
Building a State Machine Backend with Adam Berger
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.
11/16/2023 • 47 minutes, 41 seconds
Figma Dev Mode with Marcel Weekes
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.
11/15/2023 • 55 minutes, 48 seconds
The Astro Framework with James Quick
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.
11/14/2023 • 44 minutes, 51 seconds
Chronosphere with Martin Mao
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.
11/9/2023 • 48 minutes, 8 seconds
Open Source Contributing with Brian Douglas
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.
11/8/2023 • 48 minutes, 1 second
Temporal with Max Fateev
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.
11/7/2023 • 38 minutes, 51 seconds
Speechlab and Realtime Translation with Ivan Galea
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.
11/2/2023 • 44 minutes, 1 second
Sourcegraph with Quinn Slack
If you’re a developer, there’s a good chance you’ve experimented with coding assistants like GitHub Copilot. Many developers have even fully integrated these tools into their workflows. One way these tools accelerate development is by autocompleting entire blocks of code. The AI achieves this by having awareness of the surrounding code. It understands context. However,
The post Sourcegraph with Quinn Slack appeared first on Software Engineering Daily.
11/1/2023 • 41 minutes, 48 seconds
GitBook with Addison Schultz
Documentation is something that everyone knows is important but it’s often difficult to get right. On software teams, good documentation can help to onboard new people, improve communication across teams, and troubleshoot technical issues. When an application, API, or library is a commercial product, the quality of its documentation can determine whether it attracts users
The post GitBook with Addison Schultz appeared first on Software Engineering Daily.
10/31/2023 • 38 minutes, 10 seconds
A Different Monitoring Philosophy with Costa Tsaousis
Observability is becoming an increasingly competitive space in the software world. Many developers have heard of Datadog and New Relic, but there are a seemingly countless number of observability products out there. Costa Tsaousis (he/him) is the Founder and CEO of Netdata. His goal was to build an open-source platform that was high-resolution, real-time, and
The post A Different Monitoring Philosophy with Costa Tsaousis appeared first on Software Engineering Daily.
10/26/2023 • 48 minutes, 39 seconds
Building Pieces.app and the Future of Developer Productivity with Tsavo Knott
Ongoing advances in generative AI are already having a huge impact on developer productivity. Tools like GitHub Copilot and ChatGPT are increasing the velocity of code development, and more advances are on the horizon. However, an ever-growing challenge for developers is how to manage their coding resources – things like code snippets, website links, messages,
The post Building Pieces.app and the Future of Developer Productivity with Tsavo Knott appeared first on Software Engineering Daily.
10/25/2023 • 37 minutes, 23 seconds
Streamlit with Amanda Kelly
The importance of data teams is undeniable. Most companies today use data to drive decision-making on anything from software feature development to product strategy, hiring and marketing. In some companies data is the product, which can make data teams even more vital. But there’s a common problem – analyzing data is hard and time consuming.
The post Streamlit with Amanda Kelly appeared first on Software Engineering Daily.
10/24/2023 • 47 minutes, 6 seconds
Platform Engineering with Cory O’Daniel
Platform engineering is difficult to get right, and in the age of DevOps and cloud computing, software developers increasingly serve as platform engineers while they’re building their applications. This can be an engineering challenge because organizations often require their platforms to provide fine-grained control and compliance management. Cory O’Daniel is the CEO and Co-Founder of
The post Platform Engineering with Cory O’Daniel appeared first on Software Engineering Daily.
10/19/2023 • 47 minutes, 9 seconds
Modern Web Scraping with Erez Naveh
Today it’s estimated there are over 1 billion websites on the internet. Much of this content is optimized to be viewed by human eyes, not consumed by machines. However, creating systems to automatically parse and structure the web greatly extends its utility, and paves the way for innovative solutions and applications. The industry of web
The post Modern Web Scraping with Erez Naveh appeared first on Software Engineering Daily.
10/18/2023 • 57 minutes, 29 seconds
Postman and the Growth of APIs with Joyce Lin
If you’re a developer, you’ve probably worked with an API, or application programming interface. An API is a set of rules for how to communicate with an applications or device. For example, when you build an app and want to use Stripe to handle payments, or use Slack to deliver notifications, it’s APIs that make
The post Postman and the Growth of APIs with Joyce Lin appeared first on Software Engineering Daily.
10/17/2023 • 48 minutes, 57 seconds
Observability with Eduardo Silva
There are hundreds of observability companies out there, and many ways to think about observability, such as application performance monitoring, server monitoring, and tracing. In a production application, multiple tools are often needed to get proper visibility on the application. This creates some challenges. Applications can produce lots of different observatory observability data, but how
The post Observability with Eduardo Silva appeared first on Software Engineering Daily.
10/12/2023 • 44 minutes, 47 seconds
The Future of HTTP with Nick Shadrin and Roman Arutyunyan
The Hypertext Transfer Protocol, or HTTP, is used to load webpages using hypertext links, and it’s the foundation of the web. Tim Berners-Lee famously created HTTP version 0.9 in 1989, and defined the essential behavior of a client and a server. Version 1.0 was eventually finalized in 1996, and its secure variant called HTTPS is
The post The Future of HTTP with Nick Shadrin and Roman Arutyunyan appeared first on Software Engineering Daily.
10/11/2023 • 40 minutes, 43 seconds
Flightcontrol and Going Beyond Heroku with Brandon Bayer
A platform as a service, or PaaS, is the concept of a complete development and deployment environment in the cloud. One of the best examples is Heroku, which was created in 2007 and later acquired by Salesforce. Although these services are great for helping startups get off the ground quickly, they can ultimately become a
The post Flightcontrol and Going Beyond Heroku with Brandon Bayer appeared first on Software Engineering Daily.
10/10/2023 • 48 minutes, 22 seconds
AI and Business Analytics with John Adams
It’s now clear that the adoption of AI will continue to increase, with nearly every industry working to rapidly incorporate it into their systems and applications to provide greater value to their users. Business analytics is a key domain that promises to be radically reshaped by AI. Alembic is an AI platform that integrates web
The post AI and Business Analytics with John Adams appeared first on Software Engineering Daily.
10/5/2023 • 30 minutes, 3 seconds
Stack Overflow in the AI era with Ellen Brandenberger
When StackOverflow launched in 2008 it lowered the barrier to writing complex software. It solved the longstanding problem of accessing accurate and reliable programming knowledge by offering a collaborative space where programmers could ask questions, share insights, and receive high-quality answers from a community of experts. Generative AI has impacted the way programmers want to
The post Stack Overflow in the AI era with Ellen Brandenberger appeared first on Software Engineering Daily.
10/3/2023 • 46 minutes, 47 seconds
Edge Databases with Glauber Costa
Picture a user interacting with a web app on their phone. When they tap the screen the app triggers communication with a server, which in turn communicates with a database. This process then happens in reverse to eventually update what the user sees on-screen. The latency for this round trip depends a lot on the
The post Edge Databases with Glauber Costa appeared first on Software Engineering Daily.
9/28/2023 • 49 minutes, 38 seconds
AI-powered DevX at AWS with Deepak Singh
Developer experience, or DevX, is a critical aspect of modern software development that focuses on creating a seamless and productive environment for developers. It encompasses everything from the tools and technologies used in the development process to the documentation, libraries, and frameworks available to streamline coding tasks. An emphasis on DevX can enhance individual developer
The post AI-powered DevX at AWS with Deepak Singh appeared first on Software Engineering Daily.
9/26/2023 • 52 minutes, 1 second
AutoCloud and Infrastructure as Code with Tyson Kunovsky
Infrastructure as code refers to the use of software and configuration files to convey infrastructure specifications. This is in contrast to the traditional approach of manually provisioning servers, operating systems, storage, and other infrastructure components. With the growth of cloud computing, the infrastructure as code paradigm is becoming more integral to managing compute resources. AutoCloud
The post AutoCloud and Infrastructure as Code with Tyson Kunovsky appeared first on Software Engineering Daily.
9/21/2023 • 33 minutes, 51 seconds
Catching up with Technologist Charlie Gerard
Charlie Gerard is a highly accomplished software engineer and technologist. She’s worked at Stripe, Netlify, and Atlassian and authored the book, Practical Machine Learning in JavaScript. In her spare time, Charlie explores the field of human-computer interaction and builds interactive prototypes using hardware and machine learning. Some of her recent projects include building a DIY
The post Catching up with Technologist Charlie Gerard appeared first on Software Engineering Daily.
9/19/2023 • 44 minutes, 14 seconds
Blameless with Ken Gavranovic
Incident management is the process of responding to unplanned events or service interruptions, and then restoring service to an operational state. Having robust incident management is vital to many software teams. Blameless is a framework designed to help software companies manage their production incidents effectively. It provides a workflow for managing the incident response as
The post Blameless with Ken Gavranovic appeared first on Software Engineering Daily.
9/14/2023 • 26 minutes, 48 seconds
Minimum Viable Security for Cloud Apps with David Melamed
Cloud applications continue to grow in popularity, but ensuring the security of these applications often presents a formidable engineering challenge. This challenge motivated the creation of Jit. Jit is a continuous security platform for developers, and seeks to enable every cloud app to start with minimum viable security, or MVS, without slowing development velocity. David
The post Minimum Viable Security for Cloud Apps with David Melamed appeared first on Software Engineering Daily.
9/12/2023 • 44 minutes, 40 seconds
Highly Scalable NoSQL with Dor Laor
ScyllaDB is a fast and highly scalable NoSQL database designed to provide predictable performance at a massive cloud scale. It can handle millions of operations per second at a scale of gigabytes or petabytes. It’s also designed to be compatible with Cassandra and DynamoDB APIs. Scylla is used by Zillow, Comcast, and for Discord’s 350M+
The post Highly Scalable NoSQL with Dor Laor appeared first on Software Engineering Daily.
9/7/2023 • 36 minutes, 27 seconds
Making React 70% faster with Aiden Bai of Million.js
React is an immensely popular JavaScript library that is used to build website user interfaces. A key feature of React is that it uses a virtual Document Object Model, or DOM, to selectively update the desired regions of the web page, which provides major performance advantages. Million.js is an open source project that provides an
The post Making React 70% faster with Aiden Bai of Million.js appeared first on Software Engineering Daily.
9/5/2023 • 45 minutes, 10 seconds
Engineering Transformation at Scale with Chris Dillon
Cox Automotive has been at the frontier of digitizing the automotive space with popular products such as AutoTrader, Kelly Blue Book, and Dealertrack. To deliver these products the company manages large quantities of data and diverse engineering teams. Scaling its operations required an engineering transformation of the company. Chris Dillon is the VP of Architecture
The post Engineering Transformation at Scale with Chris Dillon appeared first on Software Engineering Daily.
8/31/2023 • 37 minutes, 46 seconds
Building a Full Cloud Backend with James Cowling
Serverless backend platforms are cloud services that simplify the process of building a backend. These platforms are growing rapidly in popularity because they can greatly accelerate application development, and improve the developer experience. Convex is a real-time backend platform that uses 100% TypeScript and is designed with reactive UI frameworks in mind. The team behind
The post Building a Full Cloud Backend with James Cowling appeared first on Software Engineering Daily.
8/29/2023 • 52 minutes, 48 seconds
Modern Coding Superpowers with Varun Mohan
Exafunction is a leader in deploying deep learning models at scale. One of their products is Codeium, a coding assistant for software developers based on Exafunction’s deep learning technology. Codeium provides AI-assisted autocompletion in your IDE, making it easier for you to incorporate deep learning technology in your software development workflow. Varun Mohan is the
The post Modern Coding Superpowers with Varun Mohan appeared first on Software Engineering Daily.
8/24/2023 • 31 minutes, 17 seconds
The Latest on RedwoodJS with Tom Preston-Werner
Tom Preston-Werner is a renowned software developer, inventor and entrepreneur. He co-founded GitHub and is the creator of the avatar service Gravatar, the TOML configuration file format, and the static site generator software Jekyll. Tom is currently working on the full-stack web framework, RedwoodJS. He joins us today to tell us the latest about RedwoodJS,
The post The Latest on RedwoodJS with Tom Preston-Werner appeared first on Software Engineering Daily.
8/22/2023 • 1 hour, 7 minutes, 15 seconds
Cross-functional Incident Management with Ashley Sawatsky and Niall Murphy
Incident management is the process of managing and resolving unexpected disruptions or issues in software systems, especially those that are customer-facing or critical to business operations. Implementing a robust incident management system is often a key challenge in technical environments. Rootly is a platform to handle incident management directly from Slack, and is used by
The post Cross-functional Incident Management with Ashley Sawatsky and Niall Murphy appeared first on Software Engineering Daily.
8/17/2023 • 50 minutes, 55 seconds
AI for Software Delivery with Birgitta Böckeler
AI-assisted software delivery refers to the utilization of artificial intelligence to assist, enhance, or automate various phases of the software development lifecycle. AI can be used in numerous aspects of software development, from requirements gathering to code generation to testing and monitoring. The overarching aim is to streamline software delivery, reduce errors and, ideally, reduce
The post AI for Software Delivery with Birgitta Böckeler appeared first on Software Engineering Daily.
8/15/2023 • 1 hour, 1 minute, 36 seconds
Expanding B2B Payments with Sohil Pandya
The Buy Now, Pay Later model, or BNPL, is traditionally a business-to-consumer model that is gaining traction in the business-to-business domain. Adoption of BNPL in business-to-business scenarios offers benefits like improved cash flow management for buyers, and increased sales for suppliers, often leading to higher order value. However, this model introduces complexities, including the need
The post Expanding B2B Payments with Sohil Pandya appeared first on Software Engineering Daily.
8/10/2023 • 47 minutes, 38 seconds
Database Caching with Ben Hagan
Database caching is a fundamental challenge in database management and there are hundreds of techniques to satisfy different caching scenarios. PolyScale is a fully automated database cache. It offers an innovative approach to database caching, leveraging AI and automated configuration to simplify the process of determining what should and should not be cached. Ben Hagan
The post Database Caching with Ben Hagan appeared first on Software Engineering Daily.
8/8/2023 • 35 minutes, 36 seconds
An update about SED from Jeff’s family
In memory of Software Engineering Daily Founder, Jeff Meyerson. 1988 – 2022
The post An update about SED from Jeff’s family appeared first on Software Engineering Daily.
8/5/2023 • 1 minute, 52 seconds
Simplifying Documentation with Sébastien Lorber
In the realm of modern software development, clear and comprehensive documentation is essential for guiding users and contributors alike. Developers often struggle to create, manage, and maintain documentation that is both user-friendly and visually appealing. In this episode, we sit down with Sebastian Lorber, the lead maintainer of Docusaurus, a widely acclaimed open-source static site
The post Simplifying Documentation with Sébastien Lorber appeared first on Software Engineering Daily.
8/3/2023 • 49 minutes, 52 seconds
SDKs for your API with Sagar Batchu
APIs are ubiquitous and critical to building modern software, and developers must frequently develop custom APIs to streamline user access to their services. However, making an API that provides a great developer experience can be a time-consuming endeavor. As a result, API teams often leave the final mile of integration up to their users. Speakeasy
The post SDKs for your API with Sagar Batchu appeared first on Software Engineering Daily.
8/1/2023 • 36 minutes, 49 seconds
Ethical GPTs with Amruta Moktali
Generative pre-trained transformer models, or GPT models, have countless applications and are being rapidly deployed across a wide range of domains. However, using GPT models without appropriate safeguards can lead to leakage of sensitive data. This concern underscores the critical need for privacy and data protection. Skyflow LLM Privacy Vault prevents sensitive data from reaching
The post Ethical GPTs with Amruta Moktali appeared first on Software Engineering Daily.
7/27/2023 • 51 minutes, 44 seconds
CAP Theorem 23 Years Later with Eric Brewer
The CAP theorem, also known as Brewer’s theorem, is a fundamental principle in distributed systems that states that it is impossible to simultaneously achieve three desirable properties in a distributed data system: Consistency, Availability, and Partition tolerance. Eric Brewer is the VP of Infrastructure & Google Fellow at Google and he joins us today. This
The post CAP Theorem 23 Years Later with Eric Brewer appeared first on Software Engineering Daily.
7/25/2023 • 43 minutes, 7 seconds
Data-Centric AI with Alex Ratner
Companies have high hopes for Machine learning and AI to support real-time product offerings, prevent fraud and drive innovation. But there was a catch – training models require labeled data that machines can digest. As data volumes increase, the opportunity to get great ML results rises, but so does the problem of labeling all the
The post Data-Centric AI with Alex Ratner appeared first on Software Engineering Daily.
7/20/2023 • 47 minutes, 29 seconds
Cloud-native Search with Paul Masurel
Elasticsearch is the most established solution today to search and analyze large amounts of logs. However, it can be costly and complex to manage. Quickwit searches large amounts of append only cloud data like logs or ledgers in a fraction time with significantly less cost than Elasticsearch. In this episode, we interview Paul Masurel, one
The post Cloud-native Search with Paul Masurel appeared first on Software Engineering Daily.
7/18/2023 • 1 hour, 5 minutes, 6 seconds
Engineering Insights with Christina Forney
As Companies scale and their codebase becomes large, it can become difficult to measure team effectiveness. With so many moving pieces, and an increased lack of visibility, Engineering Leaders mostly rely on gut feelings to guide decisions and determine impact. Uplevel pulls meta-data from programs like Git, Slack, Jira and public calendar events and uses
The post Engineering Insights with Christina Forney appeared first on Software Engineering Daily.
7/13/2023 • 37 minutes, 25 seconds
Making Data-Driven Decisions with Soumyadeb Mitra
Rudderstack is a warehouse-native customer data platform (CDP) that helps businesses collect, unify, and activate customer data from all their different sources. In today’s episode, we’re talking to Soumyadeb Mitra, the founder and CEO of Rudderstack. We discuss the importance of activating all your data, how Rudderstack can help you activate your data, the challenges
The post Making Data-Driven Decisions with Soumyadeb Mitra appeared first on Software Engineering Daily.
7/11/2023 • 47 minutes, 51 seconds
Shipping Oxide with Bryan Cantrill
Hyperscalers refer to expansive cloud service providers capable of delivering enterprise-scale computing and storage services. Companies like Google, Amazon, Facebook that have huge data centers and are either running their own software or renting out this infrastructure can be called Hyperscalers. These Hyperscalers realized a long time back that the traditional Network, Storage & Compute
The post Shipping Oxide with Bryan Cantrill appeared first on Software Engineering Daily.
7/7/2023 • 56 minutes, 20 seconds
Trusted Software Supply Chain with Vincent Danen
Available as a cloud service, Red Hat Trusted Software Supply Chain provides a DevSecOps framework to create applications more securely. Vincent Danen is the VP of Product Security at Red Hat and joins us in this episode. Red Hat has been a Secure Open Source software provider for very long. We discuss how the Red
The post Trusted Software Supply Chain with Vincent Danen appeared first on Software Engineering Daily.
7/5/2023 • 41 minutes, 25 seconds
Customer-facing Analytics with Tyler Wells
The state of Data inside most companies is chaotic. It takes significant time and investment to tame this chaos. When you are a platform provider you are gathering tons of data from the developers using your platform. These developers building products on your platform need insight into that data to better understand how their application
The post Customer-facing Analytics with Tyler Wells appeared first on Software Engineering Daily.
6/30/2023 • 48 minutes, 45 seconds
Resale Revolution with Richie Ganney and Harry Riley
The company Continue has a new take on the resale marketplace. By partnering with brands and pulling post-purchase data onto their platform, this innovative solution simplifies and enhances the resale process, empowering consumers to participate in a more sustainable and circular economy. Richie Ganney and Harry Riley are the Co-founders of Continue and they join
The post Resale Revolution with Richie Ganney and Harry Riley appeared first on Software Engineering Daily.
6/29/2023 • 45 minutes, 14 seconds
Superfast JVM Startup with Gerrit Grunwald
CRaC (Coordinated Restore at Checkpoint) is a new technology that can improve startup and warmup times by orders of magnitude. It is a project of OpenJDK that was proposed and led by Azul. The CRaC Project defines public Java APIs that allow for the coordination of resources during checkpoint and restore operations. With CRaC, a
The post Superfast JVM Startup with Gerrit Grunwald appeared first on Software Engineering Daily.
6/26/2023 • 53 minutes, 22 seconds
WebAssembly with Matt Butcher
WebAssembly is a low-level binary format for the web that is compiled from other languages to offer maximized performance and is meant to augment the places where JavaScript isn’t sufficient. High Performance applications like AutoCAD, Figma and Photoshop are now leveraging the capabilities of WebAssembly to provide native experiences on the web. Matt Butcher is
The post WebAssembly with Matt Butcher appeared first on Software Engineering Daily.
6/23/2023 • 45 minutes, 32 seconds
Building Enterprise Applications with Robert Cooke
In this episode, we are talking to Robert Cooke, founder and CTO of 3forge. He has spent the last decade creating a full stack software platform that revolutionized enterprise real-time data management, visualization, and workflows through its inventive “high impact code” concept. With offices in New York, London, and Singapore, 3forge has been serving a
The post Building Enterprise Applications with Robert Cooke appeared first on Software Engineering Daily.
6/22/2023 • 1 hour, 2 minutes, 39 seconds
Solving Usage-Based Pricing with Puneet Gupta
Usage-Based Pricing is becoming more and more popular. Led by the wild popularity of cloud service providers such as AWS, customers are demanding more visibility into usage information and more accountability for the dollars they spend on a service. But historically service oriented products have shied away from usage based pricing because of the complexity
The post Solving Usage-Based Pricing with Puneet Gupta appeared first on Software Engineering Daily.
6/19/2023 • 34 minutes, 41 seconds
Shipping Features with Ben Rometsch
Feature flags also known as feature toggles, release toggles or feature flippers are a way to enable or disable a particular feature from your app without making any changes to the source code. You can turn on or off a particular functionality without deploying new code. Feature flags can also be used to serve different
The post Shipping Features with Ben Rometsch appeared first on Software Engineering Daily.
6/15/2023 • 1 hour, 8 minutes, 58 seconds
Data Reliability with Barr Moses and Lior Gavish
As companies depend more on data to improve digital products and make informed decisions, it’s crucial that the data they use be accurate and reliable. MonteCarlo, the data reliability company, is the creator of the industry’s first end-to-end data observability platform. Barr Moses and Lior Gavish are the founders of Monte Carlo and they join
The post Data Reliability with Barr Moses and Lior Gavish appeared first on Software Engineering Daily.
6/12/2023 • 56 minutes, 22 seconds
Modern Robotics Platform with Eliot Horowitz
Programming robotics software has traditionally been a specialized field. The software industry has seen rapid progress, the operating system that provides the foundation for our software applications is taken care of by companies like Google, Microsoft, and other players like Canonical, Amazon, etc. The robotics industry still needs that OS layer that handles the complexities
The post Modern Robotics Platform with Eliot Horowitz appeared first on Software Engineering Daily.
6/6/2023 • 40 minutes, 48 seconds
Cloud Native Search with Vinayak Borkar
Mach5 Search is a slide-in, cloud-native replacement for Elasticsearch and OpenSearch that immediately saves up to 90% in operating cost. Mach5 Search can run on top of Google BigQuery, Snowflake, and Databricks, or natively on Object Stores in all the major clouds. Vinayak Borkar is the CEO and Co-Founder of Mach5 Software and he joins
The post Cloud Native Search with Vinayak Borkar appeared first on Software Engineering Daily.
6/1/2023 • 1 hour, 2 minutes, 20 seconds
Observability for Your Cloud Dependencies with Jeff Martens
Metrist is an observability platform designed to commoditize application observability. Jeff Martens is the CEO of Metrist, and he joins us today. This episode is hosted by Lee Atchison. Lee Atchison is a software architect, author, and thought leader on cloud computing and application modernization. His most recent book, Architecting for Scale (O’Reilly Media) is an
The post Observability for Your Cloud Dependencies with Jeff Martens appeared first on Software Engineering Daily.
5/30/2023 • 38 minutes, 45 seconds
Low-Code SQL on dbt Core with Raj Bains from Prophecy
In this podcast episode, we take a look at the intricacies of low-code data pipelines with Raj Bains, the founder of Prophecy.io. Raj shares valuable insights into how performant low-codedata pipelines are revolutionizing industries and transforming everyday operations. Raj discusses the founding story of Prophecy.io, the company’s mission, and its approach to democratizing the creation
The post Low-Code SQL on dbt Core with Raj Bains from Prophecy appeared first on Software Engineering Daily.
5/26/2023 • 53 minutes, 45 seconds
Cloud-native Control Planes with Bassam Tabbara
Crossplane is an innovative open source control plane framework that helps companies provide managed access to cloud native control planes. Upbound provides a single global platform to build, deploy, and operate these internally managed control planes that are powered by cross plane. Bassam Tabbara is the CEO of Upbound, and he joins us today. Free
The post Cloud-native Control Planes with Bassam Tabbara appeared first on Software Engineering Daily.
5/24/2023 • 24 minutes, 49 seconds
PromptOps with Dev Nag
When your application fails, finding the reason quickly is essential for limiting downtime. Often, most of the time it takes to repair a problem is taken by figuring out what exactly went wrong. PromptOps is a service designed to make tracing the answer to why something happened back to the original cause. Dev Nag is
The post PromptOps with Dev Nag appeared first on Software Engineering Daily.
5/23/2023 • 22 minutes, 32 seconds
Shift Conference with Ivan Burazin
In the Software Industry, Conferences are crucial for developers, offering learning, networking, and collaboration opportunities. Attendees stay updated on the latest technologies, gain new skills, and connect with peers. These events expose developers to industry trends, inspire innovation, and foster professional growth. Overall, Conferences play a vital role in advancing knowledge, building connections, and driving
The post Shift Conference with Ivan Burazin appeared first on Software Engineering Daily.
5/19/2023 • 51 minutes, 45 seconds
Software Supply Chain with Feross Aboukhadijeh
The software supply chain refers to the process of creating and distributing software products. This includes all of the steps involved in creating, testing, packaging, and delivering software to end-users or customers. Socket is a new security company that can protect your most critical apps from supply chain attacks. They are taking an entirely new
The post Software Supply Chain with Feross Aboukhadijeh appeared first on Software Engineering Daily.
5/16/2023 • 44 minutes, 16 seconds
Chaos Engineering with Uma Mukkara
Chaos engineering is a discipline within the field of software engineering that focuses on testing and improving the resilience and stability of a system by intentionally introducing controlled instances of chaos and failure. The primary goal of chaos engineering is to identify and address potential weaknesses and vulnerabilities in a system, ultimately making it more
The post Chaos Engineering with Uma Mukkara appeared first on Software Engineering Daily.
5/15/2023 • 41 minutes, 46 seconds
CAP Theorem 23 Years Later with Eric Brewer
The CAP theorem, also known as Brewer’s theorem, is a fundamental principle in distributed systems that states that it is impossible to simultaneously achieve three desirable properties in a distributed data system: Consistency, Availability, and Partition tolerance. Eric Brewer is the VP of Infrastructure & Google Fellow at Google and he joins us today.
The post CAP Theorem 23 Years Later with Eric Brewer appeared first on Software Engineering Daily.
5/12/2023 • 48 minutes, 47 seconds
Early Stage Venture Capital with Astasia Myers
Astasia is a Partner on Quiet Capital’s enterprise team. Prior to joining Quiet, she was an investor on Redpoint Venture’s early stage enterprise team. Astasia joins the show to talk about Early Stage Venture Capital. Sean’s been an academic, startup founder, and Googler. He has published works covering a wide range of topics from information
The post Early Stage Venture Capital with Astasia Myers appeared first on Software Engineering Daily.
5/11/2023 • 53 minutes, 4 seconds
Kubernetes Security with Ian Coldwater
Ian Coldwater is a DevSecOps engineer turned red teamer who specializes in breaking and hardening Kubernetes, containers, and cloud native infrastructure. In their spare time, they like to go on cross-country road trips, capture flags, and eat a lot of pie. Ian lives in Minneapolis and tweets as @IanColdwater. Sponsorship inquiries: [email protected]
The post Kubernetes Security with Ian Coldwater appeared first on Software Engineering Daily.
5/8/2023 • 32 minutes, 17 seconds
Cloud Native in 2023 with Chris Aniszczyk
Cloud native technologies empower organizations to build and run scalable applications in modern, dynamic environments such as public, private, and hybrid clouds. Containers, service meshes, microservices, immutable infrastructure, and declarative APIs exemplify this approach. These techniques enable loosely coupled systems that are resilient, manageable, and observable. Combined with robust automation, they allow engineers to make
The post Cloud Native in 2023 with Chris Aniszczyk appeared first on Software Engineering Daily.
5/4/2023 • 32 minutes, 17 seconds
GitOps for Kubernetes with Priyanka Ravi and Stefan Prodan
Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. Although it improves the management and scaling of infrastructure and applications, Kubernetes frequently has challenges managing the complexity of releasing applications. Git is the most widely used version-control system in the software industry today. GitOps is a set of procedures that uses
The post GitOps for Kubernetes with Priyanka Ravi and Stefan Prodan appeared first on Software Engineering Daily.
5/2/2023 • 1 hour, 5 minutes, 14 seconds
Bug Reporting is Broken and how Jam is Fixing that with Dani Grant & Mohd Irtefa
Bug reporting hasn’t changed since the 1990’s. Despite all the technological advancements we’ve made in the rest of software development, the way we handle bugs has stayed the same. It is common practice for non technical teams to provide bug reports that are missing vital information for developers to identify and quickly fix code, such
The post Bug Reporting is Broken and how Jam is Fixing that with Dani Grant & Mohd Irtefa appeared first on Software Engineering Daily.
5/1/2023 • 37 minutes, 41 seconds
Pre-configured Development Environments with John Craft and Ramiro Berrelleza
In this episode we have two guests Ramiro Berrelleza is the founder and CEO of Okteto, a developer tool that helps you create production like dev environments in the cloud for every developer. Ramiro will tell us how to easily make replica environments for your day to day development , but computing related infrastructure is
The post Pre-configured Development Environments with John Craft and Ramiro Berrelleza appeared first on Software Engineering Daily.
4/26/2023 • 43 minutes, 5 seconds
Cloud-Oriented Programming (Part 2) with Elad Ben-Israel
The cloud has become an all-encompassing platform for running diverse applications and enabling individuals and teams to add value by utilizing services and infrastructure that streamline the process of software building and operation. Nonetheless, the cloud has presented new hurdles for developers as it is intricate, and application development demands comprehension of cloud service intricacies.
The post Cloud-Oriented Programming (Part 2) with Elad Ben-Israel appeared first on Software Engineering Daily.
4/24/2023 • 50 minutes, 10 seconds
Open-Source Embedding Database
Chroma is an open source embedding database that is designed to make it easy to build large language model applications by making knowledge, facts and skills pluggable. Anton Troynikov is the co-founder of Chroma and he is our guest today. This episode is hosted by Lee Atchison. Lee Atchison is a software architect, author, and
The post Open-Source Embedding Database appeared first on Software Engineering Daily.
4/20/2023 • 32 minutes, 37 seconds
Cloud-Oriented Programming with Elad Ben-Israel
The cloud has become an all-encompassing platform for running diverse applications and enabling individuals and teams to add value by utilizing services and infrastructure that streamline the process of software building and operation. Nonetheless, the cloud has presented new hurdles for developers as it is intricate, and application development demands comprehension of cloud service intricacies.
The post Cloud-Oriented Programming with Elad Ben-Israel appeared first on Software Engineering Daily.
4/19/2023 • 46 minutes, 28 seconds
Multi-player Coding with Nathan Sobo
Code editors are complex and demanding pieces of software that are both essential tools and constant companions for developers. Today, we are interviewing Nathan Sobo to hear about Zed, a code editor focused on “multiplayer” experiences, performance and a streamlined, minimalist design. Nathan Sobo was a member of the Atom editor team at GitHub, which
The post Multi-player Coding with Nathan Sobo appeared first on Software Engineering Daily.
4/18/2023 • 54 minutes, 58 seconds
Pricing and Packaging Orchestration with Anton Zagrebelny
Most companies aren’t in the building business yet they need to deal with pricing and billing as a core piece of technology whether they want to or not. Stigg is an easy to implement headless pricing and packaging platform that takes a lot of the hassle out of pricing and billing for your SaaS application.
The post Pricing and Packaging Orchestration with Anton Zagrebelny appeared first on Software Engineering Daily.
4/14/2023 • 37 minutes, 48 seconds
Cloud Cost Management with Roi Ravhon
Finout helps FinOps, DevOps, and Finance to manage & reduce cloud spend and improve the company’s profitability without adding code or changing existing tags. Roi Ravhon is the Co-founder and CEO at Finout and he joins us today. Full disclosure: Finout is a sponsor of Software Engineering Daily. Alex is an AWS Data Hero, an
The post Cloud Cost Management with Roi Ravhon appeared first on Software Engineering Daily.
4/13/2023 • 44 minutes, 11 seconds
Data Activation with Tejas Manohar
Data Activation is the method of unlocking the knowledge sorted within your data warehouse, and making it actionable by your business users in the end tools that they use every day. In doing so, Data Activation helps bring data people toward the center of the business, directly tying their work to business outcomes. Hightouch is
The post Data Activation with Tejas Manohar appeared first on Software Engineering Daily.
4/13/2023 • 40 minutes, 39 seconds
Unified DataOps for Teams and Enterprise with Estuary.dev
Enabling data engineers to create data pipelines easily while delivering data streams that meet low-latency, production requirements is a difficult balancing act. David Yaffe and Johnny Gaettinger join us today to share how they have created that balance at Estuary. Estuary is a data operations platform that synchronizes data across the systems where data lives
The post Unified DataOps for Teams and Enterprise with Estuary.dev appeared first on Software Engineering Daily.
4/10/2023 • 58 minutes, 31 seconds
Self-Service Data Culture with Stemma’s Mark Grover
A data catalog provides an index into the data sets and schemas of a company.Data teams are growing in size, and more companies than ever have a data team, so the market for data catalog is larger than ever. Mark is the CEO of Stemma and the co-creator of Amundsen, a data catalog that came
The post Self-Service Data Culture with Stemma’s Mark Grover appeared first on Software Engineering Daily.
4/7/2023 • 52 minutes, 31 seconds
Streaming Analytics with Hojjat Jafarpour
Streaming analytics refers to the process of analyzing real-time data that is generated continuously and rapidly from various sources, such as sensors, applications, social media, and other internet-connected devices. Streaming analytics platforms enable organizations to extract business value from data in motion, similar to how traditional analytics tools derive insights from data at rest. DeltaStream
The post Streaming Analytics with Hojjat Jafarpour appeared first on Software Engineering Daily.
4/6/2023 • 46 minutes, 48 seconds
Observability via Snapshots with Liran Haimovitch
Observability refers to the capability of comprehending the internal functioning of a complex system by observing its external outputs. Observability tools help developers understand the entire scenario of an application by digging into the data that is being used and recorded. And can help pipe data across various solutions used within enterprises to read and
The post Observability via Snapshots with Liran Haimovitch appeared first on Software Engineering Daily.
4/5/2023 • 35 minutes, 36 seconds
Turso: Globally Replicated SQLite with Glauber Costa
Distributed databases are necessary for storing and managing data across multiple nodes in a network. They provide scalability, fault tolerance, improved performance, and cost savings. By distributing data across nodes, they allow for efficient processing of large amounts of data and redundancy against failures. They can also be used to store data across multiple locations
The post Turso: Globally Replicated SQLite with Glauber Costa appeared first on Software Engineering Daily.
4/3/2023 • 56 minutes, 12 seconds
Platform Engineering with Luca Galante
The increasing complexity of modern cloud-native architectures has led to the emergence Platform Engineering. This practice involves the development and upkeep of an integrated product, known as an “Internal Developer Platform,” which serves as a flexible and supported abstraction layer between application developers and the underlying technologies. Luca Galante leads Product at Humanitec and he
The post Platform Engineering with Luca Galante appeared first on Software Engineering Daily.
3/31/2023 • 55 minutes, 47 seconds
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,
The post Hardening C++ with Bjarne Stroustrup appeared first on Software Engineering Daily.
3/28/2023 • 1 hour, 19 minutes, 12 seconds
Seamless SecOps with Jack Naglieri
A SIEM platform provides organizations with a powerful tool for improving their security posture, by providing insights into potential security threats and enabling proactive security measures. Panther is a Cloud based security monitoring platform that helps teams detect and respond to security breaches quickly and intelligently. Jack Naglieri is the Founder and CEO of Panther
The post Seamless SecOps with Jack Naglieri appeared first on Software Engineering Daily.
3/22/2023 • 48 minutes, 41 seconds
Observability Trends with John Hart
DataSet is a log analytics platform provided by Sentinel One that helps DevOps, IT engineering, and security teams get answers from their data across all time periods, both live streaming and historical. It’s powered by a unique architecture that uses a massively parallel query engine to provide actionable insights from the data available. John Hart
The post Observability Trends with John Hart appeared first on Software Engineering Daily.
3/20/2023 • 31 minutes, 59 seconds
Building Delightful User Experiences with Guillermo Rauch
Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration. Vercel’s Edge Functions enable you to deliver dynamic, personalized content with the lightweight Edge Runtime. Guillermo Rauch is the CEO at Vercel and he joins us today. This episode is hosted by Mike Bifulco. To
The post Building Delightful User Experiences with Guillermo Rauch appeared first on Software Engineering Daily.
3/15/2023 • 57 minutes, 6 seconds
Improved Java Performance Sans Code Changes with Simon Ritter
What are the reasons why we need to improve performance? The JVM is a powerful piece of software – this is the reason why Java has maintained its popularity over the past 26+ years. But… there are some ways that the JVM works that can impact the performance of your applications. One of the biggest
The post Improved Java Performance Sans Code Changes with Simon Ritter appeared first on Software Engineering Daily.
3/13/2023 • 50 minutes, 52 seconds
Data Investing and the MAD with Matt Turck
There are many types of early stage funding available from friends and family to seed to series A. Some firms invest across a wide set of technologies and seek only to provide capital. Others are in it for the long haul – they focus on specific areas of technology and develop both long term relationships
The post Data Investing and the MAD with Matt Turck appeared first on Software Engineering Daily.
3/10/2023 • 51 minutes, 8 seconds
eBPF with Thomas Graf
eBPF stands for “extended Berkeley Packet Filter” and is a technology that allows developers to write and run highly efficient and secure programs that can analyze and modify data packets as they move through a system. eBPF programs can be used for a wide range of purposes, including network monitoring, security, and performance optimization. Thomas
The post eBPF with Thomas Graf appeared first on Software Engineering Daily.
3/6/2023 • 51 minutes, 39 seconds
Netlify with Mathias Biilmann Christensen
Netlify is a cloud-based platform that provides web developers with an all-in-one workflow to build, deploy, and manage modern web projects. Matt Biilmann is the CEO of Netlify and he joins us today. This episode is hosted by Mike Bifulco. To learn more about Mike visit mikebifulco.com Sponsorship inquiries: [email protected]
The post Netlify with Mathias Biilmann Christensen appeared first on Software Engineering Daily.
3/2/2023 • 58 minutes, 3 seconds
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
The post Surviving ChatGPT with Christian Hubicki appeared first on Software Engineering Daily.
2/24/2023 • 1 hour, 16 minutes, 10 seconds
Seeding Bold Engineers with Lee Edwards
Lee Edwards is a Partner at Root Ventures, a venture capital firm that invests in early-stage startups that are focused on solving hard engineering problems. Lee is an investor in Privacy Dynamics, a company that offers data anonymisation as a service. You can listen to our interview with the CTO of Privacy Dynamics, John Craft
The post Seeding Bold Engineers with Lee Edwards appeared first on Software Engineering Daily.
2/23/2023 • 1 hour, 6 minutes, 8 seconds
Creating Mock APIs with Tom Akehurst
API mocking is a technique used to simulate the behavior of an API without actually connecting to the real API. It is useful for various reasons, including testing, isolation, development, and cost reduction. By using API mocking, developers can test their code without relying on the availability of the real API, isolate the code being
The post Creating Mock APIs with Tom Akehurst appeared first on Software Engineering Daily.
2/23/2023 • 47 minutes, 13 seconds
Pebblebed with Keith Adams
Keith Adams has worked previously at Facebook and has also been a Chief Architect at Slack. He joins us today to discuss technology, startups, investing, and like all conversations that exist today, ChatGPT.
The post Pebblebed with Keith Adams appeared first on Software Engineering Daily.
2/15/2023 • 53 minutes, 1 second
Kubernetes Cost Management with Matt Ray
As companies move more and more workloads to the cloud, cost management in the cloud is becoming critically important. Modern application development methodology increasingly involves moving to service and microservice architectures enabled by the cloud and kubernetes is the backbone of this modern infrastructure trend. Managing costs of kubernetes clusters is therefore becoming increasingly important.
The post Kubernetes Cost Management with Matt Ray appeared first on Software Engineering Daily.
2/11/2023 • 45 minutes, 52 seconds
Learning From Incidents with Nora Jones
Jeli.io is an end to end incident management tool. Jeli helps you understand why an incident took place, how it could’ve been prevented, and allows you to dive deep into uncovered themes, patterns, or problem areas! Nora Jones is the Founder and CEO at Jeli.io and she joins us today. Full disclosure: Jeli.io is a
The post Learning From Incidents with Nora Jones appeared first on Software Engineering Daily.
2/6/2023 • 35 minutes, 21 seconds
Streamdal: Streaming Data Performance Monitoring with Ustin Zarubin and Dan Selans
Data observability is the idea of creating a unified view of all the data so you can head off problems early, identify outages, and address any conflicts in real time. Today we’re interviewing Streamdal’s founders Ustin Zarubin and Dan Selans. They’re gonna share with us how they’re using an application monitoring approach to address the
The post Streamdal: Streaming Data Performance Monitoring with Ustin Zarubin and Dan Selans appeared first on Software Engineering Daily.
2/3/2023 • 1 hour, 4 minutes, 56 seconds
Istio Ambient Mesh with Brian Gracely
Let’s say you have a set of microservices running on a Kubernetes cluster. In the past, developers used to program features like service discovery, observability, who’s allowed to talk to whom and other security related features directly into the application code. This slowed down the dev cycle and it made these microservices bigger and just
The post Istio Ambient Mesh with Brian Gracely appeared first on Software Engineering Daily.
2/2/2023 • 46 minutes, 54 seconds
Dev-First Kubernetes Operations Platform with Itiel Shwartz
Kubernetes is an open-source platform for automating the deployment, scaling, and management of containerized applications. The company Komodor started as a Kubernetes diagnostics platform focusing on Kubernetes troubleshooting for the entire Kubernetes stack. More recently, Komodor is taking a step towards becoming a single-pane-of-glass to simplify Kubernetes for developers. In the past, they were more
The post Dev-First Kubernetes Operations Platform with Itiel Shwartz appeared first on Software Engineering Daily.
2/1/2023 • 40 minutes, 23 seconds
Permit Elements and Fullstack Authorization with Or Weis
Permissions are Hard! And they are becoming harder as we move more into the Cloud-native ecosystem. If we go back in time to the point where it was just a single monolith that you were building on your own. You’ll probably have a framework to manage the permissions for you. But when you are working
The post Permit Elements and Fullstack Authorization with Or Weis appeared first on Software Engineering Daily.
1/24/2023 • 59 minutes, 6 seconds
Databricks Unity Catalog with Zeashan Pappa
Data catalogs are one way to address the tension between wanting to use all the data for business advantage and needing to govern all the data for compliance. Today, Zeashan Pappa, a Databricks Product Specialist for the Unity Catalog, joins us to discuss how catalogs can help companies capture the full value of their data.
The post Databricks Unity Catalog with Zeashan Pappa appeared first on Software Engineering Daily.
1/19/2023 • 52 minutes, 7 seconds
Webhooks at Scale with Alexandre Bouchard
Webhooks are used in connecting two different online applications. Webhooks allow one program to send data to another as soon as a certain event takes place.And because they are event-driven, webhooks are ideal for things like real-time notifications and data updates. The company Hookdeck helps build webhook integrations at scale. In this episode, we talk
The post Webhooks at Scale with Alexandre Bouchard appeared first on Software Engineering Daily.
1/17/2023 • 1 hour, 1 minute, 25 seconds
Caching at Twitter with Yao Yue
Twitter is a social media platform that does some incredibly complex stuff when it comes to distributed systems engineering to keep the website up and running. Twitter has open sourced a lot of projects for others to use. Twitter created a fork of Memcached called Twemcache and also a fork of Redis to handle the
The post Caching at Twitter with Yao Yue appeared first on Software Engineering Daily.
1/12/2023 • 53 minutes, 16 seconds
Cloud Native Compiler with John Ceccarelli
Java is a write once run anywhere programming language. The way you do that is you use the javac compiler and compile the source files down to the class files. Those class files can run on any system in interpreted mode. But those class files that are run in interpreted mode, they are not machine
The post Cloud Native Compiler with John Ceccarelli appeared first on Software Engineering Daily.
1/11/2023 • 44 minutes, 17 seconds
MLOps Systems at Scale with Krishna Gade
Although we like to think about ML workflows as straight-line narratives from experiment to training to production, and then finally monitoring; the reality for large companies is that all the steps are happening at one time in concert with other models, with shifting data, and, sometimes, misaligned key feature inputs. Moreover, regulated firms are required
The post MLOps Systems at Scale with Krishna Gade appeared first on Software Engineering Daily.
1/10/2023 • 53 minutes, 18 seconds
Optimizing Cloud Data Platforms with Mingsheng Hong
Mingsheng Hong, is CEO and co-founder (along with Zheng Shao) of Bluesky. He is a thought leader for machine learning and has built data infrastructure to support some of the world’s most challenging workloads. Most recently, Mingsheng was at Google, where he led teams to build storage and querying stacks that power Google’s $100 billion
The post Optimizing Cloud Data Platforms with Mingsheng Hong appeared first on Software Engineering Daily.
1/6/2023 • 56 minutes, 41 seconds
Software Supply Chain with Dan Lorenc
Show host: Jordi Mon Companys Guest: Dan Lorenc
The post Software Supply Chain with Dan Lorenc appeared first on Software Engineering Daily.
1/6/2023 • 24 minutes, 12 seconds
Open Source Software Lifecycle Management and Security with Varun Badhwar
In this episode we talk with Varun Badhwar, Founder and CEO of Endor Labs. Show host: Sean Falconer Transcript
The post Open Source Software Lifecycle Management and Security with Varun Badhwar appeared first on Software Engineering Daily.
1/5/2023 • 49 minutes, 34 seconds
Pipelines as Code with Sam Alba
Show Host: Jordi Mon Companys Guest: Sam Alba Transcript
The post Pipelines as Code with Sam Alba appeared first on Software Engineering Daily.
1/4/2023 • 46 minutes, 1 second
API Testing in Kubernetes with Matthew LeRay
As applications grow in size and complexity, and as they increasingly move to microservice architectures, it becomes harder for individual developers to perform end-to-end tests of an entire application stack. Connecting development services to production services is off limits. Test environments are limited to automated tests. Staging environments are woefully inadequate with the amount of
The post API Testing in Kubernetes with Matthew LeRay appeared first on Software Engineering Daily.
1/3/2023 • 36 minutes, 28 seconds
Open Source Design Collaboration
Show Host: Jordi Mon Companys Heather Meeker Scott Jenson Pablo Ruiz-Múzquiz Transcript
The post Open Source Design Collaboration appeared first on Software Engineering Daily.
1/2/2023 • 1 hour, 3 minutes, 18 seconds
API Observability with Jean Yang
Transcript
The post API Observability with Jean Yang appeared first on Software Engineering Daily.
12/30/2022 • 40 minutes, 27 seconds
Startup Investing with Ashmeet Sidana
Silicon Valley has many investors and Venture Capital firms, but most are not trying to solve hard technical problems. Engineering Capital partners with companies that are taking a technical risk. These are the companies who have some innovation where there is a doubt on whether it can even be built. Ideally, the market for this
The post Startup Investing with Ashmeet Sidana appeared first on Software Engineering Daily.
12/22/2022 • 58 minutes, 36 seconds
The Enterprise Data Catalog with Ole Olesen-Bagneux
We do it every day. We search on the internet for some information. Many ask, why is that easy? And yet doing the same thing at my company is hard sometimes, not even possible. And when you do get the data, it’s unclear where it’s from or the degree you can trust it or use
The post The Enterprise Data Catalog with Ole Olesen-Bagneux appeared first on Software Engineering Daily.
12/14/2022 • 1 hour, 12 minutes, 44 seconds
Minimizing PII in Dev Environments with John Craft
Data anonymisation is an ever more important problem with many pitfalls, and the legal context requires more and more companies to find a solution to it. In this episode, we talk to John Craft from Privacy Dynamics, who offer data anonymisation as a service. Privacy Dynamics is powering a world where ethics, data insights and
The post Minimizing PII in Dev Environments with John Craft appeared first on Software Engineering Daily.
12/12/2022 • 57 minutes, 23 seconds
Financial Data Aggregation for SMB with Jason Dryhurst-Smith
Fintechs and traditional finance firms want to help their small business customers replace disorganized competing manual processes and multiple data sources with a single unified set of services and data. They could do that. They could more easily offer quicker decisions, better customer experience, and even get more first time customers founded in 2017. Codat
The post Financial Data Aggregation for SMB with Jason Dryhurst-Smith appeared first on Software Engineering Daily.
12/9/2022 • 1 hour, 8 minutes, 14 seconds
OpenSSL Vulnerability with Ilkka Turunen
OpenSSL is a free, open-source cryptographic library that provides secure communications over computer networks. It’s widely used to implement the secure socket layer (SSL) and transport layer security (TLS) protocols, which are the basis for secure, encrypted connections on the internet. On Oct 25th, the OpenSSL project informed its users of a critical vulnerability that
The post OpenSSL Vulnerability with Ilkka Turunen appeared first on Software Engineering Daily.
12/7/2022 • 50 minutes, 34 seconds
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
The post Special Episode with George Hotz appeared first on Software Engineering Daily.
12/5/2022 • 1 hour, 3 minutes, 52 seconds
Twisp: Reinventing Accounting Systems with Michael Parsons
Monolithic relational databases are the traditional foundation of financial core ledger systems. Nevertheless, the process of building and operating mission critical financial ledgers on these databases, and implementing homegrown accounting models, is a journey fraught with engineering challenges. Twisp has set out to rethink the underlying technology for financial ledger systems by combining the operational
The post Twisp: Reinventing Accounting Systems with Michael Parsons appeared first on Software Engineering Daily.
12/2/2022 • 47 minutes, 48 seconds
Modernizing the Monolith with Moti Rafalin and Amir Rapson
Java Applications became the go-to preference of most developers because of the write-once-run-anywhere advantage it gave over other languages. And it didn’t take much time for Java to become the language for the enterprise. Consequently, most enterprises are still running legacy Java Monoliths on their infrastructure. Breaking up a monolith is not an easy process–nor
The post Modernizing the Monolith with Moti Rafalin and Amir Rapson appeared first on Software Engineering Daily.
11/30/2022 • 55 minutes, 56 seconds
Cloud-native WebAssembly with Matt Butcher
When Web Assembly was created it was supposed to be a compile target, where you could compile your favorite programming language and then execute it inside of a web browser. This made it possible for developers to choose a programming language like C++ for compute intensive applications. Fermyon is taking Web Assembly to the cloud.
The post Cloud-native WebAssembly with Matt Butcher appeared first on Software Engineering Daily.
11/26/2022 • 1 hour, 4 minutes, 57 seconds
VMware Tanzu with Betty Junod
If you are a company with a large pool of physical servers, and compute resources sitting in the data center, and you want to use them efficiently, one way to do that would be to virtualize them. Then you can use those smaller virtual compute resources to run whatever workloads you need. VMware is a
The post VMware Tanzu with Betty Junod appeared first on Software Engineering Daily.
11/18/2022 • 33 minutes, 27 seconds
Secure Workflows on Sensitive Data with Amruta Moktali
With an increasing number of data breaches impacting customer trust, prioritizing data privacy and security is more important than ever. However, as you layer on security and privacy, the overall complexity of a system grows and the data gets harder to use. There’s a constant push and pull between securing and locking down the data
The post Secure Workflows on Sensitive Data with Amruta Moktali appeared first on Software Engineering Daily.
11/16/2022 • 51 minutes, 52 seconds
Collaborative Notebooks for DevOps and SRE with Micha Hernandez
The complexity of the software infrastructure has been increasing as companies have migrated towards kubernetes, containers, microservices and other distributed systems. However the tools around observability and monitoring have not seen much improvement. These tools are usually managed by teams distributed across different locations and time zones, which results in siloing of knowledge of your
The post Collaborative Notebooks for DevOps and SRE with Micha Hernandez appeared first on Software Engineering Daily.
11/15/2022 • 38 minutes, 55 seconds
Accessing Data at Scale with Justin Borgman
The Presto/Trino project makes distributed querying easier across a variety of data sources. As the need for machine learning and other high volume data applications has increased, the need for support, tooling, and cloud infrastructure for Presto/Trino has increased with it. Starburst helps your teams run fast queries on any data source. With Starburst you
The post Accessing Data at Scale with Justin Borgman appeared first on Software Engineering Daily.
11/11/2022 • 53 minutes, 32 seconds
Building on the Data Cloud with Torsten Grabs
Building and managing data-intensive applications has traditionally been costly and complex, and has placed an operational burden on developers to maintain as their organization scales. Todays’ developers, data scientists, and data engineers need a streamlined, single cloud data platform for building applications, pipelines, and machine learning models — without having to move or copy their
The post Building on the Data Cloud with Torsten Grabs appeared first on Software Engineering Daily.
11/7/2022 • 47 minutes, 21 seconds
Cloud Asset Management with Serhat Can
Companies are rapidly moving to the cloud, and modern businesses are operating faster with a myriad of SaaS tools in their day-to-day operations. Provisioning resources has been easier than ever. With a few clicks you can spin up resources in any part of the world. While we all love the cloud because of the scalability
The post Cloud Asset Management with Serhat Can appeared first on Software Engineering Daily.
11/3/2022 • 38 minutes, 29 seconds
The Cyber Frontier with Mikko Hypponen
Mikko Hypponen is the CRO of WithSecure and a principal research Officer at F-Secure. In this interview with our host, Jordi Mon, he discusses the eventful and rocky early start of his software engineering career, hybrid warfare, reverse engineering, recent exploits like Log for Shell and heart bleed, and more. This episode is packed with
The post The Cyber Frontier with Mikko Hypponen appeared first on Software Engineering Daily.
11/1/2022 • 46 minutes, 20 seconds
Tao of React with Alex Kondov
React is the most widely used front-end framework. It pioneered the component model and influenced the software design of all modern web applications. React is not an opinionated tool, allowing engineers to shape their applications in a way that fits the problems at hand. However, this freedom of expression can be very confusing to newcomers.
The post Tao of React with Alex Kondov appeared first on Software Engineering Daily.
10/26/2022 • 44 minutes, 26 seconds
Modern Application Observability with Berkay Mollamustafaoglu
Observability is a critical aspect of modern digital applications. You can’t operate an application at scale that satisfies your customer needs without understanding how the application is currently performing, whether it’s understanding the current operating needs of the application, adjusting resource usage, detecting issues before they become serious or solving an ongoing technical issue as
The post Modern Application Observability with Berkay Mollamustafaoglu appeared first on Software Engineering Daily.
10/20/2022 • 50 minutes, 3 seconds
The Quantum Leap with Dmitri Maslov
The classical computing power has doubled every two years – a pattern known as Moore’s law. However, the ability to fabricate more and more transistors in a computer chip is approaching saturation as we are approaching atomic dimensions. Quantum Computing is a promising technology to take us beyond this. A quantum Computer uses qubits to
The post The Quantum Leap with Dmitri Maslov appeared first on Software Engineering Daily.
10/18/2022 • 56 minutes, 35 seconds
Azul with John Ceccarelli
The Java Virtual Machine is an abstract machine that makes it possible for you to write Java code once and run it across multiple devices and operating system types. While you can use the OpenJDK it comes with various issues like Security Vulnerabilities and compliance. Azul is a company that specializes in Java for the
The post Azul with John Ceccarelli appeared first on Software Engineering Daily.
10/15/2022 • 32 minutes, 57 seconds
Open Source Authentication with Advait Ruia and Rishabh Poddar
Passwordless Authentication is a technique in which users are given access to an environment without entering a password or answering a security question. This allows users to access an environment securely and protects organizations against attack vectors like Keylogging, Brute force methods, and phishing. The company SuperTokens provides secure login and session management for your
The post Open Source Authentication with Advait Ruia and Rishabh Poddar appeared first on Software Engineering Daily.
10/13/2022 • 44 minutes, 31 seconds
Twisp: Reinventing the Ledger with Jarred Ward
Monolithic relational databases are the traditional foundation of financial core ledger systems. Nevertheless, the process of building and operating mission-critical ledgers to track and reconcile payments and money movement is complex. Twisp is rethinking core accounting and financial orchestration on a cloud-native ledger system, so developers can stop re-inventing the ledger and focus on building
The post Twisp: Reinventing the Ledger with Jarred Ward appeared first on Software Engineering Daily.
10/7/2022 • 45 minutes, 21 seconds
Open-source Serverless Postgres with Nikita Shamgunov
PostgreSQL is a free and open-source relational database management system. Postgres-based databases are widespread and are used by a variety of organizations, from Reddit to the International Space Station, and Postgres databases are a common offering from cloud providers such as AWS, Alibaba Cloud, and Heroku. Neon is a serverless open-source alternative to AWS Aurora
The post Open-source Serverless Postgres with Nikita Shamgunov appeared first on Software Engineering Daily.
10/5/2022 • 53 minutes, 28 seconds
Edge Impulse with Daniel Situnayake
Today, we spoke with Daniel Situnayake of Edge Impulse. We discussed AI, machine learning, edge devices, TinyML and AI tool chain. Sponsorship inquiries: [email protected]
The post Edge Impulse with Daniel Situnayake appeared first on Software Engineering Daily.
10/1/2022 • 56 minutes, 37 seconds
Codeanywhere with Toma Puljak and Vedran Jukic
Today, we spoke with Toma Puljak and Vedran Jukic of Codeanywhere. We discussed Cloud-based dev environments, Cloud-based IDEs, Infrastructure as code, Dev containers and Live collaboration. Sponsorship inquiries: [email protected]
The post Codeanywhere with Toma Puljak and Vedran Jukic appeared first on Software Engineering Daily.
9/27/2022 • 48 minutes, 43 seconds
Automatic Database Tuning with Andy Pavlo
The default configuration in most databases is meant for broad compatibility rather than performance. Database tuning is a process in which the configurations of a database are modified to achieve optimal performance. Databases have hundreds of configuration knobs that control various factors, such as the amount of memory to use for caches or how often
The post Automatic Database Tuning with Andy Pavlo appeared first on Software Engineering Daily.
9/23/2022 • 47 minutes, 2 seconds
Bridgecrew: Cloud Security with Guy Eisenkot
Cloud computing provides tools, storage, servers, and software products through the internet. Securing these resources is a constant process for companies deploying new code to their cloud environments. It’s easy to overlook security flaws because company applications are very complex and many people work together to develop them. Wyze Labs, for example, had millions of
The post Bridgecrew: Cloud Security with Guy Eisenkot appeared first on Software Engineering Daily.
9/20/2022 • 50 minutes, 9 seconds
Practical Machine Learning in JavaScript with Charlie Gerard
Originally published on January 1, 2022. Charlie Gerard is an incredibly productive developer. In addition to being the author of Practical Machine Learning in JavaScript, her website charliegerard.dev has a long list of really interesting side projects exploring the intersection of human computer interaction, computer vision, interactivity, and art. In this episode we touch on
The post Practical Machine Learning in JavaScript with Charlie Gerard appeared first on Software Engineering Daily.
9/18/2022 • 30 minutes, 39 seconds
Mental Health in Tech with Andy Johns
Software engineering can be a surprisingly grueling career. It is both physically and mentally demanding to sit in front of a screen for hours on end producing code. Andy Johns is our guest in this episode. Andy previously worked on growth at Facebook, Twitter, and Quora as an early employee. He’s also an investor in
The post Mental Health in Tech with Andy Johns appeared first on Software Engineering Daily.
9/15/2022 • 1 hour, 11 minutes, 12 seconds
Serverless Clickhouse for Developers with Jorge Sancha
Data analytics technology and tools have seen significant improvements in the past decade. But, it can still take weeks to prototype, build and deploy new transformations and deployments, usually requiring considerable engineering resources. Plus, most data isn’t real-time. Instead, most of it is still batch-processed. Tinybird Analytics provides an easy way to ingest and query
The post Serverless Clickhouse for Developers with Jorge Sancha appeared first on Software Engineering Daily.
9/12/2022 • 35 minutes, 14 seconds
Panther: Security as Code with Jack Naglieri
Originally published on August 23, 2021. Application security is usually done with a set of tools and services known as SIEM – Security Information and Event Management. SIEM tools usually try to provide visibility into an organization’s security systems, as well as event log management and security event notifications. The company Panther takes traditional SIEM
The post Panther: Security as Code with Jack Naglieri appeared first on Software Engineering Daily.
9/8/2022 • 47 minutes, 18 seconds
Cloud Native Observability with Martin Mao
Maintaining availability in a modern digital application is critical to keeping your application operating and available and to keep meeting your customers growing demands. There are many observability platforms out there and certainly Prometheus is a popular open source solution for cloud native companies yet operating an observability platform, costs money, and all of the
The post Cloud Native Observability with Martin Mao appeared first on Software Engineering Daily.
8/31/2022 • 48 minutes, 18 seconds
Developer-first Observability with Liran Haimovitch
As software engineering teams start to build products that become more and more mature, it becomes necessary to be able to debug complex issues with tooling that enables understanding of the full scenario. This can come from application scenarios where APIs are running multiple versions, where users are using your app from multiple devices, device
The post Developer-first Observability with Liran Haimovitch appeared first on Software Engineering Daily.
8/31/2022 • 52 minutes, 50 seconds
Modular Blockchain Architecture with Nader Dabit
Web infrastructure has evolved from individual servers to shared hosting services to virtual machines and virtual functions. The future of the internet however is looking toward a much more distributed computation model . Blockchain technology is central to the future of this modern internet . Blockchains are still in their infancy. And the most people
The post Modular Blockchain Architecture with Nader Dabit appeared first on Software Engineering Daily.
8/30/2022 • 46 minutes, 35 seconds
Architecting for Scale with Lee Atchison
Originally published on February 12, 2022. Lee Atchison spent seven years at Amazon working in retail, software distribution, and Amazon Web Services. He then moved to New Relic, where he has spent four years scaling the company’s internal architecture. From his decade of experience at fast-growing web technology companies, Lee has written the book Architecting
The post Architecting for Scale with Lee Atchison appeared first on Software Engineering Daily.
8/24/2022 • 35 minutes, 37 seconds
Data Infrastructure for Finance
Data is becoming a bank’s biggest asset. These complex enterprises have a huge opportunity ahead – to transform themselves to become a trusted hub of a much broader data ecosystem that goes beyond the financial industry and helps to form a new class of cross-industry experience architectures that are scalable and transparent. The data physics
The post Data Infrastructure for Finance appeared first on Software Engineering Daily.
8/18/2022 • 54 minutes, 26 seconds
K8s Troubleshooting with Itiel Shwartz
Cloud native applications utilizing microservice architectures has grown into one of the most popular application architectural patterns in recent years. The value of leveraging dynamic cloud resources, along with the flexibility and scalability of microservice architectures, creates a strong paradigm that’s hard to miss. The strong adoption of Kubernetes has strengthened the pattern enormously. The
The post K8s Troubleshooting with Itiel Shwartz appeared first on Software Engineering Daily.
8/16/2022 • 33 minutes, 30 seconds
Permissions and Access-control with Or Weis
Permissions are Hard! And they are becoming harder as we move more into the Cloud-native ecosystem. If we go back in time to the point where it was just a single monolith that you were building on your own. You’ll probably have a framework to manage the permissions for you. But when you are working
The post Permissions and Access-control with Or Weis appeared first on Software Engineering Daily.
8/16/2022 • 45 minutes, 13 seconds
Cloud-native Authorization with Tim Hinrichs
Enabling authorization policies across disparate cloud-native environments such as containers, microservices and modern application delivery infrastructure is complex and can be a roadblock for software engineering teams. Open Policy Agent, or OPA, is an open, declarative, policy-as-code approach to authorization that reduces security and compliance burden for engineering teams. Business context is translated into declarative
The post Cloud-native Authorization with Tim Hinrichs appeared first on Software Engineering Daily.
8/9/2022 • 55 minutes, 40 seconds
Faking Data Using Tonic.ai with Ian Coe and Adam Kamor
Ian Coe CEO Adam Kamor Head of Engineering Companies that gather data about their users have an ethical obligation and legal responsibility to protect the personally identifiable information in their dataset. Ideally, developers working on a software application wouldn’t need access to production data. Yet without high-quality example data, many technology groups stumble on avoidable
The post Faking Data Using Tonic.ai with Ian Coe and Adam Kamor appeared first on Software Engineering Daily.
8/5/2022 • 46 minutes, 49 seconds
Couchbase with Ravi Mayuram
Couchbase is a distributed NoSQL cloud database. Since its creation, Couchbase has expanded into edge computing, application services, and most recently, a database-as-a-service called Capella. Couchbase started as an in-memory cache and needed to be rearchitected to be a persistent storage system. In this episode, We interviewed Ravi Mayuram, SVP Products, and Engineering at Couchbase.
The post Couchbase with Ravi Mayuram appeared first on Software Engineering Daily.
7/28/2022 • 37 minutes, 20 seconds
Salary Negotiation with Haseeb Qureshi
Originally published on April 12, 2016. Negotiation is an important skill for software engineers. The salary you negotiate at the beginning of your job could be a difference of tens of thousands of dollars over the course of an engineer’s career, but intimidating recruiters and exploding offers scare many engineers from negotiating at all. Today,
The post Salary Negotiation with Haseeb Qureshi appeared first on Software Engineering Daily.
7/23/2022 • 1 hour, 32 minutes, 2 seconds
Remix with Ryan Florence
Remix is a full stack web framework that lets you focus on the user interface and work back through web fundamentals to deliver a fast, slick, and resilient user experience that deploys to any Node.js server and even non-Node.js environments at the edge like Cloudflare Workers. In this episode, we interviewed Ryan Florence, co-founder at
The post Remix with Ryan Florence appeared first on Software Engineering Daily.
7/22/2022 • 50 minutes, 36 seconds
Continuous Profiling using eBPF with Frederic Branczyk
Profiling has been a part of the software engineering toolbox since the 1970s, but it was long regarded to be too high in overhead, so it was only done ad hoc. The problem with profiling that way is that you never catch the moment in time where for example an incident happened. Continuous profiling is
The post Continuous Profiling using eBPF with Frederic Branczyk appeared first on Software Engineering Daily.
7/16/2022 • 47 minutes, 4 seconds
WorkOS with Michael Grinich
Enterprise-grade authentication is often an essential ingredient to virtually all applications in today’s world. However, companies often have a hard time understanding the value of that authentication especially during the early stages of product development. And hardening of an application is often left as an afterthought. Add enterprise-level requirements such as single sign-on and two-factor
The post WorkOS with Michael Grinich appeared first on Software Engineering Daily.
7/6/2022 • 39 minutes, 24 seconds
Earthly Builds with Adam Gordon Bell
Build automation tools automate the process of building code, including steps such as compiling, packaging binary code, and running automated tests. Because of this, build automation tools are considered a key part of a continuous delivery pipeline. Build automation tools read build scripts to define how they should perform a build. Common build scripts include
The post Earthly Builds with Adam Gordon Bell appeared first on Software Engineering Daily.
7/1/2022 • 51 minutes, 35 seconds
LiveBlocks with Guillaume Salles
Creating great creative tools is extremely difficult. There are thousands of paths a user could take, and every aspect of the user experience has to be carefully considered and optimized for performance. And when you try to add real-time collaboration on top of that, you can be sure that you’re left with almost no time
The post LiveBlocks with Guillaume Salles appeared first on Software Engineering Daily.
6/30/2022 • 45 minutes, 47 seconds
Gitcoin Ecosystem with Gloria Kimbwala
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 Ecosystem with Gloria Kimbwala appeared first on Software Engineering Daily.
6/30/2022 • 49 minutes, 7 seconds
Mailchimp Engineering with Eric Muntz
Mailchimp is an all-in-one marketing platform for growing businesses, empowering millions of customers around the world to launch, build, and grow their businesses with world-class marketing technology, award-winning customer support, and inspiring content. Eric Muntz is Mailchimp’s CTO, responsible for the engineering teams that design, implement, and maintain Mailchimp’s products and infrastructure. He joins the
The post Mailchimp Engineering with Eric Muntz appeared first on Software Engineering Daily.
6/28/2022 • 49 minutes, 55 seconds
Technical Venture Capital with Tim Tully
Venture capital investment has continued to flow into technology startups. No one builds technology from scratch. There are cloud services, software libraries, 3rd party services, and software platforms that modern entrepreneurs must adopt to build their products efficiently and quickly. These layers of infrastructure are a key area for many investors. Tim is a partner
The post Technical Venture Capital with Tim Tully appeared first on Software Engineering Daily.
6/27/2022 • 53 minutes, 29 seconds
Coinrule Automated Crypto Trading with Zdenek Hofler
Between hyper financialisation and the growth of automation in the world, trade and investments have become an ever more prevalent and important tool for the mass market. But the relative knowledge of professional and hobbyist investors is different, and so is the access to opportunities. Coinrule empowers regular people to compete with professional traders by
The post Coinrule Automated Crypto Trading with Zdenek Hofler appeared first on Software Engineering Daily.
6/25/2022 • 51 minutes, 20 seconds
Protocol Labs Research with Jeromy Johnson
Breakthroughs from labs that are exclusively or mostly focused on research tend to stay buried as papers. Sometimes the lag is natural, the research is far ahead of its broad applicability. But we find that there are hundreds of breakthroughs useful long before they reach users. It can take many years, even decades, before breakthroughs
The post Protocol Labs Research with Jeromy Johnson appeared first on Software Engineering Daily.
6/24/2022 • 49 minutes, 53 seconds
Building for Crypto with Lewis Tuff
As crypto gains worldwide attention, the most scalable, resilient and performant systems are required for the industry to thrive. Products must be designed for a mix of technical and non-technical users. Blockchain.com’s VP of Engineering Lewis Tuff takes us behind the scenes for a look at the architecture, programming languages and database choices required to
The post Building for Crypto with Lewis Tuff appeared first on Software Engineering Daily.
6/22/2022 • 51 minutes, 21 seconds
Kubernetes Spend with Webb Brown
This episode is hosted by Lee Atchison. Lee Atchison is a software architect, author, and thought leader on cloud computing and application modernization. His most recent book, Architecting for Scale (O’Reilly Media) is an essential resource for technical teams looking to maintain high availability and manage risk in their cloud environments. Lee is the host
The post Kubernetes Spend with Webb Brown appeared first on Software Engineering Daily.
6/17/2022 • 41 minutes, 6 seconds
Valora Decentralized Venmo with Charlie Andrews-Jubelt
Web3 promises to change the way we interact and transact online, but today’s dapps and wallets are hard to use. They are typically optimized for desktop machines and domain experts. In particular, it can be hard to bring value on-chain, and hard to know what to do once you’ve onboarded. Charlie Andrews-Jubelt is a software
The post Valora Decentralized Venmo with Charlie Andrews-Jubelt appeared first on Software Engineering Daily.
6/16/2022 • 52 minutes, 55 seconds
ContainIQ with Matthew Lenhard
While Kubernetes has many benefits, there is often a need for teams to deploy a monitoring and observability stack to troubleshoot issues that happen within the cluster and the applications themselves. ContainIQ, an out-of-the-box solution, allows engineers to monitor the health of their cluster and troubleshoot issues faster. ContainIQ is unique in its approach in
The post ContainIQ with Matthew Lenhard appeared first on Software Engineering Daily.
6/14/2022 • 43 minutes, 14 seconds
Open-Source Cloud Asset Management with Yevgeny Pats
This episode is hosted by Alex DeBrie. Alex is the author of The DynamoDB Book, the comprehensive guide to data modeling with DynamoDB, as well as The DynamoDB Guide, a free guided introduction to DynamoDB. He runs a consulting company where he assists clients with DynamoDB data modeling, serverless architectures, and general AWS usage. You can find
The post Open-Source Cloud Asset Management with Yevgeny Pats appeared first on Software Engineering Daily.
6/11/2022 • 48 minutes, 46 seconds
CTO Decisions with Cos Nicolaescu
How to build a rocket ship while flying it? In this episode, Cos returns to the show to discuss the technologies and approach Brex chose to create an engineering organization and innovation engine for the long term, while navigating shifts as the company continued to scale at a rapid pace. Cos and Jeff also cover
The post CTO Decisions with Cos Nicolaescu appeared first on Software Engineering Daily.
6/9/2022 • 54 minutes, 56 seconds
Global State Management with James Cowling
Convex makes storing your application’s data as easy as using React state management. If you can use React hooks, you can also manage your backend data using Convex. James Cowling is a former Dropbox infrastructure engineer turned startup founder. James joins the show to discuss how Convex offers a simpler full-stack developer experience than the
The post Global State Management with James Cowling appeared first on Software Engineering Daily.
6/2/2022 • 30 minutes, 32 seconds
Infura Ethereum Infrastructure with E.G. Galano
Developers looking for read or write access to Ethereum, Polygon, IPFS or other Web3 networks in order to get their idea in the hands of users need reliable RPC endpoints they can count on, whether they are working on a hackathon project or running hybrid architecture for a production application. Infura provides a platform for
The post Infura Ethereum Infrastructure with E.G. Galano appeared first on Software Engineering Daily.
6/2/2022 • 47 minutes, 35 seconds
Decodable Streaming with Eric Sammer
Streaming data platforms like Kafka, Pulsar, and Kinesis are now common in mainstream enterprise architectures, providing low-latency real-time messaging for analytics and applications. However, stream processing – the act of filtering, transforming, or analyzing the data inside the messages – is still an exercise left to the receiving microservice or datastore, a custom programming exercise
The post Decodable Streaming with Eric Sammer appeared first on Software Engineering Daily.
6/1/2022 • 44 minutes, 58 seconds
Kubernetes Security Compliance with Jimmy Mesta
The Kubernetes ecosystem has drastically changed how development teams ship software. While Kubernetes has provided many advancements in cloud infrastructure, it has also left organizations with massive security blindspots. KSOC was created to give developers and security teams a single control plane to harden multi-cluster Kubernetes environments through event-driven analysis, least privilege enforcement, and remediation-as-code.
The post Kubernetes Security Compliance with Jimmy Mesta appeared first on Software Engineering Daily.
6/1/2022 • 43 minutes, 36 seconds
New Relic Architecture with Nic Benders
In software engineering, telemetry is the data that is collected about your applications. Unlike logging, which is used in the development of apps to pinpoint errors and code flows, telemetry data includes all operational data including logs, metrics, events, traces, usage, and other analytical data. Companies usually visualize this information to troubleshoot problems and understand
The post New Relic Architecture with Nic Benders appeared first on Software Engineering Daily.
5/28/2022 • 41 minutes, 17 seconds
Conductor Orchestration with Boney Sekh
One of the challenges with Microservices architecture is how you manage dependencies between your services when implementing workflows. Conductor is an open-source microservices and workflow orchestration platform. Boney Sekh co-founded Orkes Inc – a company focused on offering Conductor as a service. Boney joins the show to discuss how engineers leverage Conductor to build highly
The post Conductor Orchestration with Boney Sekh appeared first on Software Engineering Daily.