An API Journey: From Idea to Deployment the Agile Way

An API Journey: From Idea to Deployment the Agile Way

  • April 30, 2018
Table of Contents

An API Journey: From Idea to Deployment the Agile Way

The goal of this series of posts is to describe a proposed approach for an agile API delivery process. It will cover not only the development part but also the design, the tests, the delivery, and the management in production. You will learn how to use mocking to speed up development and break dependencies, use the contract-first approach for defining tests that will harden your implementation, protect the exposed API through a management gateway and, finally, secure deliveries using a CI/CD pipeline.

Source: redhat.com

Tags :
Share :
comments powered by Disqus

Related Posts

Netflix FlameScope

Netflix FlameScope

We’re excited to release FlameScope: a new performance visualization tool for analyzing variance, perturbations, single-threaded execution, application startup, and other time-based issues. It has been created by the Netflix cloud performance engineering team and just released as open source, and we welcome help from others to develop the project further. (If it especially interests you, you might be interested in joining Netflix to work on it and other projects.)

Read More