Posts Tagged "Programming"
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
Read Post
Network-Aware Development: Sustainability
Learn how to implement adaptive loading strategies that balance performance and sustainability in modern web applications
Read Post
Understanding Frame Rate Control & The Lag Rabbit Hole - A Journey with My Canvas Game
A deep dive into frame rate control and performance optimization in a Canvas-based paddle game, featuring solutions to common timing issues and lag problems.
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