/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

nick.zoic.org
| | solovyov.net
11.8 parsecs away

Travel
| | I really like Server-Sent Events: the protocol is quite simple and effective, and using it from a browser is easy. Listen for a message event on an EventSource, and it [...]
| | vsupalov.com
10.8 parsecs away

Travel
| | An overview of what goes on between the server and and the browser while using a modern web application.
| | www.ayush.nz
10.9 parsecs away

Travel
| | Quick and easy client-side JavaScript search with Lunr.js - Display search results from any JSON data object in the browser using Lunr.js.
| | yos.io
32.2 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.