28 Nov 25
01 Oct 25
Minimal files config for a PWA. Contribute to chr15m/minimal-pwa development by creating an account on GitHub.
22 Sep 25
Lightweight Javascript QR Code Scanner. Contribute to nimiq/qr-scanner development by creating an account on GitHub.
19 Sep 25
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.
06 May 25
Retrying made simple, easy and async. Contribute to vercel/async-retry development by creating an account on GitHub.
17 Apr 25
🎭 Stateful Serverless That Runs Anywhere. The easiest way to build stateful, AI agent, collaborative, or local-first applications. Deploy to Rivet, Cloudflare, Bun, Node.js, and more. - rivet-gg/actor-core
06 Mar 25
19 Jan 25
In order to feel more confident about my tsconfig.json, I decided to go through the tsconfig.json documentation, collect all commonly used options and describe them below: You can come along for the whole ride and go through the options with me. Afterward, you should be able to understand all of your tsconfig. Or you can skip ahead to the summary at the end. I also list recommendations for tsconfig.json by several other people. I’m curious what your experiences with tsconfig.json are: Do you agree with my recommendations? Did I miss anything?
11 Jan 25
mathuo/dockview: Zero dependency Docking Layout Manager. Supports Vanilla TypeScript, React and Vue.
Zero dependency Docking Layout Manager. Supports Vanilla TypeScript, React and Vue. - mathuo/dockview
29 Sep 24
Learn how to make anything abortable in JavaScript.
16 Aug 24
A JavaScript library to position floating elements and create interactions for them.
17 Jul 24
A modern JavaScript utility library that’s 2-3 times faster and up to 97% smaller—a major upgrade to lodash. - toss/es-toolkit
20 May 24
Experts.js is the easiest way to create and deploy OpenAI’s Assistants and link them together as Tools to create advanced Multi AI Agent Systems with expanded memory and attention to detail. - metaskills/experts
02 May 24
Tools that use the abcjs javascript library. Some of these are for end users and some are for programmers. - abcjs
25 Apr 24
Fast drag and drop for any experience on any tech stack - atlassian/pragmatic-drag-and-drop
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.