RSSAmplifier

Blog

Green Vitriol

Personal blog of Cristiano Belloni. Tech and development.

greenvitriol.comRSS feed ↗5 posts

Latest posts

Zero-dependency monorepo tools with npm and shell

A series of npm query shell snippets to handle workspace dependencies without installing management tools

A synchronization engine for everyone

Portable document sync engine using Y.js for serverless applications

NPM Peer Dependency Version Compatibility

Cross-comparing peer dependency ranges in npm to determine compatible packages

Lockless memory allocator with SharedArrayBuffers

Fixed-size lockless allocator in the we browser using shared array buffers and locks, atomic API

Leader election in browser tabs, the easy way

Leader election in multi-tab browser applications with Web Locks API