/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

seb.jambor.dev
| | martinheinz.dev
4.1 parsecs away

Travel
| | Most of us use GitHub every day either using CLI or its website. Sometimes however, you need to automate these same tasks like, for example creating Gi...
| | www.zufallsheld.de
1.6 parsecs away

Travel
| | Recently, I found myself needing to incorporate a CODEOWNERS-file to multiple repositories within our Github organization. The objective was to automatically reviewers for pull-requests. And codeowners are a perfect tool for this. This way every colleague in our company can join our Github organization and get write-access to the ...
| | emmettnaughton.com
1.9 parsecs away

Travel
| | [AI summary] The author compares the REST API and GraphQL APIs while building a GitHub user search functionality, ultimately favoring GraphQL for its efficiency and single-call data retrieval.
| | robkendal.co.uk
26.2 parsecs away

Travel
| There are lots of articles on how to build a Node API server but they're either quite duff or very complex. None of them seem to deal with reading and writing to JSON files. Well let's change that by building our own Node API server using JSON data storage!