PLAY PODCASTS
Software Engineering Daily

Software Engineering Daily

112 episodes — Page 1 of 3

Open Source Sustainability

May 14, 202658 min

Vespa AI and Surpassing the Limits of Vector Search

May 12, 202638 min

SED News: Anthropic’s Mythos, Supply Chain Hacks, and the AI Spending Surge

May 7, 202652 min

SmartBear and Multi-Agent QA

May 5, 202655 min

The Ethics of Autonomous Weapons Systems

Apr 30, 20261h 6m

Open-Weight AI Models

Apr 28, 202650 min

Hype and Reality of the AI Coding Shift

Apr 23, 202659 min

Unlocking the Data Layer for Agentic AI with Simba Khadder

Apr 21, 202649 min

Agentic Mesh with Eric Broda

Apr 16, 202647 min

New Relic and Agentic DevOps with Nic Benders

Apr 14, 202646 min

Mobile App Security with Ryan Lloyd

Apr 9, 202654 min

FastMCP with Adam Azzam and Jeremiah Lowin

Apr 7, 20261h 6m

SED News: OpenCode, AI Code vs. Shipped Code, and the LiteLLM Breach

<p>SED News is a monthly podcast from Software Engineering Daily where hosts Gregor Vand and Sean Falconer unpack the biggest stories shaping software engineering, Silicon Valley, and the broader tech industry. In this episode, they cover the resurgence of ARM and CPUs as serious compute infrastructure for running local AI agents, a supply chain attack</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/04/02/sed-news-opencode-ai-code-vs-shipped-code-and-the-litellm-breach/">SED News: OpenCode, AI Code vs. Shipped Code, and the LiteLLM Breach</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Apr 2, 202656 min

FreeBSD with John Baldwin

<p>FreeBSD is one of the longest-running and most influential open-source operating systems in the world. It was born from the Berkeley Software Distribution in the early 1990s, it has powered everything from high-performance networking infrastructure to game consoles and content delivery networks. Over three decades, it has evolved through major architectural shifts, from symmetric multiprocessing</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/03/31/freebsd-with-john-baldwin/">FreeBSD with John Baldwin</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Mar 31, 20261h 3m

Cilium, eBPF, and Modern Kubernetes Networking with Bill Mulligan

<p>Modern cloud-native systems are built on highly dynamic, distributed infrastructure where containers spin up and down constantly, services communicate across clusters, and traditional networking assumptions break down. Linux networking was designed decades ago around static IPs and linear rule processing, which makes it increasingly difficult to achieve scale in Kubernetes environments. At the same time,</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/03/26/cilium-ebpf-and-modern-kubernetes-networking-with-bill-mulligan/">Cilium, eBPF, and Modern Kubernetes Networking with Bill Mulligan</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Mar 26, 202657 min

Games That Push Back with Bennett Foddy

<p>Bennett Foddy is a legendary game designer known for creating wholly distinctive games such as QWOP, Getting Over It with Bennett Foddy, and the recently released Baby Steps. He’s also a former professor at the NYU Game Center, where he taught game design alongside developing his own experimental work. In this episode, Bennett joins Joe</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/03/24/games-that-push-back-with-bennett-foddy/">Games That Push Back with Bennett Foddy</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Mar 24, 20261h 6m

Prettier and Opinionated Code Formatting with James Long

<p>Developer tooling shapes how software gets written day to day, but the best tools often disappear into the background once they succeed. Formatting, linting, and build systems can either create friction and endless debate, or quietly remove entire classes of problems from a team’s workflow. Over the past decade, the JavaScript ecosystem has wrestled with</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/03/19/prettier-and-opinionated-code-formatting-with-james-long/">Prettier and Opinionated Code Formatting with James Long</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Mar 19, 202650 min

Skate Story with Sam Eng

<p>Skateboarding games have long balanced technical precision with a sense of flow and expression, but Skate Story takes the genre in a radically different direction. It has a distinct vaporwave vibe and blends fluid skate mechanics with exploration, puzzles, and an existential narrative about freedom, pain, and obsession. The game was created by indie developer</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/03/17/skate-story-with-sam-eng/">Skate Story with Sam Eng</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Mar 17, 202657 min

DeepMind’s RAG System with Animesh Chatterji and Ivan Solovyev

