Systems | Development | Analytics | API | Testing

Latest Blogs

How to Choose the Best API Management Platform

An API or Application Programming Interface is how two applications communicate with one another; it is also the way users access an application. All websites and applications use some form of API through an API gateway, which serves as an entry point to a service. Unfortunately, over 90% of businesses have suffered from a security problem related to their APIs, making API security a top concern. For this reason and more, many businesses require a dedicated API management platform.

REST API Observability for Python

In this blog post we’ll help answer the age old question, “What does this service talk to and what does it say?” We’ll see how to inspect inbound and outbound REST API calls to see what calls are being made and what incoming traffic causes a reaction. This can be pretty handy when you’re taking over maintenance of an existing service, or if your code just isn’t behaving the way you expect.

Heroku Private Space and mTLS

Due to the increasing number of ransomware and security breaches, premiums for cyber-insurance have gone up by 10 to 40 percent in recent years. Ara Aslanian, CEO of Inverselogic says “Minimum security requirements have definitely changed, especially the way insurers review the companies," Aslanian says. “Previously, the checking process was mostly conducted by self-assessment, which meant the insurers would send companies self-assessment sheets for them to check the boxes.

2021 - The Year of Innovations for "Jobs to be Done"

While COVID-19 continues to cause devastating disruption to the global economy more than two years into the pandemic, it is also continuing to force remarkable innovation across different industries. Companies have found new ways to sell, service and operate during the crisis. For me, there is one common theme for these innovative companies, including Qlik, and it is “Jobs to be Done.”

CSS Selectors And XPath Locators In Selenium Test Automation Scripts

One of the most important aspects of automated web application testing is having a good grasp of using locators. Locators allow retrieving DOM elements from the web page. Interacting with web elements during automated tests allows to create end-to-end tests that simulate real users behavior. In this blog post, we will talk about two types of locators – CSS selectors and XPath.

SQL Performance Tuning: 9 Best Practices for Developer

SQL performance tuning is a difficult task, especially when working with large amounts of data, where even slight changes can have a significant (positive or negative) influence on performance. A Database Administrator (DBA) will be in charge of most SQL performance adjustments in mid-sized and large businesses. However, believe me when we say that there are plenty of developers that have to perform DBA-like jobs.