Systems | Development | Analytics | API | Testing

Latest News

How to Create a Dashboard in Yellowfin: Step-by-Step Guide

Welcome to the final entry in Yellowfin Japan’s long-running ‘How to?’ blog series! This series of blogs has aimed to to provide your team with a step-by-step guide of how to create your own Yellowfin dashboard, starting from the design and data transformation flow, all the way to creating rich data visualizations and using the right report filters.

Black Box Testing And White Box Testing: A Complete Guide

Software Testing is the most important step in the software development process. This process helps in validating and verifying that a software application is Bug-free, and the software is improved in terms of efficiency, accuracy and usability. Black Box Testing and White Box Testing are two most useful testing techniques for Software Testing. In this blog, we will be covering more about their definitions, advantages, disadvantages, their types, limitations and tools used for testing.

GigaOm Radar Names Hitachi Vantara a Leader and Outperformer in Primary Storage for Virtual Storage Platform One

Industry recognition highlights Hitachi Vantara's continued leadership and innovation in primary storage, delivering exceptional cloud integration, ransomware protection and enterprise performance.

7 Best Service Virtualization Tools of 2025

Service virtualization tools have become indispensable for organizations seeking to streamline their testing and development processes. These tools allow teams to simulate the behavior of critical software components, enabling more rapid development with overall cost reduction and improved collaborative outcomes. As demand mounts for service virtualization solutions, identifying the best tools to support this workflow in the software development lifecycle has never been so important.

GUI Testing: A Complete Guide

The GUI is the very first thing users see when they interact with your web/application. To do GUI testing is to craft the best first impression for your users. You can do GUI testing either manually or automatically. Automated GUI testing significantly reduces the risk of false positives. In this article, we’ll explore the concept of GUI testing, why it’s important, and GUI testing best practices.

Publish your Flutter app to Google Play Store with Codemagic CI/CD

In this article, I will introduce the steps to release a Flutter app to the Google Play Store using the Codemagic CI/CD tool. If you have been uploading your app to Google Play manually and want to simplify that process, I hope you find this article helpful.

ESB vs. Microservices: Understanding Key Differences

Microservices are an approach to building applications that focuses on breaking down monolithic applications into independent, but loosely-connected “microservices.” ESBs and microservices are both architectural approaches for integrating applications, but they have different strengths and weaknesses. ESBs are better suited for integrating monolithic applications, while microservices are better suited for building scalable and resilient applications.

Self-Hosted Product Analytics: The Insider's Guide

Relying on third-party analytics puts your user data at risk. And as your business begins collecting more data, you also face bigger questions: Where does that data go? Who controls it? How secure is it? When it comes to hosting product analytics, companies typically choose between two common approaches: Common cloud-based analytics or self-hosted and private cloud analytics.

The 10 Best Invoice Processing Software in 2025

Invoice management is an important task regardless of the size of your business, but it can quickly become overwhelming due to the sheer volume of invoices, varying formats, and the need for accurate tracking and timely payments. Manual processes with paper invoices are time-consuming, often leading to errors, delays, and difficulty in maintaining organized records. However, with the right invoice processing software, you can streamline invoice management, saving time and reducing errors.

Stubbing And Verifying: My Journey To Smarter Testing

Let’s talk about stubbing and verifying – two critical tools that transformed how I approach testing. Early in my career, testing was often frustrating, slow, and full of surprises, most of them bad. I used to think testing meant running my app against real systems and crossing my fingers that everything worked. Spoiler: it rarely did. Here’s the thing: testing doesn’t have to be painful.