/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.marcogomiero.com
| | everttimberg.io
2.4 parsecs away

Travel
| | Flask is a simple Python framework for creating web applications. It can be used to create API servers in a microservices architecture. When doing so, it is helpful to provide API documentation that ships with your service. This post outlines a technique for shipping OpenAPI v3 documentation from your service while co-locating the documentation with the API implementation. Keeping the documentation with the route definition ensures that it is easy to update, updates can be clearly identified during code ...
| | glama.ai
5.4 parsecs away

Travel
| | Save rendered Mermaid diagrams to files after previewing and tuning. Export diagrams in SVG, PNG, or PDF formats to specified file paths for documentation and sharing.
| | dev.ribic.ba
3.8 parsecs away

Travel
| | How to get automatic API documentation in Go with SwaggerUI
| | jsloop.net
25.9 parsecs away

Travel
| Here is a basic server setup with JAX-RS 3 using Jersey and Jetty 11 for the server. JAX-RS is Java API specification for RESTful web services using annotations. The project structure is as follows.