Learn what API mediation is and why it's necessary in a world where data and application integration provide an advantage, but also present many complexities.
Name things well, avoid weird side effects and unexpected preconditions, don't leave unimplemented entry points for the future; stick to the principle of least surprise.
John Vester discusses the importance of API security and security adoption measures like authentication, API keys, access control, and input validation.
Learn how to easily use the SQL Helper Class, which interacts with a database with help from connection strings, to create Web APIs by using Visual Studio 2017.
In this post we take an in-depth look at Reactive programming and streams in Java. With all the hype surrounding reactive systems, this post is worth the read.
Failure to adopt good API design practices like ease of adoption, flexible and stable, backward compatibility, migration, and security is a common issue.
Learn how to configure the Protractor testing framework to use with the Cucumber Behavior-Driven Development framework for testing AngularJS applications.