/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

philipwalton.com
| | vladivanov.me
3.8 parsecs away

Travel
| | What are modular systems in JavaScript? Why are there so many? What problems can arise from this and how can they be solved? And what to choose in 2023? I'll tell in this article.
| | babeljs.io
2.9 parsecs away

Travel
| | For those of us that need to support older browsers, we run a compiler like Babel over application code. But that's not all of the code that we ship to browsers; there's also the code in our node_modules.
| | www.integralist.co.uk
3.5 parsecs away

Travel
| | Introduction This post will explain how to set-up and configure the various tooling necessary in order to be able to write cross-compatible modern (ES2015+) JavaScript code. Note: if you're unsure of what 'modern' JavaScript looks like, then I'll refer you to these compatibility tables. The tools we'll be using: Babel: transpiler of modern JS into ES5 compatible code. Webpack: a js module bundler. Note: webpack is actually capable of transforming, bundling, packaging just about anything (as we'll see sho...
| | www.shuttle.rs
15.5 parsecs away

Travel
| Learn how to build MCP server in Rust using the rmcp crate. This MCP server development guide covers stdio MCP server creation, DNS lookup MCP implementation, and AI agent extension with Model Context Protocol Rust SDK.