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

Caddy – The HTTP/2 Web Server with Automatic HTTPS

Caddy – The HTTP/2 Web Server with Automatic HTTPS

All you have to do is run caddy and voilà! Caddy automatically loads your Caddyfile if it’s in the same folder. For production sites, HTTPS is on by default!

Read More