Systems | Development | Analytics | API | Testing

%term

What's New: Supercharge Users With The Snowflake Horizon Catalog

To accelerate development, organizations need to supercharge more users to immediately discover and collaborate on relevant data, apps, and models. At the same time, organizations must ensure the platform they work on is secure and that the right people have the right access. Protecting sensitive and/or Personally Identifiable Information (PII) is critical. The Snowflake Horizon Catalog provides built-in governance and discovery for the AI Data Cloud to make all of this easy.

Docker Containers: Enabling Ssl For Secure Databases

Security is critical for any application, especially when dealing with sensitive data like financial records or user information. Databases such as MongoDB and PostgreSQL communicate over the network, making them vulnerable to interception. SSL (Secure Sockets Layer) encrypts the communication between the client and the database server to prevent data exposure. This encryption ensures that: 1. Data Integrity: No third party can modify the data in transit. 2.

Testim Mobile: Faster and higher quality for all mobile apps

With this latest update to Testim Mobile, we introduce unmatched test automation support across custom mobile applications not possible with other solutions. With proprietary technology available nowhere else, Testim Mobile authors tests that are more stable for cross-platform frameworks, like Flutter and React Native, and hybrid applications with embedded web views. Testim Mobile provides product development teams a complete AI-powered test automation solution, entirely in the cloud.

How B2B CIAM Solutions Give Your Business a Competitive Edge

In the digital age, we interact with countless applications, whether for personal, professional, or recreational purposes. Many of these applications appear consumer-oriented but are, in fact, business-to-business (B2B) applications. For example, when accessing healthcare services, payroll systems, or school management platforms, you are likely using applications where your provider (such as your GP or employer) is a business customer of a larger B2B application.

From Check-In to Arrival: The Role of AI-Powered BOTs in Streamlined Baggage Handling

The evolution of baggage handling has long been a complex challenge for airports, airlines, and travelers alike. With millions of bags processed daily worldwide, ensuring each reaches its destination efficiently and securely is critical for passenger satisfaction and operational efficiency.

Getting your iOS apps ready for Apple Intelligence

This year, Apple Intelligence will be available in beta. It's a set of artificial intelligence features that Apple will add to macOS, iOS, and iPadOS devices to offer consumers a more personalised experience designed to help improve their efficiency and productivity. There's a lot of excitement around what Apple Intelligence will bring to developers, consumers, and the ecosystem as a whole. You can read more about the possibilities our CEO believes it will unlock here.

S1.E27: Combining performance testing and exploratory testing with Leandro Melendez

The team is thrilled to welcome back Leandro Melendez, aka Señor Performo, for his second appearance on the show! Last time, it was all about performance testing, but now, Leandro is here to explore the powerful combination of performance testing AND exploratory testing. With nearly 20 years of IT experience and a decade dedicated to performance testing using top-tier tools like Roller, NeoLoad, and more, Leandro shares his insights on.

Ably's four pillars: no scale ceiling

This is one of a series of posts that explain Ably’s four pillars of dependability. The four pillars project at Ably is about making concrete, objectively verifiable, statements about the technical characteristics of the service. We aim to ensure that our claims about service performance are expressed clearly in terms of explicit metrics, and we explain in technical terms how those performance levels are met.

Avoiding False Positives in Node.js Tests

When running tests, it's a great feeling to see dozens of green check marks indicating that a test suite is passing. It's especially gratifying after tackling a tricky bug or slogging through a tough feature. But those passing tests may be giving you a false sense of security. Often, bugs lurk in passing tests, undermining trust in the test suite and your application. Such tests can cause more harm than good, giving you a hearty pat on the back while hiding broken functionality.