Personal Blog holds the source structure and article index for the author’s personal technical blog, which is closely tied to the “芋道源码” WeChat public account. It uses Markdown files and a static-site setup (with configuration like _config.yml) to organize posts about Java back-end engineering, distributed systems, and source-code deep dives. The README and index emphasize that the blog (in this repo) is paused and that new content is primarily delivered via the WeChat channel, but the GitHub repo remains the canonical archive of links and categories. Articles are grouped by topic domains such as architecture, Spring Boot, Spring Cloud, Dubbo, Hystrix, Kafka, Redis, gateways, microservices, JVM tuning, and data structures, with each entry linking out to full posts on iocoder.cn. This makes the repo act as a navigable table of contents and knowledge map for a large body of Chinese-language backend engineering content. It also includes “toolbox” and miscellaneous categories.
Features
- Markdown-based index and content layout for a Java backend-focused blog
- Rich categorization across frameworks and topics like Dubbo, Spring Cloud, Kafka, Redis, microservices and JVM
- Links from GitHub to full articles hosted on iocoder.cn for in-depth reading
- Static-site style structure with configuration files suitable for GitHub Pages or similar
- Community contact info (WeChat account, groups, knowledge platforms) embedded in the repo
- Serves as a long-term archive and navigable map of source-code analysis articles and tutorials