What is Singles’ Day? Singles’ Day, or as it was originally called, Bachelors’ Day, is an unofficial Chinese shopping holiday that celebrates, as the name implies, being single. The name reportedly originated in the early 1990s by a group of male students attending...
Load testing is very important for gauging website, web application, and API performance during normal, heavy, or even sudden traffic spikes. This post will help to understand load testing using Docker containers with Continuous Integration (CI) tools. The Docker...
React.js, colloquially known as just React, is an open-source JavaScript library published and maintained by Facebook used to build dynamic user interfaces for single-page applications (SPAs) and modern web applications. It is a lightweight front-end library capable...
APIs are integrated into many of the web services used today, allowing systems to send and communicate various pieces of information back and forth. As such, they are a powerful link between critical services and users. And as with any important part of a system, it...
With fast-moving pieces of technology and agile development teams, shipping new features, faster and better, is vital to keep up with the demand and innovation. Continuous Delivery and Continuous Integration (CI/CD) is becoming more and more popular to adopt for...
Performance testing can sometimes be misunderstood as hammering the server with high throughput of request, but concepts like think time, pacing and delays helps us to achieve the real user patterns happening over production. Designing the performance test scenario as...