All Published Posts

Cover

Auto Update in Electron

Tue Jan 10 2023
Auto update is a user-friendly feature. It informs users when a new version is available, and some even help users download and install it quietly. So how to bring this feature into Electron is the topic today.
Electron
Cover

Introduction of Tailwind CSS

Sun Jan 08 2023
These days, traditional CSS is merely used. Lots of CSS frameworks are taking place. If you google it, you will find abundant recommended CSS frameworks, each of which has unique benefits. Today I'd like to discuss why we need to use CSS frameworks and what is Tailwind CSS.
CSS
Tailwind CSS
Cover

From
JavaScript
to
TypeScript

Sat Jan 07 2023
Recently,
TypeScript
is becoming increasingly popular, and it seems like it will replace
JavaScript
. So what is
TypeScript
, and what is the difference between them? Today I’d like to talk about it.
TypeScript
Cover

Hello, world!

Fri Jan 06 2023
This is the first post published using Notion as CMS.
Hello World
Cover

Use SVG files in
Next.js

Fri Jan 06 2023
SVG file has lots of advantages. Since it is a vector graph, we can use CSS rules to scale it freely, change its color, animate it, and much more.
Next.js