The more I grow as a developer, the more I realize the "magic" of performance is really just more fancy loading states
The more I grow as a developer, the more I realize the "magic" of performance is really just more fancy loading states 3 comments
dansup, a lot of programming boils down to understanding your problem well enough to make the right tradeoff between CPU, I/O and memory. |
But also being smart about preloading data in advance. And caching. And knowing the cost of your abstractions.