How to learn TypeScript effectively?

How to learn TypeScript effectively?

TypeScript is notorious for its steep learning curve, especially to a programmer who doesn’t have exposures or not familiar with Object-oriented Programming (OOP). Moreover, there are lots of exceptions to Javascript even you are familiar with OOP.

The question is: how can I learn TypeScript effectively?

More …

My first experience of using Snowpack

My first experience of using Snowpack

Do you think it is complicated to bundle your web application? Recently I saw a relatively new thing to me: Snowpack, it claims it can “Build web applications with less tooling and 10x faster iteration”.

Let’s have a look on how to build a simple React app with Snowpack!

More …

How to load your custom fonts in a smart way

How to load your custom fonts in a smart way

Nowadays, the size of the webpage is bigger than before. 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.

More …