22 Aug 25
Internationalization isn’t just translation. It’s about formatting dates, pluralizing words, sorting names, and more, all according to specific locales. Instead of relying on heavy third-party libraries, modern JavaScript offers the Intl API — a powerful, native way to handle i18n. A quiet reminder that the web truly is worldwide.
20 Aug 25
An interesting API/Server for Typescript that makes a Postgres DB directly accessible on the client side with caching. Security model relies on permission, and data is then stored on the browser cache, but this means you could do without a backend middleware for quite a few operations. Works with an existing schema
30 May 25
Bun has a unique (and quite amazing) support for shell, so that we can use shell for what it’s good (composability), but switch to JS for what it’s not good at (more advanced logic).
12 Apr 24
Cloudflare Workers now features a built-in RPC (Remote Procedure Call) system for use in Worker-to-Worker and Worker-to-Durable Object communication, with absolutely minimal boilerplate. We’ve designed an RPC system so expressive that calling a remote service can feel like using a library.
21 Dec 21
30 Apr 21
08 Mar 20
08 Apr 19
09 Oct 18
Structured Content. Done Right. Edit collaboratively, distribute over APIs and freely decide later how and where your content will be used.
20 Mar 17
Serverless CMS hosted on Netlify
21 Feb 14
26 Sep 12
01 Feb 12
05 Aug 11
Code OAuth implementations for different languages
29 Mar 10
By wrapping and extending the Flash sound API, SoundManager 2 brings solid audio functionality to Javascript. This is the API that is used by soundcloud