CodeLog
RSS FeedWelcome to CodeLog, a tech blog by Eugene, driven by a passion for software engineering and innovation.
At CodeLog, I share insights, lessons, and best practices from my journey in the software development world. Whether you’re building modern web applications, exploring new frameworks, or seeking ways to improve your development process, this blog is a space for developers of all levels to learn, grow, and be inspired.
Recent Posts
-
JavaScript Proxy and Reflect API: Intercepting Object Operations
Deep dive into JavaScript Proxy and Reflect API for intercepting object operations, with practical examples of validation, logging, and computed properties
-
Why pnpm is a fantastic package manager
Discover why pnpm outperforms npm with faster installations, better disk efficiency, and stricter dependency management. Plus learn how to migrate seamlessly.
-
Custom HTTP Interceptors in HLS.js for Video Streaming
Learn how to use HLS.js for adaptive video streaming and implement custom HTTP interceptors to handle video fragment loading in React applications.
-
Who let the workers out?
Who, who, who, who, who?
-
Kneel Before Zod!
Data parsing and validation with Zod and type inference
-
TIL - Astro with React components and HMR issues
Astro + React Can Get Stuck in an Infinite Reload Loop
-
Shake that Tree
Tree Shaking in JavaScript Libraries - Default vs. Named Exports
-
Javascript Memory Leaks and Prevention Strategies
JavaScript Memory Leaks, Mechanisms, Detection, and Prevention Strategies
-
TOD - Object.freeze
Tip of the Day, Object.freeze
-
Debouncing State in React
Debouncing State in React