Tag
#JavaScript
3 posts

September 2, 2025
SharedWorker: The Hidden API for Multi-Tab Real-Time Apps
SharedWorker is a lesser-known browser API that enables multiple tabs, windows, or iframes of the same origin to share a single background worker. This post dives into use cases, performance benefits, comparisons with other workers, implementation details, and browser support.

August 20, 2025
Deep Dive: V8's JSON.stringify Optimizations and Deterministic Output
JavaScript's JSON.stringify is fundamental for web developers, and V8 has dramatically improved its performance with new optimizations. This deep dive explores the traditional implementation bottlenecks, V8's new insertion-order-based serialization with fast-path optimizations, and provides practical guidance for leveraging these improvements at scale.
April 21, 2024
A comprehensive guide for beginner frontend developers: javascript edition
Master JavaScript and Frontend Development with a Structured Learning Path and Essential Resources