Posts
All the articles I've posted.
-
Optimizing zsh Cold-Start Performance (Oh My Zsh)
One time when I opened Terminal, the commands I casually typed wouldn’t appear on screen, and I had to wait nearly 10 seconds before I could interact with the terminal. It was time to optimize the shell cold start! ❯ for i in $(seq 1 10); do /usr/bin/time $SHELL -i -...
-
Module Package Design Practices in a Monorepo
Module Package Design Practices in a Monorepo. This article is mainly for frontend and Node.js developers who use a Monorepo to organize applications and modules in their business. It offers a starting point for discussing: 1. How to design a shared configuration package (configs, types, utils, enums, etc.) that can...