Systems | Development | Analytics | API | Testing

Latest Blogs

3 Steps to Crack the Code on Effective FNOL Operations

The claims stage is critical in the insurance customer lifecycle, acting as a moment of truth in the provider’s ability to serve the client as promised. Because it can often be an emotional experience for customers, insurers that value a seamless experience need to prioritize efficient and effective first notice of loss (FNOL) intake.

5 Reasons to Upgrade to Latest Version of Angles for Oracle

For decades, hundreds of enterprise Oracle ERP customers have taken advantage of the industry-leading capabilities for operational reporting and strategic analytics offered by Angles for Oracle (formerly Noetix.) If your organization is one of those customers, we want to make you aware of some exciting new features recently introduced to the latest platform version that improve agility, collaboration, and integration.

Use Data Better with Angles for Oracle

Odds are good that your team already knows that Wands for Oracle puts finance teams in control of their own reporting. Offering purpose-built software that deeply integrates with Oracle E-Business Suite in Excel, Wands gives you quick access to the real-time data you need, when you need it, without relying on IT or resorting to manual data dumps.

3 Examples of Successful Embedded Data Visualization Tools

Today, businesses are hyper focused on developing data-driven applications and experiences. Whether for customers or end-users, they want to offer software that contains interactive dashboards, personalized data visuals, infographics, and charts. The reason is simple: Better access to data in the same workflow means more people will be more data-driven in their decision-making. If you need your application to display data in charts, graphs or other data images, you need embedded data visualization tools.

How to write a user story with great UX in mind

If your typical user story looks like: “As a new user, I want to create an account to have an account,” then you might have a problem. As a recent viral Twitter thread from user evangelist and UX pro Laura Klein pointed out a big issue in the QA community: how to write a user story. Product owners are trying to create and execute as many user stories as possible to define requirements and establish acceptance criteria.

A quick guide to load testing Grafana Loki with Grafana k6

As a software engineer here at Grafana Labs, I’ve learned there are two questions that commonly come up when someone begins setting up a new Loki installation: “How many logs can I ingest into my cluster?” followed by, “How fast can I query these logs?” There are two ways to find out the answers.

Add Feature Flags in Ruby on Rails with Flipper

Picture this scenario: you are a Rails developer and have spent the last couple of days developing that awesome feature that everyone is waiting for. It's big and complex, but it went through rigorous testing, so you are confident everything works as it should. There are deadlines to meet, so you deploy. Immediately, all hell breaks loose. Your feature straight up breaks the entire app for some of your users. It's hard to say why. No bugs showed up during testing.

Java: List of Checked & Unchecked Exceptions

Like most modern programming languages, Java includes the concept of exceptions to handle both errors and "exceptional events." When an exception occurs in your code, it disrupts the normal instruction logic and abnormally terminates the process. However, with a little foresight and code, you can often handle these exceptions gracefully, allowing your code to continue running and providing insight for tracking down the root cause of the unexpected result.