Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 2.06 KB

README.md

File metadata and controls

26 lines (18 loc) · 2.06 KB

Tutorial Series: Accelerate delivery of API & Microservices with API Assembly

Prerequisites

Series Overview

I have too often falled into a trap thinking that a visual-style development tool will accelerate development of my project. At first, the idea looks promising with a fancy prototype and generated code, but as you need to tweak your code, you often run into issues and solving it turns into a 'stack-overflow / googling' exercise.

The right balance needs to be available - you need productive visual tools that solve the common problem and at the same time provide the flexibility to drop-down and write code when needed. Enter the API Connect assembly editor, which provides a visual policy flow experience with built-in programming constructs to help accelerate delivery of API and microservice implementations. This tool is not here to write your service implementation, but act as a 'gateway' to enforce API and microservice security policies, apply rate limits and perform payload / header manipulation before proxying to the service backend.

In this tutorial series, you will learn how to build a first-class API definition to secure and rate-limit service backends.