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 ....
Jul 04, 2024•Transcript available on Metacast 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 ....
Jul 03, 2024•Transcript available on Metacast 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 ....
Jul 02, 2024•Transcript available on Metacast 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 ....
Jun 27, 2024•Transcript available on Metacast 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 ....
Jun 26, 2024•Transcript available on Metacast 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 ....
Jun 25, 2024•Transcript available on Metacast 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 ....
Jun 20, 2024•Transcript available on Metacast 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 ....
Jun 19, 2024•Transcript available on Metacast 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 ....
Jun 18, 2024•Transcript available on Metacast 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 ....
Jun 13, 2024•Transcript available on Metacast 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 ....
Jun 12, 2024•Transcript available on Metacast 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 ....
Jun 11, 2024•Transcript available on Metacast 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 ....
Jun 06, 2024•Transcript available on Metacast 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 ....
Jun 05, 2024•Transcript available on Metacast 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 ....
Jun 04, 2024•Transcript available on Metacast 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 ....
May 30, 2024•43 min•Transcript available on Metacast 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 ....
May 29, 2024•49 min•Transcript available on Metacast 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 ....
May 28, 2024•53 min•Transcript available on Metacast 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 ....
May 24, 2024•56 min•Transcript available on Metacast 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 ....
May 23, 2024•58 min•Transcript available on Metacast 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 ....
May 22, 2024•50 min•Transcript available on Metacast 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 ....
May 21, 2024•50 min•Transcript available on Metacast 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 ....
May 16, 2024•50 min•Transcript available on Metacast 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 ....
May 15, 2024•50 min•Transcript available on Metacast 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 ....
May 14, 2024•44 min•Transcript available on Metacast 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...
May 09, 2024•58 min•Transcript available on Metacast 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 ....
May 08, 2024•53 min•Transcript available on Metacast 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 ....
May 07, 2024•Transcript available on Metacast 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 ....
May 02, 2024•44 min•Transcript available on Metacast 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 ....
May 01, 2024•51 min•Transcript available on Metacast