/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

diamantidis.github.io
| | egghead.io
3.5 parsecs away

Travel
| | Learn to build a simple MCP server to search GitHub issues and use it from Cursor.
| | mydeveloperplanet.com
3.4 parsecs away

Travel
| | This blog provides a step-by-step guide to create a Model Context Protocol (MCP) server using Spring AI. It explains the advantages of using MCP for integrating Large Language Models with data sources, highlights necessary prerequisites, and outlines the construction and testing of the MCP server and its client, including feature implementation.
| | mherman.org
2.8 parsecs away

Travel
| | This tutorial looks at how to implement an API with Node, gRPC, and Postgres.
| | brianreiter.org
9.2 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...