17 followers
A JavaScript Developer
Consider one example below. We have 3 tabs on the top. Each tab has a list of items. We could scroll down to load more items for the tab. The tabs...
APNG is an extension of the PNG format, adding support for animated images. In modern browser, the support is pretty good and we can use apng directly...
I often find myself checking the same thing before making a commit. So it is a nice thing if the computer could run the checking for me. I know we can...
This is the problem I come access today. I want to share the solution I found in there. The problem is like this. Suppose we have a custom web...
In this article, let's tackle the leetcode Design Hit Counter. The problem is to design a hit counter, which counts the number of hits received in the...
In this article, let's see how to solve the leetcode candy-crush problem. Candy crush is a popular game. The rules are very simple, just crush candies...