Posts Tagged "JavaScript"
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.
Read Post
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.
Read Post
Sustainable Web Development Series Part 1 - Measuring Minification Impact
A personal exploration into the real impact of JavaScript minification on web performance
Read Post
Why Your Frontend Needs a Safety Net
Implementing data layer abstraction in React applications to handle API changes.
Read Post
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.
Read Post