My Writings

My thoughts, musings, and researches in coding, software, and life.

Making Basic React Vite Template

Create a reusable React template with Vite, Shadcn UI, and Biome.js for efficient development of small, specialized tools.

5 min read
Read More

SVG with Dark and Light Mode

Dark and light mode is a feature that is supported by most modern web browser. This feature can be used in customizing how SVG is displayed.

SVGDark ModeLight ModeCSSMedia Query
5 min read
Read More

Using Linux as My Daily Driver

My switch to Linux from Windows was smooth and rewarding, despite some compatibility frustrations. The customization and open-source joy make it worth the effort.

5 min read
Read More

Using MDX for writing content

Leverage MDX to write content with React components in Next.js.

5 min read
Read More

Writing My Personal Site in Next.js

Exploring the benefits and challenges of using Next.js to build a personal website.

5 min read
Read More

Adding Syntax Highlighting to NextJS Site

Syntax highlighting for Next.js site using rehype-pretty-code and shiki.

5 min read
Read More

Converting Images to WebP

A guide on converting various image formats to WebP using the cwebp command-line tool and a custom shell script.

5 min read
Read More

New Year, New OS

Switching from Windows to KDE Neon Linux, overcoming compatibility issues, and enjoying a customizable and user-friendly environment.

5 min read
Read More