Is JavaScript pass-by-value or pass-by-reference?
A pragmatic explanation of how JavaScript handles values and references, with clear examples and mental models for understanding assignment and equality.
I'm a husband, father, developer/frontend engineer, and artist who enjoys both creating and appreciating art.
Here, I share things I find useful or interesting in daily life, thoughts and reflections, and code or creative coding works I've made.
A pragmatic explanation of how JavaScript handles values and references, with clear examples and mental models for understanding assignment and equality.
Understanding how JavaScript handles asynchronous operations through the Event Loop, Macro Stack, and Micro Stack mechanisms.
Explore Osaka Castle Park and Kaiyukan Aquarium—two must-visit family destinations in Osaka. Includes tips for access, activities, and making the most of your visit with children.
Key takeaways and best practices for using Claude and multi-agent architectures, including prompt design, skills, and error handling.
Learn practical techniques to limit and control concurrent API requests in your JavaScript apps, with robust solutions for both Axios and fetch.
A practical guide for families traveling to Osaka with children, featuring Universal Studios Japan, Kids Plaza, and Hug Museum. Tips for planning, access, and making the most of your visit.
A practical journey from Redux to Recoil to Jotai, exploring abstraction and flexible state patterns. This post introduces a pseudo-Flux/Reducer pattern with Jotai and its real-world benefits.
A practical guide to family-friendly dining in Japan, highlighting affordable and tasty chain restaurants that are welcoming to children.
A practical guide to JavaScript's render and idle phases, with real-world examples and code walkthroughs.
A relatively deep dive into React's re-render mechanics, why prop changes alone don't trigger re-renders, and how state libraries like Jotai and Recoil manage surgical updates. Includes step-by-step code and practical patterns.