Skip to content
View caozhiyi's full-sized avatar
🏢
Working from home
🏢
Working from home

Block or report caozhiyi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
caozhiyi/README.md

Hi there, I'm caozhiyi 👋

Systems & Network Engineer / Writer / Open-Source Creator

🏠 caozhiyi.cc (Personal Hub)

Website Email WeChat X


📚 Open-Source Books

  • "Cloud Networking: From Isolation to Connection" —— 📖 Read Online (Design motivations, evolutionary paths, and architectural trade-offs of cloud network products)
  • "The Architecture & Engineering of C++ QUIC Library" —— 📖 Read Online (Engineering details and philosophy behind building a production-grade C++ QUIC & HTTP/3 stack)
  • "First Principles of AI Coding" —— 📖 Read Online (Deriving agentic architectures, MCP, and context engineering from the physical constraints of LLMs)

Pinned Loading

  1. CppNet CppNet Public

    Cross platform network library with C++11

    C++ 1.1k 253

  2. quicX quicX Public

    A http3 library with c++17.

    C++ 18 2

  3. ai-programming-book ai-programming-book Public

    "The First Principles of AI Programming" Open Source Book. Starting from the underlying physical constraints of large models, it deduces the operational mechanisms of agents and the engineering pra…

    23

  4. quicx-book quicx-book Public

    《深入解析 QUIC 与 HTTP/3》开源书:还原从零手写生产级 C++ QUIC 网络库的全部工程细节与架构哲学。The Architecture & Engineering of C++ QUIC Library.

    2

  5. network-book network-book Public

    云网络的设计动机与架构权衡:从物理网络到 AI 集群,把每一个云网络产品还原为被约束逼出来的解法。