InfoQ Homepage API Content on InfoQ
-
Designing, Implementing and Using Reactive APIs
Ben Hale and Paul Harris talk about what led them to choose a reactive API, how they designed and implemented it using Project Reactor.
-
A Lite Rx API for the JVM
Sebastien Deleuze and Stephane Maldini talk about developing Reactive applications using Reactor Core 2.5, and using Flux and Mono types with various exercises.
-
Intro to Spring Boot
Eddú Meléndez Gonzales takes a look at what Spring Boot is, why it should be considered it for an application and how to get started.
-
DDD & REST - Domain Driven APIs for the Web
Oliver Gierke explores some commonalities of Domain Driven Design and REST, and how to create REST APIs that are driven by the domain.
-
Industrial Strength Access Control for Spring Applications
Dariush Amir explores a novel solution to the problem of building access control for RESTful services in the industrial world.
-
Publish, Secure, and Monitor APIs with Cloud Foundry Route Services
Ed Anuff and Carlos Eberhardt talk about the experience building one of the first Service Brokers to leverage route services with Apigee quota enforcement, spike arrests, and content caching.
-
No REST - Architecting Real-Time Bulk Async APIs
Michael Uzquiano talks about how to scale an API to accept many items, how to evolve the Evolution of ReST over HTTP to transactional, asynchronous bulk operations and using polling.
-
ESPN Next Generation APIs Powering Web, Mobile, TV
Manny Pelarinos talks about the tension of optimizing APIs for different experiences, while supporting hundreds of endpoints and many web and mobile applications at scale.
-
User Delight Driven Design of APIs
Michael Hyatt discusses the main complains users have with APIs and ways to address them using early user acceptance testing, RAML, JSON schemas, traits and mocks.
-
API-first Architecture Transformation at Etsy
Stefanie Schirmer talks about the case study of building an API-first architecture at Etsy, why they built it, the tools used, the mistakes made and the lessons learnt along the way.
-
Building APIs
Mat Ryer takes a look at the code used for a real API running on Google AppEngine, discussing best practices for delivering modern web services.
-
Escaping the Bikeshed with JSON-API
Rob Valk introduces the JSON-API 1.0 spec, taking a look at JVM ecosystem support for the standard with the katharsis.io library and its integration with the Mule runtime.