Explore >> Select a destination


You are here

feorlen.org
| | devopsian.net
8.4 parsecs away

Travel
| | Discover the value of API-First design for side projects. Learn how this approach can streamline development, improve consistency, and accelerate your workflow through practical examples and code generation.
| | yos.io
8.0 parsecs away

Travel
| | You're building an API. You develop a backend service with a few endpoints and deploy it to production. You publish several official language-specific API clients as well as an API documentation. The day ends on a happy note. The following day, a new feature is being added the API. You have to: Update the server implementation to support the new feature. Update all client libraries (one SDK for each supported platform and language.) Update the documentation. All the above must be consistent with each other. Also, the frontend team is blocked until your backend API is complete. You let out a heavy sigh.
| | apisyouwonthate.com
19.0 parsecs away

Travel
| | Guest post from Aaron Hedges. JSON Hyper-Schema is a format for describing an API. You can automate a lot with a document that describes your API. * API SDKs * Documentation * Tools such as API sandboxes or Postman collections to simplify the development process * Contract tests to ensure your API doesn't
| | stenbrinke.nl
83.0 parsecs away

Travel
| This post introduces my Readme Auto Open project, which helps teams onboard faster by automatically opening README files in VSCode!