Solution to a Common Agile Team Problem — Sprint CalendarAgile teams operate in short, time-boxed periods known as Sprints. Each Sprint has a start date, an end date, and a unique identifier. For…Jul 30Jul 30
Mocking a REST API — with Response SimulationIn the previous post, we created a mock REST API which responds to HTTP GET requests with a greeting message. In this post, we will…Jan 11, 2022Jan 11, 2022
Mocking a REST APIMocking allows you to create a simulated version of a REST API. We will go over all the steps needed in creating a mock REST API with…Jan 10, 2022Jan 10, 2022
Have a Product Demo coming-up?Are you preparing for an upcoming demo and some of the software components on the flow of execution aren’t ready yet?Nov 18, 2021Nov 18, 2021
Common issues encountered when consuming APIThere are some common issues that are faced by every Application Development Team when processing data received from an API. These issues…Nov 15, 2021Nov 15, 2021
Concerned about the slow progress of your Development Team?Are you leading a team of software engineers?Nov 8, 2021Nov 8, 2021
Creating & Deploy a virtual REST API in 50 secondsThe video above demonstrates how a virtual REST API can be created, tested and hosted in the cloud in less than a minute.Nov 7, 2021Nov 7, 2021
REST API performance over HTTP and HTTPS comparedWe wanted to find out how would the performance of a REST API be impacted if it is called over HTTP vs. HTTPS.Nov 3, 2021Nov 3, 2021
Is that Application Defect Reproducible?Reproducibility of the defect is important to:Nov 3, 2021Nov 3, 2021
Optimize and Simplify API TestingTesting an application with integrations is a time consuming process and almost all applications today have integrations with other…Nov 3, 2021Nov 3, 2021