Promises in JavaScript: from zero to async/await
JavaScript Promises and async/await from the ground up: states, chaining, error handling, and the gotchas official docs tend to skip.
Bi-weekly transmissions on high-performance engineering, systems architecture, and the intersection of hardware and human intent.
No spam. No third-party APIs. Just me sending updates.
If you wish to unsubscribe,
Long-form notes on systems, software engineering, architecture, and lessons from real projects.
JavaScript Promises and async/await from the ground up: states, chaining, error handling, and the gotchas official docs tend to skip.
Spread operator and rest in JavaScript: how they work in arrays, objects, and functions, and the shallow copy gotchas that catch every developer.
Binary search in JavaScript: iterative and recursive forms, sorted arrays, and O(log n) complexity. Series finale with real code.