Appearance
第60期 03 week share 2026-01-16
本周我读到有趣的文章
1、mitt
TIP
Tiny 200 byte functional event emitter / pubsub.
2、ky
TIP
Tiny & elegant JavaScript HTTP client based on the Fetch API
TIP
A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.
4、icecream
TIP
Never use print() to debug again
5、boltons
TIP
Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.
6、socketio
TIP
Python implementation of the Socket.IO realtime client and server.
7、Nginx Config Visual Editor / Nginx 可视化配置编辑器
TIP
功能强大的 Nginx 配置文件可视化编辑工具。通过直观的拖拽式画布界面,帮助运维工程师和开发者快速构建、调试和优化 Nginx 配置,彻底告别繁琐的手写配置和语法错误。
8、file
bash
cat /etc/fstab
sudo nano /etc/fstab
sudo mount -a # 按 fstab 尝试挂载(改完后验证)
sudo du -ah /var | sort -rh | head -n 20 # 查看 /var 下最大的 20 个文件或目录