Why can’t we deliver this today?

We all want to deliver software of high quality, but the QA processes we invent often hold us back from iterating quickly. This hampers our ability to create software with the quality we set out to achieve. Having seen some software delivery processes from within,...

Building an API with OpenAPI YAML in 10 minutes

Connexion is a framework that automagically handles HTTP requests based on OpenAPI Specification (formerly known as Swagger Spec) of your API described in YAML format. Connexion allows you to write an OpenAPI specification, then maps the endpoints to your Python...