Tagged articles
6 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Sep 21, 2025 · Operations

Why WeChat Bloats Your Phone and How to Safely Clean Up Storage

Many users think WeChat stores duplicate copies of files when forwarding, causing massive storage bloat, but the app actually uses hard links to avoid redundancy; a misguided Python script can delete files by name suffixes, risking data loss, while proper cleanup involves clearing caches, managing large chat files, disabling auto‑download, and using deep clean options.

Cache CleaningPython scriptStorage Management
0 likes · 5 min read
Why WeChat Bloats Your Phone and How to Safely Clean Up Storage
TAL Education Technology
TAL Education Technology
Mar 2, 2023 · Backend Development

Exploring pnpm: A High‑Performance Package Manager for Node.js

This article introduces pnpm, compares it with npm and yarn, explains the problems of nested node_modules such as ghost dependencies and split packages, and demonstrates pnpm’s link‑based architecture, advantages, and basic command usage for efficient JavaScript project management.

MonorepoSoft Linkshard links
0 likes · 6 min read
Exploring pnpm: A High‑Performance Package Manager for Node.js