<p>Retrieval-augmented generation, or RAG, has become a foundational approach to building production AI systems. However, deploying RAG in practice can be complex and costly. Developers typically have to manage vector databases, chunking strategies, embedding models, and indexing infrastructure. Designing effective RAG systems is also a moving target, as techniques and best practices evolve in step</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/03/12/deepminds-rag-system-with-animesh-chatterji-and-ivan-solovyev/">DeepMind’s RAG System with Animesh Chatterji and Ivan Solovyev</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Mar 12, 202637 min

Reinventing the Python Notebook with Akshay Agrawal

<p>Interactive notebooks were popularized by the Jupyter project and have since become a core tool for data science, research, and data exploration. However, traditional, imperative notebooks often break down as projects grow more complex. Hidden state, non-reproducible execution, poor version control ergonomics, and difficulty reusing notebook code in real software systems make it hard to</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/03/10/reinventing-the-python-notebook-with-akshay-agrawal/">Reinventing the Python Notebook with Akshay Agrawal</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Mar 10, 202646 min

Organizational Context for AI Coding Agents with Dennis Pilarinos

<p>AI agents have taken on a growing share of software development work, so much so that the hardest problems are shifting away from code generation towards something new, context. The challenge is now contextualizing why systems work the way they do, how architectural decisions were made, and the sources of truth that exist outside of</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/03/05/organizational-context-for-ai-coding-agents-with-dennis-pilarinos/">Organizational Context for AI Coding Agents with Dennis Pilarinos</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Mar 5, 202649 min

SED News: OpenClaw Goes Viral, Mistral’s Compute Play, and the Agent Arms Race

<p>SED News is a monthly podcast from Software Engineering Daily where hosts Gregor Vand and Sean Falconer unpack the biggest stories shaping software engineering, Silicon Valley, and the broader tech industry. In this episode, they cover the viral rise of OpenClaw and its founder’s move to OpenAI, OpenAI’s exploration of ads inside ChatGPT, and Alibaba’s</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/03/03/sed-news-openclaw-goes-viral-mistrals-compute-play-and-the-agent-arms-race/">SED News: OpenClaw Goes Viral, Mistral’s Compute Play, and the Agent Arms Race</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Mar 3, 202657 min

Amazon’s IDE for Spec-Driven Development with David Yanacek

<p>AI-assisted coding tools have made it easier than ever to spin up prototypes, but turning those prototypes into reliable, production-grade systems remains a major challenge. Large language models are non-deterministic, prone to drift, and often lose track of intent over long development sessions. Kiro is an AI-powered IDE that’s built around a spec-driven development workflow.</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/02/26/amazons-ide-for-spec-driven-development-with-david-yanacek/">Amazon’s IDE for Spec-Driven Development with David Yanacek</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Feb 26, 202657 min

Engineering AI Systems for Autonomy and Resilience with Krishna Sai

<p>Enterprise IT systems have grown into sprawling, highly distributed environments spanning cloud infrastructure, applications, data platforms, and increasingly AI-driven workloads. Observability tools have made it easier to collect metrics, logs, and traces, but understanding why systems fail and responding quickly remains a persistent challenge. As complexity continues to rise, the industry is looking beyond dashboards</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/02/24/engineering-ai-systems-for-autonomy-and-resilience-with-krishna-sai/">Engineering AI Systems for Autonomy and Resilience with Krishna Sai</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Feb 24, 202653 min

Inside China’s Great Firewall with Jackson Sippe

<p>China’s Great Firewall is often spoken about but is rarely understood. It is one of the most sophisticated and opaque censorship systems on the planet, and it shapes how over a billion people interact with the global internet, influences the design of privacy and proxy tools worldwide, and continues to evolve in ways that challenge</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/02/19/hacking-chinas-great-firewall-with-jackson-sippe/">Inside China’s Great Firewall with Jackson Sippe</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Feb 19, 202658 min

Optimizing Agent Behavior in Production with Gideon Mendels

<p>LLM -powered systems continue to move steadily into production, but this process is presenting teams with challenges that traditional software practices don’t commonly encounter. Models and agents are non-deterministic systems, which makes it difficult to test changes, reason about failures, and confidently ship updates. This has created the need for new evaluation tooling designed specifically</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/02/17/optimizing-agent-behavior-in-production-with-gideon-mendels/">Optimizing Agent Behavior in Production with Gideon Mendels</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Feb 17, 202652 min

