Systems | Development | Analytics | API | Testing

%term

What is shift-right in testing?

Relying solely on shift-left testing to catch issues? Think again. Testing expert @Mac Clark reveals why the best teams integrate shift-right testing as an 'insurance policy' for quality software, catching what pre-release tests might miss. Here’s why it matters: Watch the latest episode of Test Case Scenario to see how industry leaders combine shift-left and shift-right approaches for unbeatable software quality.

How Outsourced IT Services Helped a Growing Nonprofit Optimize Efficiency and Cut Costs

Small organizations, particularly nonprofits, often face challenges in managing their IT needs due to limited budgets and resources. This case study explores how a medium-sized nonprofit leveraged outsourced IT services to streamline operations, improve cybersecurity, and reduce operational costs, ultimately allowing the organization to focus on its mission.

Predictions 2025: Strategies to Realize the Promise of AI

Snowflake leaders offer insight on AI, open source and cybersecurity development — and the fundamental leadership skills required — in the years ahead. As we come to the end of a calendar year, it’s natural to contemplate what the new year will hold for us. It’s an understatement to say that the future is very hard to predict, but it’s possible to both prepare for the likeliest outcomes and stay ready to adapt to the unexpected.

Shopfloor Integrations: Challenges, Use Cases, and Solutions

In the new age of Industry 4.0 the shopfloor is no longer an isolated environment. It’s the heartbeat of manufacturing operations, responsible for producing, monitoring, and refining goods. But since the lines blur between operational technology (OT) on the shopfloor and information technology (IT) in the enterprise, integrating these systems has become a formidable challenge.

Secure custom domains with Caddy

If you want to run a SaaS app where your customers can each have one of their own domains pointing to your app, then you will encounter two problems: For example, let's say you wanted to provide a status page service hosted at yourapp.com that allows customers to set up their own domain (like status.acmecorp.com) to be served by your app. Let's dive into the solutions..

Securely Query Confluent Cloud from Amazon Redshift with mTLS

Querying databases comes with costs—wall clock time, CPU usage, memory consumption, and potentially actual dollars. As your application scales, optimizing these costs becomes crucial. Materialized views offer a powerful solution by creating a pre-computed, optimized data representation. Imagine a retail scenario with separate customer and product tables. Typically, retrieving product details for a customer's purchase requires cross-referencing both tables.