Systems | Development | Analytics | API | Testing

%term

How to Improve Automation with Process Mining and RPA

For organizations looking to automate processes for better performance, a combination of RPA and process mining can help. Let’s take a step back to understand why. Automation that’s implemented without data-backed decisions often yields poor results. And data without action leads nowhere. To get the most out of any technology investment, you have to be sure you're using the right combination of tools and techniques.

What is Online Transaction Processing (OLTP)?

OLTP is a transaction-centric data processing that follows a three-tier architecture. Every day, businesses worldwide perform millions of financial transactions. This fact brings to mind client-facing personnel such as bank tellers and supermarket cashiers tapping away on keyboards and at cash registers, and with good reason. According to ACI Worldwide, a payment systems company, there was a 42.2% growth in global real-time transaction volumes in 2023, amounting to 266.2 billion transactions.

SaaS in 60 - Cyclic Group Dimensions

This week a new Dimension type for Master Item Dimensions is available, Cyclic groups. You all know that Master Items offer a centralized, reusable governed library of measures, expressions, visualizations and both single and drillable dimensions – now with Cyclic group defined dimensions – you can dynamically cycle through dimensions in every chart, at the same time using a click of a button or simple selection. Offering new ways to analyze data, save precious screen space and enable multiple use cases on a single chart.

How to Create a Heat Grid in Yellowfin Dashboards

Welcome to the latest entry in Yellowfin Japan’s ‘How to?’ blog series! In our previous blog, we created a pie chart that aggregates on the basis of category. By using set analysis, we were able to represent the percentage of Books Only in the numeric display, based on the composition of the items ordered.

Observability Meets AI: Unlocking New Frontiers in Data Collection, Analysis, and Predictions

As software systems become increasingly complex, observability — the ability to understand a system's internal state based on its external outputs — has become a critical practice for developers and operations teams. Traditional observability approaches struggle to keep up with the scale and complexity of modern applications. As the amount of telemetry data grows, it becomes expensive and complex to navigate. Enter AI and its promise to revolutionize observability.

Best Data Mining Tools in 2024

Data mining, also known as Knowledge Discovery in Data (KDD), is a powerful technique that analyzes and unlocks hidden insights from vast amounts of information and datasets. Data mining goes beyond simple analysis—leveraging extensive data processing and complex mathematical algorithms to detect underlying trends or calculate the probability of future events.

Write Better Code Using Swift Enums: A Detailed Guide

In Swift, an enum (short for enumeration) is a powerful feature that allows us to define a data type with a fixed set of related values so we can work with those values in a type-safe way within our code. In this article we’ll be taking a closer look at Swift enums and their applications in Swift, as well as providing some real-world examples of how we could deploy them in our builds.

Authentication and Authorization Using Middleware in Django

Django is a “batteries-included” framework. It has a wide array of built-in features that handle common web development tasks: URL routing, template engine, object-relational mapping (ORM), and database schema migrations. This makes it highly efficient for rapid development, allowing developers to focus on building their applications' unique aspects without reinventing basic functionalities.