Systems | Development | Analytics | API | Testing

Latest News

Data Lake Architecture & The Future of Log Analytics

Organizations are leveraging log analytics in the cloud for a variety of use cases, including application performance monitoring, troubleshooting cloud services, user behavior analysis, security operations and threat hunting, forensic network investigation, and supporting regulatory compliance initiatives. But with enterprise data growing at astronomical rates, organizations are finding it increasingly costly, complex, and time-consuming to capture, securely store, and efficiently analyze their log data.

How To Connect Legacy ERPs to Modern Applications

Research shows that legacy systems make up 31% of the technology in organizations. These are systems that might still provide value for your enterprise but are unable to interact with other software tools, rendering them almost useless for your digital transformation objectives. Many legacy systems are ERP systems that exist in data silos, incapable of integrating with the rest of your organization. In this article, we’ll show you how to connect legacy ERPs to modern applications.

What is Exploratory Testing? QA without a map

If regular scripted software testing follows clear directions on a map through your project, then exploratory testing starts with a compass and a blank map. There are software bugs that can’t be discovered by following a map: skilled explorers must create their unique map. Every project can benefit from having exploratory testing seeking out the hidden bugs lying off the beaten path.

What is BDD Testing? A Complete Guide

BDD testing is an Agile approach to software testing where testers write test cases in simple language that even people without technical expertise can understand. The goal of BDD testing is to increase collaboration between the technical side and the business side. The Gherkin language is a unique business-readable language used to describe system behaviors and scenarios. It is structured by 3 primary statements: Given - When - Then, with each statement describing a specific aspect of the system.

Comparing AWS RDS ETL Tools

Amazon's Relational Database Service (AWS RDS) is a web-based service launched by Amazon Web Services (AWS) that unifies the setup, operation, and scaling of relational databases in the cloud. By using a dependable and feature-rich ETL (Extract, Transform, Load) tool, you can simplify the process of retrieving, transforming, and sending data from the various systems you already use, like AWS RDS.

Common misconceptions of Exploratory Testing

Exploratory testing has become a more common topic amongst testers. Exploratory testing provides valuable quality related insights that otherwise would escape unnoticed. Unfortunately there’s still a long way to go until everyone can unlock the full potential exploratory testing. Not everyone has heard about it, not everyone understands exactly what it is, not everyone has taken the most out of it.

How to Empty, Delete, or Rotate Log Files in Linux?

Do you know that log files in Linux can quickly consume disk space if not managed properly? This can lead to performance issues and even system crashes. Log files? What exactly are they, and why should they matter to anyone using Linux-based systems? Log files are essential components of any Linux-based system. They are text files that contain information about system events, including errors, warnings, and other important messages.