NOTES
Notes & Nodes
Fragrance and Code, Simply Put
-
My VS Code Setup for WordPress and PHP, So It Stops Feeling Clunky
6 min read
A one-time Intelephense + stubs setup that gives WordPress and PHP IntelliSense across projects, plus real core files for Go to Definition.
Continue Reading -
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