Systems | Development | Analytics | API | Testing

%term

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.

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.

How Healthcare and Life Sciences Organizations Are Accelerating Data, Apps and AI Strategy in the Data Cloud

Accelerate Healthcare and Life Sciences is a one-day virtual event, featuring technology and business leaders from Elevance Health, Ginkgo Bioworks, Datavant and more, to discover executive priorities, best practices and potential data and AI challenges that are top of mind for 2024.

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.

Navigating Dynamics 365: Adapting Testing Strategies in the Wake of April 2024 Updates

The world of Dynamics 365 is constantly changing, and staying on top of those changes is crucial for any organization that uses it. The arrival of April 2024 brings with it a significant update, including the much-anticipated one-version rule. This has sent a wave through the Dynamics 365 community, with businesses scrambling to update and ensure compliance. While the one-version rule is a major change, some stakeholders may not yet fully grasp the impact it will have.

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.

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.

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.