Systems | Development | Analytics | API | Testing

Automotive Industry Trends 2025: AI in Automotive Software Development

Since the first vehicles were sold to customers, automakers have competed to deliver the newest features and the greatest benefits to the driving experience. Today, that competition is less about shaping a car’s physical characteristics and more about making cars smarter and more connected to the world around them. With thousands of car models and trim levels available worldwide, there is a fierce need to find new ways to stand out from the competition.

PHP Benchmarks: 8.4 performance is steady compared to 8.3 and 8.2

Every year, like clockwork, a new version of PHP is released at the end of November. Naturally, you want to know, how much performance gain is in this new release across common frameworks and applications? Our tests show that, in general, the performance between 8.2, 8.3 and 8.4 does not move much for a Laravel, Symfony and WordPress demo application. Upgrading to the latest PHP version is not a magic pill to improve performance.

Sauce Labs Community Office Hours: Whose Error Is It, Anyway?

Sauce Labs Community Office Hours: Whose Error Is It, Anyway? Not all test errors mean something is broken on Sauce Labs—in fact, most can be fixed by the user. In this Sauce Labs Community Office Hours session, we’ll walk through the most common test errors flagged in Sauce Labs and explain how to avoid or resolve them. Whether you’re new to the platform or looking to sharpen your debugging skills, this session will help you run more reliable tests with fewer surprises.

MCPs, Agents and the Future of Software Testing with Angie Jones

In this LIVE episode of Test Case Scenario, host Jason Baum, along with co-hosts Marcus Merrell and Evelyn Coleman, engages in a compelling conversation with Angie Jones, Global Vice President of Developer Relations, Block, Inc. They delve into the transformative impact of agentic AI and Model Context Protocols (MCPs) on software development and testing.

How to Automate Website Testing? A Practical Guide

Website testing ensures your site works as intended for every visitor, on every device, and under every condition. From login flows to shopping carts, it's what protects user experience and business outcomes. But manual testing alone can’t keep up with the pace of modern web development. That’s where automated website testing comes in. It speeds up releases, improves coverage, and gives teams the confidence to ship often, without breaking things.

A Vision for the Future: Qlik's New Agentic AI Experience

The future of data and analytics will be nothing like the experience we're used to today. We are at the beginning of a transformation that will fundamentally reshape how businesses use data, make decisions, and create value. At the center of this revolution is Agentic AI. Agentic AI fundamentally changes the way we work with data – moving from passive, reactive AI systems to autonomous, goal-oriented agents capable of reasoning, planning, and executing complex tasks across diverse data landscapes.

From Harmony to Outcomes: Doing Data Differently at Qlik Connect

Qlik Connect this year started a little differently. Not with slides. Not with a video. But with a few minutes of unified harmony. On stage stood the Barcelona Guitar Quartet — except instead of four guitars, there was only one. And yet the sound that emerged was rich, layered, and astonishing. If you had closed your eyes, you’d have sworn it was a full band. It was a masterclass in collaboration.

Django AWS deployment with Elastic Beanstalk

Almost every web application is built for end-users to view and use. The application deployment process is an important operation in software development because it allows software to fulfill its purpose. This tutorial is primarily for software companies and developers to aid them in deploying and scaling web applications and services using a platform that automatically handles deployment with ease. Therefore, in this tutorial, we will be deploying a Django application to AWS.