Systems | Development | Analytics | API | Testing

Game Tech Summit 2025: Navigating the Future of Games and Media Development

Last week, industry leaders gathered at the Game Technology Summit during GDC 2025 to explore emerging trends and challenges in game development. The panel discussion, moderated by Jase Lindgren (Sr. Solutions Engineer and P4 Evangelist, Perforce), featured insights from Colin Walder (Engineering Director, CD PROJEKT RED), Joshua Orellana (Head of Animation and Games, Halon Entertainment), and Matt Ellis (Game Dev Advocate, JetBrains).

Why Code Quality Is Essential in Software Defined Vehicles

Software has become a core component of modern vehicles, so much that software defined vehicles (SDVs) are transforming the automotive market, bringing key features to the software rather than the hardware of the vehicle. But developing high-quality code for software defined vehicle architecture is challenging.

S1.E34: All about TDD with Thierry de Pauw

Test-Driven Development (TDD): is it worth it? In this episode of QA Therapy, we sit down with Thierry de Pauw, an expert in software development and continuous delivery, to explore the impact of Test-Driven Development (TDD). What is TDD, and why should teams adopt it? How does TDD influence software quality and maintainability? Common myths and misconceptions about TDD Practical tips for implementing TDD effectively.

How to Manage Thousands of Real-Time Models in Production - MLOps Live #36 with Seagate

Scaling and maintaining thousands of models in production presents complex, non-trivial challenges. Join us to hear first-hand the secrets to successful deployment, orchestration and management of AI applications in real-time and at scale. Kaegan Casey, AI/ML Solutions Architect at Seagate, shared two of their newest predictive manufacturing use cases, using both batch and real-time functions.

EP 16: AI in America: The Regulation Debate

There’s no question that AI is revolutionizing industries, but now technology and policy experts around the world are tackling how to ensure that the technology is used safely. This episode of The AI Forecast welcomes Patrick E. Murphy to discuss a two-fold conversation on AI in America. Patrick is the CEO and founder of Togal.AI, the founder of CodeComply.Ai, and former U.S. Congressman representing Palm Beach and the Treasure Coast.

How to Choose Between SQL, Query Builders, and ORMs in Node.js

When building Node.js applications that interact with relational databases, you have a large variety of tools at your disposal to manage and execute queries. The three most common approaches — raw SQL, query builders, and Object-Relational Mappers (ORMs) — offer unique advantages and challenges, making it difficult to decide which is best. In this guide, we will compare the strengths, trade-offs, and use cases of all three approaches.

Introducing Agentic RAG: The Best of Both Worlds

RAG and Agentic AI shape how intelligent systems interact with data and users. RAG enhances LLMs by retrieving external information to improve accuracy and contextual relevance, while Agentic AI introduces autonomy, decision-making, and adaptability into AI-driven workflows. Agentic RAG combines the power of both, transforming RAG into a multi-step, autonomous, complex process that can self-improve.

How to Leverage Playwright MCP for Smarter QA Automation: A Complete Guide

In the rapidly evolving landscape of software development, QA teams never stop searching for means to optimize testing efficiency without losing precision. Playwright Model Context Protocol (MCP) has a new paradigm that is revolutionizing automated testing. Playwright MCP fills the gap between Large Language Models (LLMs) and test environments, naturalizing and simplifying QA automation. It is a paradigm shift in how testing is understood within the context of contemporary software development.