Delivery and Deployment

TH13 Exposing an Extensibility API for Your Applications and Services

09/20/2018

1:15pm - 2:30pm

Level: Intermediate to Advanced

Miguel Castro

MRD

President

Melvicorp LLC

Writing software that can be maintained is and always has been crucial. But so is writing software that can be enhanced and extended. It's become quite commonplace for many apps today to expose APIs so externally written apps can have access to their data or their services. But imagine how cool it is to expose an API for changing or extending an application's functionality. This is all about the ability to use the architecture of an application in order to enhance that system. This is the power of the patterns and techniques you'll learn in this session. They're very useful and very geeky so bring your propeller hat.

You will learn:

  • What is Extensibility for?
  • How to modularize your application
  • How to expose an extensibility API in your application