Search Articles — Sudonull

Search Results

In this project

Memory leaks in JS closures: how to fix

https://sudonull.com/memory-leaks-in-js-closures-how-to-fix

Study the causes of memory leaks in JavaScript closures and ways to fix them: WeakMap, resetting references, removing handlers. Practical code examples for middle/senior developers.

Dynamic routes net/http: DeadDrop implementation

https://sudonull.com/dynamic-routes-net-http-deaddrop-implementation

We implement dynamic routes, cookie authentication and access control in pure net/http. Full dead drop cycle without frameworks. Code and tests for middle/senior.

Trending Now