99 posts · writing since 2023
Notes on backend systems, cloud infra & life.
Field notes on Java, Rust, and the Cloudflare developer platform — written by a backend engineer, for backend engineers.
Latest
- 01 NestJS vs Next.js: Backend Framework, React Full Stack, or Both? New nextjs· Aug 25, 2026
- 02 Practical Notes on Integrating a Cloudflare OAuth Client cloudflare· Aug 23, 2026
- 03 Cloudflare Workers Custom Domains vs Routes cloudflare· Aug 22, 2026
- 04 Cloudflare Pages Build Failed: Don’t Rush to Add external cloudflare· Aug 18, 2026
- 05 WordPress SEO Plugins in 2026: Rank Math vs Yoast vs AIOSEO vs SEOPress SEO· Aug 8, 2026
Featured
View all →
Jul 30, 2026 · cloudflare
Build Cloudflare Workers with Rust: A Practical workers-rs Guide
Build a Rust-powered Cloudflare Worker from scratch with workers-rs, Wrangler, WebAssembly, and Workers KV, then deploy a small country-to-city API at the edge.
Jul 28, 2026 · rust
Rust target Directory Too Large? A Practical Cleanup and Optimization Guide
Understand why Rust target directories grow, with practical trade-offs for quick cleanup, shared build directories, periodic reclamation, profile tuning, and smaller release binaries.
Jul 27, 2026 · rust
Rust clap in Practice: Build a Production-Ready CLI
Learn Rust clap 4.6 through runnable examples, from the Derive API and common arguments to subcommands, enums, validation, environment variables, friendly errors, and a maintainable CLI structure.