For the past few years, I’ve hosted my blog and other small websites on Netlify. Recently, I came...
It's always good to have a proper accessibility check when you are developing front-end...
TypeScript is notorious for its steep learning curve, especially to a programmer who doesn't have...
Do you think it is complicated to bundle your web application? Recently I saw a relatively new thing...
This article was originally posted in my personal blog. This is not my first time to create a...
Thanks to the improvement of bandwidth, it is fast to load everything even you have large images in the site. However, this may harm your user's surfing experience. One of the hurdles is your fancy fonts.
I continued to code in 2019 because... I love web development and coding! The world of web...
Today, I created a fancy popup, well just a normal one, to open overlay with a simple register form. Suddenly, someone with iPhone shouted, "Hey, that is not working on my iPhone!"
I try to find how to test with Jest but I found most tutorials are using Jest with React. Is it really possible to test HTML page with Jest? Yes!
Recently, I (finally) found out the new Animation API, which can use JavaScript to create smooth animation just like CSS one, but with more features, like changing speed or play/pause/cancel animations. Developer can have more flexibilities to create different animations.
It is easy to use any libraries in JavaScript to add validations, however, have you ever wonder how the form validation works? Let's see how we can roll out our own form validations with error messages!
Recently, I have a chance to maintain a landing page, which has a new design, but with loading...