NOTES
Notes & Nodes
Fragrance and Code, Simply Put
-
Array Operations: Time and Space Costs
7 min read
A technical breakdown of array insertions and deletions, why costs vary by operation, and what happens under the hood.
Continue Reading -
What Makes a Computer Run
3 min read
A plain-English guide to the CPU, RAM, and storage, and how they work together when you run a program.
Continue Reading -
Short-Form Coding Is Winning (and That’s a Problem)
3 min read
Why long-form tutorials are fading, why short-form is winning, and what that shift could mean for engineering quality and learning fundamentals.
Continue Reading -
useEffectEvent : Read Latest Values in Effects Without Re-running Them
2 min read
Extract non-reactive logic from effects so you control when they re-run.
Continue Reading -
use() with Promises : Async Data with Suspense in React 19
2 min read
Pass a promise to use() and let Suspense handle loading and rendering.
Continue Reading