Position Sticky in CSS 2023-11-17Front-End4 minutes read (About 547 words)When will position: sticky works?Read more
Ways Of Image Compression For Web Developer 2023-09-25Front-End2 minutes read (About 343 words)Introduction of different tools to optimize your image size.Read more
Using Gyro Data To Make Your React App More Interactive 2023-06-25Front-End8 minutes read (About 1193 words)Learn JavaScript device orientation API (with react) which might give you some inspirations about building an interative App.Read more
Getting Started With WebAssembly 2023-06-19Front-End13 minutes read (About 1910 words)My experience in getting started with WebAssembly, demos included.Read more
Create a Color Picker With Vanilla JavaScript 2023-04-15Front-End9 minutes read (About 1286 words)Steps to build a color picker tells you the color of your pointer position in an image.Read more
5 Ways to Preload Images in Web Applications 2022-12-17Front-End4 minutes read (About 585 words)Learn how to optimize your web app UX by preloading images in advance.Read more
Optimizing Unnecessary Requests 2021-02-26Front-End2 minutes read (About 360 words)Using flag to avoid data overriding or canceling unnecessary requests to optimize your app.Read more
Promise.allSettled()、Promise.any() polyfill 2020-11-29Front-End2 minutes read (About 277 words)In case you can not use Promise.allSettled() and Promise.any()Read more