Systems | Development | Analytics | API | Testing

Latest News

How to Write Unit Tests for Kotlin

Writing tests is an underappreciated part of software development. It usually distracts us from our primary goal and makes us feel we aren’t being productive. However, these tests are a great way to ensure our code works as expected, and they can save us plenty of headaches when we don’t have full control of certain parts of a project (for example, when we are working on the client app and another colleague is working on the server).

What is embedded analytics

What is embedded analytics? Embedded analytics is the integration of analytical capabilities and data visualizations - real-time reports and dashboards - into another software application. This allows the end user to analyze the data held within the software application into which the analytics platform is embedded. With this analysis, the end user can identify and mitigate issues and spot opportunities to maximize.

Why monitoring website performance is important?

Nowadays, in the era of instant gratification, when everyone want everything in a matter of moments, understanding the performance of your website, web application, web service is more important than has ever been. Using web performance tools to understand how your application behaves is easy and a best practice that you should follow on a daily basis.

Katalon and CircleCI: Simplifying CI/CD Integration and Test Automation

Katalon is establishing a new partnership with CircleCI — the leading platform for continuous integration and continuous delivery pipeline. This collaboration marks the official support of integrating Katalon Studio automation capability with the CircleCI infrastructure. Katalon provides a robust cross-platform test automation solution that supports web, application programming interface (API), mobile, and desktop testing for teams with minimum requirements for programming skills.

Benchmarking Ozone: Cloudera's next-generation Storage for CDP

Apache Hadoop Ozone was designed to address the scale limitation of HDFS with respect to small files and the total number of file system objects. On current data center hardware, HDFS has a limit of about 350 million files and 700 million file system objects. Ozone’s architecture addresses these limitations[4]. This article compares the performance of Ozone with HDFS, the de-facto big data file system.

Data Structure Zoo

Solving a problem programatically often involves grouping data items together so they can be conveniently operated on or copied as a single unit – the items are collected in a data structure. Many different data structures have been designed over the past decades, some store individual items like phone numbers, others store more complex objects like name/phone number pairs. Each has strengths and weaknesses and is more or less suitable for a specific use case.

3 cool tech tapas we found at Cisco Live Europe

I love traveling to Barcelona for conferences. Between Gaudi’s architecture and tech architectures, there’s really not much more I can ask for. Walking into Cisco Live!, the first thing I encountered was the huge indoor fountain called the “Rain Wall”, which was built to raise awareness and celebrate Cisco’s Corporate Social Responsibility program.

How to get value out of your embedded analytics

Over the years, we’ve worked with a lot of software vendors who have embedded analytics into their product and there’s a range of reasons why they’ve chosen to do that. Some want to modernize existing analytics with a better solution, while others want to engage with more users or extend the use of their application to the C-Suite by delivering something of value to management like reporting.

Different Functional Testing Types Explained in Detail

According to Wikipedia, “Functional testing is a quality assurance process and a type of black-box testing that bases its test cases on the specifications of the software component under test. Functions are tested by feeding them input and examining the output, and the internal program structure is rarely considered.” Functional testing is a Black Box technique in which the output is validated against the input provided to the application.