Hi there
When given the choice between being right or being kind, choose kind.
学习 MongoDB Aggregation Pipeline

最近工作中需要开发数据统计相关的 API,有些统计数据需要用到聚合查询,而习惯了 Laravel Eloquent 的方便后,再手写 BSON 有些困难,所以记录一下。
使用 Wiki.js 管理企业内部文档

之前用过 VuePress、Gitlab Wiki 等内容管理工具,也不是不能用,只是用起来要么麻烦,要么权限控制不行,一次偶然的机会在 Github Trending 上看到了 Wiki.js。
The terminal for the 21st century

Warp is a blazingly fast, rust-based terminal reimagined from the ground up to work like a modern app.
使用 iTerm 2 的 Shell Integration 优化使用体验

之前使用 iTerm 2 没怎么关心过配置,最近突然发现 Status bar 的不能和 SSH 联动,于是开始了面向搜索引擎学习,如何配置 iTerm 2。
升级 Linux 上的 Docker Compose 到 V2

最近 macOS 上的 Docker Desktop 更新了,导致原先 docker-compose 编排的服务起不来了,于是就开始了升级之路。