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...
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...
When a website experiences high traffic, it can slow down, return errors, or even crash if it is not properly tested. That’s what happens when a website can’t handle a lot of users at once. To avoid this, we need to do more than just check if the basic...
Vue.js, or more commonly known as just Vue, is an open-source progressive web development framework based on JavaScript used for creating modern client-side interfaces and dynamic single-page applications (SPAs). It implements a model-view-viewmodel (MVVM)...