Systems | Development | Analytics | API | Testing

%term

The Latest in Helix DAM: What Is Digital Asset Management?

The most recent release of Helix Digital Asset Management (Helix DAM) unveiled much-anticipated integrations and new features, taking the creative and collaborative power of this tool to the next level. Built with complex industries like game development and virtual production in mind, Helix DAM supports many types of files and ambitious projects of any scale.

How to Create an Effective Test Plan | Step-by-Step Tutorial | Kristin Jackvony | TestFlix 2023 |

In this informative video, Kristin Jackvony provides a step-by-step tutorial on creating a comprehensive test plan, addressing the challenges that often accompany testing complex features. Kristin offers practical insights and guidance on how to approach this critical aspect of software testing.

Common Pitfalls When Setting up CI/CD Pipelines

From the full episode: “Test Case Scenario" Dives into CI/CD Pipeline Mastery! In this discussion, we cover everything you need to know about setting up pipelines, navigating common pitfalls, and valuable tips for CI/CD mastery. Whether you're a tech enthusiast or a professional in the field, Test Case Scenario is your go-to podcast for staying informed and ahead of the curve in the realm of software testing.

Yellowfin Cool Features Part 1: Making Reports Pop

In this blog series, Yellowfin Chief Technology Officer (CTO) Brad Scarff breaks down some of the coolest and most unique features of the Yellowfin embedded analytics suite. Despite all the new developments in business intelligence (BI) tools, such as artificial intelligence (AI), automation, and natural language query, the report is still the mainstay of information delivery in most organizations.

The Benefits of Continuous Integration: A Guide to Streamlining Your Business

Are you ready to take your business to new heights in 2023? In the ever-evolving digital landscape, Continuous Integration and Continuous Delivery (CI/CD) have become game-changers for companies seeking a competitive edge. But why exactly should businesses embrace CI/CD? Is it so valuable for businesses?

Don't Blink: You'll Miss Something Amazing!

Fast moving data and real time analysis present us with some amazing opportunities. Don’t blink—or you’ll miss it! Every organization has some data that happens in real time, whether it is understanding what our users are doing on our websites or watching our systems and equipment as they perform mission critical tasks for us. This real-time data, when captured and analyzed in a timely manner, may deliver tremendous business value.

Using Action Policy for a Ruby on Rails App: The Basics

To keep your app secure, you need to control who and what can access it. Access control can be categorized into authentication — "who" to allow — and authorization — "what" they can access. Authentication is a subject for another day, but when it comes to user authorization, you generally have two ways to go about it: using a role-based or resource-based strategy. In this two-part series, we'll take a deep dive into using the Action Policy gem for a Ruby on Rails blog application.

Troubleshooting an Intermittent Failure in CI Tests on ARM64

The Kong Gateway CI was failing intermittently (about once every 100 runs) on the ARM64 platform with a strange error: “attempt to perform arithmetic on local 'i' (a function value)”. The variable i in the context is an integer but at runtime, it was sometimes a function value. This is caused by an error in the LuaJIT ARM64 JIT compiler. We’ve investigated and found the issue and the fix is merged in the LuaJIT upstream. This document describes how we fixed the error.

Testing techniques - QA Therapy episode highlights

In the fast-paced world of software development, quality assurance, and testing have evolved into critical components of the development process. Navigating this complex landscape has become a challenge for many, especially when deciding which tests to perform, what to automate, and how to ensure the highest quality in software releases. Our recent episode on the QA Therapy Podcast delved deep into these pressing questions, and today, we're excited to bring you the highlights.