open source stuff

lambda-server-timing

Enables Lambdas to return responses with Server-Timing Header allowing to to pass request-specific timings from the backend to the browser.

Allows a server to communicate performance metrics about the request-response cycle to the user agent. It also standardises a JavaScript interface to enable applications to collect, process, and act on these metrics to optimise application delivery.


svelte-i18next

This library wraps an i18next instance in a Svelte Store to observeĀ i18next eventsĀ so your Svelte components re-render e.g. when language is changed or a new resource is loaded by i18next.