Systems | Development | Analytics | API | Testing

%term

Effective Test Strategy: 5 Best Practices, Real-Case Examples

In today's fast-paced software development landscape, delivering high-quality assurance applications is paramount. A well-crafted test strategy plays a pivotal role in ensuring that your software meets the desired standards of functionality, performance, and reliability. Unlike a test plan, which focuses on the granular details of a specific project, a test strategy provides a high-level roadmap for testing throughout the entire software development lifecycle (SDLC).

Driving Sustainability with Data: Qlik's Commitment to a Greener Future

As we mark Climate Week, Qlik reaffirms its dedication to sustainability—both in our own operations and in empowering organizations worldwide to tackle society’s most pressing challenges. The below text is taken from our most recent Impact Report which you can find on our website here. At Qlik, we are dedicated to operating a sustainable business while helping organizations and partners across the globe tackle their and society’s biggest challenges with data.

What Is API Access?

The ability to seamlessly integrate different software applications is paramount for businesses and developers. This is where API access comes into play. API access refers to the ability of an application or client to interact with and use the functionalities of an API, typically controlled through authentication and authorization mechanisms like API keys or tokens.

Building Ruby on Rails engines

Engines are one of the best ways to share functionality across Rails applications. Whether you're looking to extend your Rails application, modularize your project for better maintainability, or are just curious about the finer details, join us as we explore the intricacies of Rails engines. This article dives into everything you need to know about Rails engines, from their definition to their types, popular examples in the real world, and even building your own.

Countly SDK Development Updates: What's New and Improved?

2024 has been a year of intense development for the Countly SDKs, with numerous major and minor releases making it easy to lose track of all the changes (which more than justifies our self-proclaimed title, SDKshians). If you're looking to understand the core themes behind the recent developments without sifting through countless GitHub release notes, this article is for you.

Exception Handling in JavaScript

In JavaScript, errors are only detected during runtime. Therefore, it is impossible to get compile-time errors when building JavaScript applications. There are several reasons an app might encounter a JavaScript exception: invalid input, server error, syntax errors, or errors in the application logic. In this article, we will dig into exception handling in JavaScript so that when your app encounters errors, it affects users as little as possible.

Volumes: High IOPS and Low Latency NVMe SSDs Public Preview

It’s the final day of Koyeb's Launch Week Round 2, and today we’re announcing the public preview of Volumes! Volumes on Koyeb are blazing-fast NVMe SSD you can use to persist data across deployments. After announcing Volumes in technical preview a few months ago, we are now opening the preview to all users on the Starter plan! Offering high throughput and low latency, Volumes open the door to a wide range of new workloads and use cases to handle the state of your applications.

How to Harness AI Data Governance for Data Integrity

It’s no secret that artificial intelligence (AI) is revolutionizing the way companies operate with its ability to sift through mountains of data and make accurate predictions at record speed. But with great power comes great responsibility. As AI systems are more regularly incorporated into business, it’s critical that data sources are both accurate and secure to prevent error.

Performance Test Results Trend Analysis

In this post we are going to look at how you can spot trends in your performance test results and use this trend analysis to help shape the way you address performance testing. Performance testing can generate a large volume of performance test data and using this data to define your future performance testing coverage, scope and volumes can really add benefit to your non-functional testing process.