# entry-level-architect-sharing **Repository Path**: yitiaocoding/entry-level-architect-sharing ## Basic Information - **Project Name**: entry-level-architect-sharing - **Description**: 入门架构师,总结内容分享 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-07-17 - **Last Updated**: 2024-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 入门架构师 [toc] ## 一、知识产权 入门架构师这套系列课程内容来源于[秦金卫](https://www.zhihu.com/people/kimmking/answers)秦老师的架构全营。这里存放的资料只是我自己总结的一些内容。 - [架构全营](https://v1biahwv5u.feishu.cn/docx/UHEhdk5bDo8cdqxyJeMci84Nnle):https://v1biahwv5u.feishu.cn/docx/UHEhdk5bDo8cdqxyJeMci84Nnle 如果对架构全营感兴趣,欢迎和我联系:hefrankeleyn@gmail.com。 ## 二、代码地址 目前手写中间件在持续更新中,下面是我手写中间件的代码参考,大家共同进步,欢迎随时邮件和我交流: > 2024年7月16更新说明:手写缓存已经更新完,正在更新手写消息队列~ ### (1)gitee 上的代码地址 - [手写RPC](https://gitee.com/hefren/hhrpc):https://gitee.com/hefren/hhrpc - [手写注册中心](https://gitee.com/hefren/hhregistry):https://gitee.com/hefren/hhregistry - [手写配置中心](https://gitee.com/hefren/hhconfig):https://gitee.com/hefren/hhconfig - [手写网关](https://gitee.com/hefren/hhgateway):https://gitee.com/hefren/hhgateway - [手写缓存](https://gitee.com/hefren/hhcache):https://gitee.com/hefren/hhcache - 手写消息队列(正在更新) ### (2)github上的代码地址 - [手写RPC](https://github.com/hefrankeleyn/hefrpc):https://github.com/hefrankeleyn/hefrpc - [手写注册中心](https://github.com/hefrankeleyn/hefregistry):https://github.com/hefrankeleyn/hefregistry - [手写配置中心](https://github.com/hefrankeleyn/hefconfig):https://github.com/hefrankeleyn/hefconfig - [手写网关](https://github.com/hefrankeleyn/hefgateway):https://github.com/hefrankeleyn/hefgateway - [手写缓存](https://github.com/hefrankeleyn/hefcache):https://github.com/hefrankeleyn/hefcache - 手写消息队列(正在更新)