Writing

Writing

I continuously organize common engineering problems, framework usage, and backend practices in Yuque and CSDN. This page shows the content structure and article summaries directly, so recruiters can evaluate the output without leaving the site first.

YUQUE

Technical Documentation

17 documents

FastAPI / Python

Systematic notes on FastAPI backend APIs, Pydantic, parameter validation, response models, file uploads, Swagger, error handling, dependency injection, authentication, authorization, and SQLAlchemy ORM.

  • FastAPI basics
  • Pydantic
  • Request parameters
  • Response models
  • File uploads
  • Swagger docs
  • Dependency injection
  • Authentication
Open Yuque
164 documents

Go + Python

Long-term notes on Go fundamentals, data types, slices, arrays, structs, interfaces, control flow, and Python/server-side engineering practice.

  • Go variables
  • Arrays and slices
  • Map / Struct / Interface
  • select and context
  • Kong
  • Jenkins
  • Gorm
Open Yuque
15 documents

Big Data

Learning notes on Hadoop, HDFS, MapReduce, YARN, data warehouses, SQL, Hive, and Spark, focused on foundational concepts and practical usage flows.

  • Hadoop overview
  • HDFS
  • MapReduce
  • YARN
  • Data warehouse
  • Hive
  • Spark overview
Open Yuque

CSDN

Technical Articles

173 original articles · 211,882 total views · 4,284 followers

CSDN Writing Overview

My public writing mainly covers Python, Go, microservices, backend engineering, developer tools, and troubleshooting notes.

Open CSDN
Go / Concurrency / Microservices

A Full View Of Go: From Beginner To Advanced Developer

Introduces Go's language features, concurrency model, engineering efficiency, and its fit for modern backend scenarios such as microservices, Docker, and Kubernetes.

Read article
Python / Standard Library / Readability

Introduction To The Python Programming Language

Summarizes Python's language positioning, concise syntax, standard-library ecosystem, and the advantages and tradeoffs of interpreted languages in engineering practice.

Read article
Nacos / Python / Service Discovery

Nacos Configuration Center, Service Registration, And Discovery With Python

Documents how to operate Nacos configuration, service registration, and service discovery through Python scripts for project integration.

Read article