Gas Town, Beads, and the Rise of Agentic Development with Steve Yegge

<p>AI-assisted programming has moved far beyond autocomplete. Large language models are now capable of editing entire codebases, coordinating long-running tasks, and collaborating across multiple systems. As these capabilities mature, the core challenge in software development is shifting away from writing code and toward orchestrating work, managing context, and maintaining shared understanding across fleets of agents.</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/02/12/gas-town-beads-and-the-rise-of-agentic-development-with-steve-yegge/">Gas Town, Beads, and the Rise of Agentic Development with Steve Yegge</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Feb 12, 20261h 9m

Python 3.14 with Łukasz Langa

<p>Python 3.14 is here and continues Python’s evolution toward greater performance, scalability, and usability. The new release formally supports free-threaded, no-GIL mode, introduces template string literals, and implements deferred evaluation of type annotations. It also includes new debugging and profiling tools, along with many other features. Łukasz Langa is the CPython Developer in Residence at</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/02/10/python-3-14-with-lukasz-langa/">Python 3.14 with Łukasz Langa</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Feb 10, 202647 min

Airbnb’s Open-Source GraphQL Framework with Adam Miskiewicz

<p>Engineering teams often build microservices as their systems grow, but over time this can lead to a fragmented ecosystem with scattered data access patterns, duplicated business logic, and an uneven developer experience. A unified data graph with a consistent execution layer helps address these challenges by centralizing schema, simplifying how teams compose functionality, and reducing</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/02/05/airbnbs-open-source-graphql-framework-with-adam-miskiewicz/">Airbnb’s Open-Source GraphQL Framework with Adam Miskiewicz</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Feb 5, 202655 min

SED News: Apple Bets on Gemini, Google’s AI Advantage, and the Talent Arms Race

<p>SED News is a monthly podcast from Software Engineering Daily where hosts Gregor Vand and Sean Falconer unpack the biggest stories shaping software engineering, Silicon Valley, and the broader tech industry. In this episode, they cover Starlink’s rapid rollout of free, high-speed in-flight internet, Tesla’s move to deprecate Autopilot in favor of full self-driving, and</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/02/03/sed-news-apple-bets-on-gemini-googles-ai-advantage-and-the-talent-arms-race/">SED News: Apple Bets on Gemini, Google’s AI Advantage, and the Talent Arms Race</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Feb 3, 202651 min

OpenAI and Codex with Thibault Sottiaux and Ed Bayes

<p>AI coding agents are rapidly reshaping how software is built, reviewed, and maintained. As large language model capabilities continue to increase, the bottleneck in software development is shifting away from code generation toward planning, review, deployment, and coordination. This shift is driving a new class of agentic systems that operate inside constrained environments, reason over</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/01/29/openai-and-codex-with-thibault-sottiaux-and-ed-bayes/">OpenAI and Codex with Thibault Sottiaux and Ed Bayes</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jan 29, 202650 min

Production-Grade AI Systems with Fred Roma

<p>Engineering teams around the world are building AI-focused applications or integrating AI features into existing products. The AI development ecosystem is maturing, which is accelerating how quickly these applications can be prototyped. However, taking AI applications to production remains a notoriously complex process. Modern AI stacks demand LLMs, embeddings, vector search, observability, new caching layers,</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/01/27/production-grade-ai-systems-with-fred-roma/">Production-Grade AI Systems with Fred Roma</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jan 27, 202651 min

Next-Gen JavaScript Package Management with Ruy Adorno and Darcy Clarke

<p>Package management sits at the foundation of modern software development, quietly powering nearly every software project in the world. Tools like npm and Yarn have long been the core of the JavaScript ecosystem, enabling developers to install, update, and share code with ease. But as projects grow larger and the ecosystem more complex, this older</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/01/22/next-gen-javascript-package-management-with-ruy-adorno-and-darcy-clarke/">Next-Gen JavaScript Package Management with Ruy Adorno and Darcy Clarke</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jan 22, 202657 min

WebAssembly 3.0 with Andreas Rossberg

