Blog
Technical articles, tutorials, and code snippets to help you learn and grow.
Technical articles, tutorials, and code snippets to help you learn and grow.
Technical articles, tutorials, and code snippets to help you learn and grow.
A clear and clean JavaScript solution for LeetCode 213 using a 2D dynamic programming array to handle two intervals (rob first house or not) simultaneously.
Recording my optimization process for LeetCode 567 (Permutation in String) from brute force to sliding window approach, with performance improvement insights.
A WeChat Mini Program built with the Taro framework, React, TypeScript, and Redux Toolkit. Designed for family members to plan and share recipes. This project transitioned from Vite to Webpack, gaining valuable engineering experience.
Understand the Difference Between Debounce and Throttle in Depth, and Their Practical Use Cases in Real-World Development.