/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

danielms.site
| | apisyouwonthate.com
5.5 parsecs away

Travel
| | When OpenAPI or JSON Schema documents get massive or repetitive, the contents can be split across multiple documents (on the filesystem, URLs, in memory somewhere) and joined together $ref. These split up API descriptions can then be joined back together as one document, with $ref pointing to an internal location
| | golb.hplar.ch
5.3 parsecs away

Travel
| | [AI summary] This tutorial demonstrates how to build a full-stack todo application using Spring Boot for a REST backend and an Ionic front-end, leveraging OpenAPI specifications with SpringFox to generate TypeScript client code.
| | danielpecos.com
4.7 parsecs away

Travel
| | Example of how to implement and document (inline within the source code) a REST API using Node.js, Express and Swagger
| | woile.dev
16.4 parsecs away

Travel
| Writing a web application in rust using axum and minijinja. If you have used jinja2 in the past this will feel familiar. But we also dig into protocols and networking.