<p>WebAssembly, or WASM, has grown from a low-level compilation target for C and C++ into one of the most influential technologies in modern computing. It now powers browser applications, edge compute platforms, embedded systems, and a growing ecosystem of languages targeting a portable and secure execution model. Andreas Rossberg is a programming languages researcher and</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/01/20/webassembly-3-0-with-andreas-rossberg/">WebAssembly 3.0 with Andreas Rossberg</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jan 20, 20261h 1m

America Under Surveillance with Michael Soyfer

<p>Surveillance technology is advancing faster than the laws meant to govern it. Across the United States, police departments are deploying automated license plate readers, facial recognition tools, and predictive systems that quietly log the daily movements of millions of people. These tools promise efficiency and safety, but critics argue that they represent a form of</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/01/15/america-under-surveillance-with-michael-soyfer/">America Under Surveillance with Michael Soyfer</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jan 15, 202652 min

Developer Experience at Capital One with Catherine McGarvey

<p>Modern software development is evolving rapidly. New tools, processes, and AI-powered systems are reshaping how teams collaborate and how engineers find satisfaction in their craft. At the same time, developer experience has become a critical function for helping organizations balance agility, security, and scale while maintaining the creativity and flow that make top tier engineering</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/01/13/developer-experience-at-capital-one-with-catherine-mcgarvey/">Developer Experience at Capital One with Catherine McGarvey</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jan 13, 202641 min

Flox, Nix, and Reproducible Software Systems with Michael Stahnke

<p>Modern software development is more complex than ever. Teams work across different operating systems, chip architectures, and cloud environments, each with its own dependency quirks and version mismatches. Ensuring that code runs reproducibly across these environments has become a major challenge that’s made even harder by growing concerns around software supply chain security. Nix is</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/01/08/flox-nix-and-reproducible-software-systems-with-michael-stahnke/">Flox, Nix, and Reproducible Software Systems with Michael Stahnke</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jan 8, 202655 min

VS Code and Agentic Development with Kai Maetzel

<p>Visual Studio Code has become one of the most influential tools in modern software development. The open-source code editor has evolved into a platform used by millions of developers around the world, and it has reshaped expectations for what a modern development environment can be through its intuitive UX, rich extension marketplace, and deep integration</p> <p>The post <a href="https://softwareengineeringdaily.com/2026/01/06/vs-code-and-agentic-development-with-kai-maetzel/">VS Code and Agentic Development with Kai Maetzel</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jan 6, 20261h 9m

Blender and Godot in Game Development with Simon Thommes

<p>Blender Studio is the creative arm of the Blender Foundation and it’s dedicated to producing films, games, and other projects that showcase the full potential of Blender. The studio functions as both an art and technology lab and pushes the boundaries of 3D animation through open productions. All of their assets, production files, and workflows</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/12/25/blender-and-godot-in-game-development-with-simon-thommes/">Blender and Godot in Game Development with Simon Thommes</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Dec 25, 202534 min

Node.js in 2026 with Rafael Gonzaga

<p>JavaScript has grown far beyond the browser. It now powers millions of backend systems, APIs, and cloud services through Node.js, which is one of the most widely deployed runtimes on the planet. Keeping such a critical piece of infrastructure fast, secure, and stable is a massive engineering challenge, and the work behind it is often</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/12/23/node-js-in-2026-with-rafael-gonzaga/">Node.js in 2026 with Rafael Gonzaga</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Dec 23, 202553 min

Designing Innovative Puzzle Games with Zach Barth

<p>Zachtronics is a legendary independent game studio known for creating intricate, engineering-focused puzzle games that merge logic, creativity, and code. The studio was founded by Zach Barth in 2011, and it has become a cult favorite among programmers and tinkerers alike with titles such as SpaceChem, Infinifactory, TIS-100, and Shenzhen I/O. Most recently, Zachtronics released</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/12/18/designing-innovative-puzzle-games-with-zachtronics-with-zach-barth/">Designing Innovative Puzzle Games with Zach Barth</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Dec 18, 20251h 27m

Rivals of Aether with Dan Fornace

<p>Rivals of Aether and Rivals of Aether II are indie fighting games that combine fast-paced platform combat with elemental-themed characters. The game takes inspiration from Super Smash Bros. and emphasizes skillful movement, tight controls, and competitive balance, making it popular in the fighting game community. Dan Fornace is a game director and designer at Aether</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/12/16/rivals-of-aether-with-dan-fornace/">Rivals of Aether with Dan Fornace</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Dec 16, 202544 min

