Do you recall how software was shipped in floppies, CDs, and DVDs in the typical brick-and-mortar fashion? Software delivery models have undergone enormous changes in the last few decades. The Internet eased the distribution of software binaries by facilitating direct download. However, cloud computing has radically transformed the software …
CI/CD
API Testing Automation with RapidAPI
Introduction The process of testing software during development helps find problems early. But running the tests manually can easily become tedious as a project grows in size. Testing automation makes development more enjoyable for developers. We can forget about running tests and focus on development. This is Part 2 of a series about API …