Tag: performance
All the articles with the tag "performance".
- Published: at 05:45 PM
Cache Me If You Can
The caching strategies I actually use, and the ones I avoid.
- Published: at 02:20 PM
Async Generators: Streaming Data Without the Memory Pain
How async generators let you process data as it arrives instead of loading everything into memory.
- Published: at 06:22 PM
React Performance: Memoization Is Not Free
When React.memo, useMemo, and useCallback help - and when they make things worse.
- Published: at 09:15 AM
Edge Computing Is Mostly Hype
Edge computing is useful, but it's not the revolution vendors want you to believe.
- Published: at 01:00 PM
Web Workers: When the Main Thread Needs a Break
Moving heavy work off the main thread without overcomplicating your app.