Aviation Cybersecurity with Serge Christiaans

<p>Aviation cybersecurity is becoming an urgent priority as modern aircraft increasingly rely on complex digital systems for navigation, communication, and engine performance. These systems were once isolated but are now interconnected and vulnerable to cyber threats ranging from GPS spoofing to ransomware attacks on airline infrastructure. As nation-state actors and criminal groups grow more sophisticated,</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/12/11/aviation-cybersecurity-with-serge-christiaans/">Aviation Cybersecurity with Serge Christiaans</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Dec 11, 202549 min

Blocking Software Supply Chain Attacks with Feross Aboukhadijeh

<p>Modern software relies heavily on open source dependencies, often pulling in thousands of packages maintained by developers all over the world. This accelerates innovation but also creates serious supply chain risks as attackers increasingly compromise popular libraries to spread malware at scale. Feross Aboukhadijeh is the founder and CEO of Socket which is a security</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/12/09/blocking-software-supply-chain-attacks-with-feross-aboukhadijeh/">Blocking Software Supply Chain Attacks with Feross Aboukhadijeh</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Dec 9, 202547 min

Pydantic AI with Samuel Colvin

<p>Python’s popularity in data science and backend engineering has made it the default language for building AI infrastructure. However, with the rapid growth of AI applications, developers are increasingly looking for tools that combine Python’s flexibility with the rigor of production-ready systems. Pydantic began as a library for type-safe data validation in Python and has</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/12/04/pydantic-ai-with-samuel-colvin/">Pydantic AI with Samuel Colvin</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Dec 4, 202557 min

SED News: Bezos Returns to Building, AI’s Reality Check, and Europe’s Cloud Ambitions

<p>SED News is a monthly podcast from Software Engineering Daily where hosts Gregor Vand and Sean Falconer unpack the biggest stories shaping software engineering, Silicon Valley, and the broader tech industry. In this episode, they cover Jeff Bezos’s unexpected return to the CEO seat with Project Prometheus, the growing debate over whether AI investments are</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/12/02/sed-news-bezos-returns-to-building-ais-reality-check-and-europes-cloud-ambitions/">SED News: Bezos Returns to Building, AI’s Reality Check, and Europe’s Cloud Ambitions</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Dec 2, 202553 min

Game Development on the PICO-8 with Johan Peitz

<p>PICO-8 is a software-based gaming console for making, sharing, and playing small games with a retro aesthetic. It emulates the look and feel of 8-bit consoles, providing limited color palettes, screen resolutions, and memory constraints. The PICO-8 dev environment uses Lua and is focused on being accessible to developers while offering depth for complex projects.</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/11/27/game-development-on-the-pico-8-with-johan-peitz/">Game Development on the PICO-8 with Johan Peitz</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Nov 27, 202547 min

Running Doom in TypeScript with Dimitri Mitropoulos

<p>Doom has seemingly been ported to every electronic device imaginable, including picture frames, lamps, and coffee machines. The meme of “it runs Doom” has become so widespread that it spawned the r/itrunsdoom sub-Reddit. Recently, Doom made headlines again for being ported to TypeScript. The project involved representing Doom entirely in TypeScript, three and a half</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/11/25/running-doom-in-typescript-with-dimitri-mitropoulos/">Running Doom in TypeScript with Dimitri Mitropoulos</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Nov 25, 20251h 1m

Drone Warfare in Ukraine with Simon Shuster

<p>Simon Shuster is a journalist who has reported on Russia and Ukraine for over 15 years, most of that time as a staff correspondent for TIME Magazine. He was born in Moscow, and he and his family came to the United States as refugees from the Soviet Union when he was six years old. After</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/11/20/drone-warfare-in-ukraine-with-simon-shuster/">Drone Warfare in Ukraine with Simon Shuster</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Nov 20, 202554 min

Radix UI with Chance Strickland

<p>Radix UI is an open-source library of React components. Its “headless” primitives handle the complex logic and accessibility concerns—like dialogs, dropdowns, and tabs—while leaving styling completely up to the developer. The project emphasizes usability, accessibility, and composability and has become a vital part of modern web dev, in part because it forms the foundation of</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/11/18/radix-ui-with-chance-strickland/">Radix UI with Chance Strickland</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Nov 18, 202556 min