Systems | Development | Analytics | API | Testing

Technology

Generate Interface Forms in Seconds with Appian AI Copilot

Ever since the release of ChatGPT, which showed the potential of generative artificial intelligence (AI), enterprises have raced to operationalize generative AI within their organizations. In fact, AI represents the primary challenge for nearly every organization today. You will either be good at AI or bad at business. Appian was quick on the AI draw.

Introducing Versioned State Store in Kafka Streams

Since the introduction of stream processing, there have been three certainties in life: death, taxes, and out-of-order data. As a stream processing library built for Apache Kafka, Kafka Streams processes data in offset order. When out-of-order data is present, offset order differs from timestamp order and care must be taken to ensure that processing results respect timestamp order where appropriate.

The Future of Open Source - A Conversation with Diego Molina

Welcome to Test Case Scenario! In this episode, join our host Jason Baum and panelists from Sauce Labs as they dive deep into the thrilling world of open source. Nikolay Advolodkin, Principal Developer Advocate, Marcus Merrell, VP Technology Strategy, and Diego Molina, Open Source Program Lead, share insights on the future of open source, discuss exciting projects, and offer valuable lessons for those venturing into the realm of open source. Get ready for an engaging conversation on the latest open-source trends, developments, and expert advice.

Appian 23.3: Supercharge AI with a Platform Approach

AI is a top action item on the priority list of every leading organization. And as the AI frenzy unfolds, some of the promises about what AI could deliver have become less clear, complicated by matters of security, data, and ultimately, business value. Appian 23.3 builds on Appian’s existing AI capabilities and makes it easier than ever to operationalize AI within your enterprise.

Securing CI/CD with 1Password

Secret management in shared environments like Continuous Integration and Delivery services is challenging. It’s essential to keep secrets secure and ensure they don’t end up in the wrong place, like logs or code repositories. Integrating solutions like 1Password into CI/CD workflows offer the advantage of centralising secret management, and it also allows you to encrypt every secret, providing controlled programmatic access to applications.

The ultimate guide to Mobile App Testing

Mobile applications have become an integral part of our lives. In this competitive environment with evolving user expectations, a buggy app can decimate the brand through negative user reviews, decreased user engagement, and, ultimately, loss of revenue. So, whether you’re a startup or a large-scale enterprise, if you’re releasing apps of any kind, let’s be clear. You need mobile app testing.

Implementing Instant Object Detection in Live Image Streams using TFLite in Flutter

In Flutter’s early days in 2019, I developed a live object detection system for a major German company, despite the platform’s constraints. With release of Flutter 3.7 and advancements of TensorFlow have catalyzed the need to refine or overhaul this approach. This article discusses the newest techniques in live-stream object detection as showcased in the flutter-tflite GitHub repository.