Posts

Showing posts from March, 2019

API-First Architecture

Image
What is API First Architecture ? Traditional Approach    Here API Team will start work on API stuff, they will publish the API Contract Doc to Front end and Testing Team ,API will start the API Implementation part . Once API team finished the API then only Front end team will start implement their work and also testing team will start the testing after development completed.. What will happen if any changes requires , redo the process start from scratch .  Alternative Approach is API First  Here its parallel approach . API team will release the Mock to the respective team , Front end and  testing Team will start their work in parallel . API team will update the API stuff based on their feedback before starting the real implementation  /.It will save more time.  Difference between Design First and Code First? What is API economy ? What is API Driven Development ?( ADD ) Ways to Manage the API Strategy ? How ...