Explore >> Select a destination


You are here

httptoolkit.com
| | dygalo.dev
10.9 parsecs away

Travel
| | It is an article about using property-based testing in the scope of web applications. It covers the new tool named Schemathesis that generates test cases for applications based on Open API schemas.
| | yos.io
5.8 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.
| | devopsian.net
6.8 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.
| | attilaolah.eu
115.0 parsecs away

Travel
| Incidentally, decoding JSON data (or really, almost any data structure) isreally easy in Go (golang). We simply call json.Unmarshal(...) andboom! We have nice data structures.