Posts Tagged "JavaScript"
Network-Aware Development: Sustainability
Learn how to implement adaptive loading strategies that balance performance and sustainability in modern web applications
That Time I Over-Engineered Image Loading in React
A deep dive into my 2018 React image loading component, what I got wrong, and how web standards have evolved to make it all unnecessary.
Paddle Game Adventures - Implementing a Canvas Game in React
Learn how to build a classic paddle game using React and the Canvas API. We'll cover game loops, collision detection, particle effects, and power-ups while exploring fundamental game development concepts.
Sustainable Web Development Series Part 1 - Measuring Minification Impact
A personal exploration into the real impact of JavaScript minification on web performance
Why Your Frontend Needs a Safety Net
Implementing data layer abstraction in React applications to handle API changes.
Guide to JavaScript Symbols
Understanding JavaScript Symbols - their creation, practical uses, and best practices. Learn how these unique identifiers help prevent naming collisions and enable private properties in JavaScript.