RSSAmplifier

Blog

All-Purpose Machines Blog

Posts and updates from the APM project

localhostRSS feed ↗2 posts

Latest posts

Executing Code on the Client with HyperMap — Conference Recap

My first — and so far, only — talk on HyperMap was the 2023 Nordic APIs Summit. The conference was for generalist API industry practitioners so I tried to focus on the high-level business value of HyperMap. On reflection the focus of the talk was a little confused between the potential for HyperMap to make APIs a lot more powerful and its ability to speed up integration. Both are true, but the…

Introducing the HyperMap Stack

HyperMap is a new format for REST APIs I designed over the past couple of years. It’s built around two core ideas. First, it's entirely self-descriptive, meaning a client can understand and interact with any HyperMap API without custom integration code. Second, it supports running JavaScript or WebAssembly in a secure sandbox on the client side, enabling dynamic functionality that adapts to each…