Welcome
RSS FeedThis is my blog where I write about thoughts, ideas, and experiences.
Social Links:
Recent Posts
-
后端嵌入前端单文件部署对比
Go embed、Rust、.NET、Spring Boot、Bun/Deno 等「前端打进后端、单端口单产物」方案怎么选
-
全栈框架页面局部刷新技术对比
Updated:Laravel、Rails、Django 等全栈框架做页面局部刷新的官方方案对比
-
免费 AI API 对比
Gemini、Groq、OpenRouter、Cerebras、Ollama 等免费 / 免费额度 AI API 怎么选
-
Go 嵌入式数据库对比
Updated:SQLite、bbolt、Badger、Pebble 等 Go 嵌入式 / 进程内数据库怎么选
-
Rust 嵌入式数据库对比
SQLite、redb、fjall、heed、RocksDB 等 Rust 嵌入式 / 进程内数据库怎么选
-
Sandbox 对比
AI Agent / 不可信代码执行用的云端 Sandbox:托管与自建方案对比
-
Git 只切出指定目录
用 git checkout / git restore 从远程分支只更新某个目录
-
Git 只克隆指定分支
用 --single-branch 和 --depth 只拉某个分支,甚至只要最新一次提交