Finance background · Building software since 2021

Thoughtful architecture.Intentional delivery.

I am a self-taught developer with a background in finance and audit, focused on frontend experience, Go backends and end-to-end delivery. This site documents real design decisions, implementation details and lessons learned.

01 / APPROACH

I care about how systems evolve, not just what ships today.

From interface hierarchy and server data contracts to caching, deployment and observability, I treat product experience and engineering quality as the same problem.

02 / LATEST WRITING

Latest writing

Notes on architecture, implementation details and lessons learned while building real products.

  1. Go Slice 导致的内存泄漏:小切片如何拖垮大内存?

    为什么一个只剩几个元素的 slice 能让几百 MB 内存迟迟不降?从 GC 的可达性原理出发,拆解「大底层数组被小切片绑架」与「残留指针未清零」两类内存泄漏,并给出 slices.Clone 深拷贝、clear 置零与 slices.Delete 的解法。

  2. Go Slice 核心机制:len、cap 与底层的暗坑

    从 SliceHeader 结构体出发,讲清 Go slice 的 len 与 cap 边界、append 的扩容与原地改写行为,以及共享底层数组引发的两类经典暗坑,并给出复制与完整切片表达式两种隔离方案。

Browse all writing

03 / SELECTED WORK

Selected projects

  1. 01ChatifyA realtime text, voice and video application. Its core backend is being migrated from Convex to Go and PostgreSQL to address N+1 queries and bandwidth-heavy data access.Next.js · Go · PostgreSQL
  2. 02Linze.proA personal publishing and portfolio platform. It retains the Go content API and bilingual article model while rebuilding the public experience with Next.js App Router.Next.js · TypeScript · Go
All projects