Posts Tagged "JavaScript"

Bridging the Gap - My Journey Understanding React's useSyncExternalStore

How I tackled state inconsistencies by diving deep into useSyncExternalStore, moving beyond useEffect for safer external state integration in React.

How I Supercharged My Telegram RAW Photo Downloader With Batch Processing

A deep dive into building a parallel file downloader for Telegram, what I learned about batch processing, and how a simple task turned into a lesson on API optimization.

Embracing JSDoc in Legacy JavaScript Codebases- A Path to Clarity

Explore the practical benefits of JSDoc in legacy JavaScript projects, with real-world implementation experiences and current tooling exploration.

Building an AI-Powered Code Evolution System A Frugal Developer's Journey

How I built a system using local AI models to generate, review, and evolve code - all while trying not to melt my M1 MacBook

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