Systems | Development | Analytics | API | Testing

How to proceed with a Dashboard Proof of Concept (PoC): Best Practices

Welcome to the latest entry in Yellowfin Japan’s long-running ‘How to?’ blog series. This series of blogs aims to provide a step-by-step guide of how to get the most out of your Yellowfin BI experience, such as how to create your own Yellowfin dashboards. Catch up on the series below.

What's the Price of Sticking With SAP BPC?

Are you wondering where all your team’s time is being spent? Is it all spent on managing software that promises agility for finance teams? In today’s fast-paced and ever-changing business landscape, it is imperative for organizations to be agile. Being able to embrace change and respond quickly has become a key factor in the success of any business.

Reducing test duplication with smarter automation strategies

When the testing volume increases without effective control, maintenance is more time-consuming, feedback is slower, and risks are bigger, especially in environments where continuous integration and release cycles are accelerated. In this article, you’ll explore smart automation strategies that can help you reduce test duplication and improve QA team efficiency.

AI in Fitness: How Artificial Intelligence Helps FitTechs Grow?

Ever wondered if your fitness app actually knows you, or just logs your steps? Is it really smart enough, as smart as you think it is? Is it helping you train smarter, recover better, or just ticking off numbers on a screen? AI-powered fitness apps are quickly moving beyond basic tracking. They’re becoming intelligent companions, even those that understand your body, goals, and limits.

How to ensure your AI projects are production ready

Join Kong HQ for an insightful LinkedIn Live session titled "How to Ensure Your AI Projects Are Production Ready." As AI continues to transform industries, moving from experimentation to deployment is one of the biggest challenges organizations face. In this session, our experts will dive into what it truly means for an AI project to be "production ready," discussing essential practices around scalability, reliability, governance, and observability.

When To Use A List Comprehension In Python

To be honest, most Python developers are not using list comprehensions. Even I, who is writing this blog, never used list comprehensions before. But when I saw some examples, I felt I had to try and use them in my Python code. The reason for this change of mind is that there are a few advantages we get if we implement list comprehensions. Let’s see what these are in this blog today.