Youngyangyang04
No description available
Install / Use
/learn @youngyangyang04/Youngyangyang04README
<!-- 大家好,我是程序员Carl。 -->
<!-- 《代码随想录》作者,哈工大师兄,先后在腾讯、百度踩坑多年,以下资料会对大家很有帮助: -->
<!-- [](https://github.com/youngyangyang04) -->
<!-- [](https://github.com/youngyangyang04?tab=followers) -->
<!-- 我的网站: -->
<!-- * [代码随想录官网](https://www.programmercarl.com/) 最全最详细的算法学习网站 -->
<!-- * [卡码网](https://kamacoder.com/) 帮助大家练习ACM模式 -->
<!-- * [卡码笔记](https://notes.kamacoder.com/home/) 程序员都在这里做笔记 -->
<!-- * [卡码简历](https://jianli.kamacoder.com/) 在线简历制作工具 -->
<!-- 我的公开课:[代码随想录算法公开课](https://www.bilibili.com/video/BV1fA4y1o715) -->
<!-- ## 我的开源项目: -->
<!-- ### 学习规划 🌱 -->
<!-- * [Leetcode-master](https://github.com/youngyangyang04/leetcode-master)🔥:leetcode刷题全攻略就在这里 -->
<!-- * [DesignPattern](https://github.com/youngyangyang04/kama-DesignPattern)🔥:23种设计模式精讲配套编程题目 -->
<!-- * [Markdown-Resume-Template](https://github.com/youngyangyang04/Markdown-Resume-Template):Carl的简历模板 -->
<!-- * [kamacoder-solutions](https://github.com/youngyangyang04/kamacoder-solutions):[卡码网](https://kamacoder.com/)全套题解 -->
<!-- ### 开源项目 🔭 -->
<!-- * [分布式存储-C++](https://github.com/youngyangyang04/KVstorageBaseRaft-cpp) -->
<!-- * [kv存储-C++](https://github.com/youngyangyang04/Skiplist-CPP) -->
<!-- * [手撕RPC框架-C++](https://github.com/youngyangyang04/Krpc) -->
<!-- * [协程库-C++](https://github.com/youngyangyang04/coroutine-lib) -->
<!-- * [缓存系统-C++](https://github.com/youngyangyang04/KamaCache) -->
<!-- * [内存池-C++](https://github.com/youngyangyang04/memory-pool) -->
<!-- * [手写网络库-C++](https://github.com/youngyangyang04/muduo-core) -->
<!-- * [操作系统项目-C++](https://github.com/youngyangyang04/KamaOS) -->
<!-- * [webserver-C++](https://github.com/youngyangyang04/kama-webserver) -->
<!-- * [日志系统-C++](https://github.com/youngyangyang04/kamaLog) -->
<!-- * [基于异步日志系统的云存储服务-C++](https://github.com/youngyangyang04/Kama-AsynLogSystem-CloudStorage) -->
<!-- * [HTTP服务框架-C++](https://github.com/youngyangyang04/Kama-HTTPServer) -->
<!-- * [卡码笔记-Java](https://github.com/youngyangyang04/kamanotes) -->
<!-- * [手写spring框架-Java](https://github.com/youngyangyang04/mini-spring) -->
<!-- * [手撕RPC框架-Java](https://github.com/youngyangyang04/RPC-Java) -->
<!-- * [kv存储-Java](https://github.com/youngyangyang04/Skiplist-Java) -->
<!-- * [非关系型数据库注入攻击-Python](https://github.com/youngyangyang04/NoSQLAttack) -->
<!-- * [自动化测试框架-python](https://github.com/youngyangyang04/Test-Automation-Framework) -->
<!-- * [缓存系统-Go](https://github.com/youngyangyang04/KamaCache-Go) -->
<!-- * [分布式部署的聊天室+仿微信-Go](https://github.com/youngyangyang04/KamaChat) -->
<!-- ### 开发的工具 📫 -->
<!-- * [PowerVim](https://github.com/youngyangyang04/PowerVim)🔥:最强VIM配置,可以满足工业开发工作的需求 -->
<!-- * [fileHttpServer](https://github.com/youngyangyang04/fileHttpServer):文件上传服务 -->
<!-- * [PowerSqlgen](https://github.com/youngyangyang04/PowerSqlgen):批量生成SQL的工具 -->
<!-- GitHub README for youngyangyang04 (Carl) -->
<h1 align="center">👋 Hi, I'm 程序员Carl</h1>
<p align="center">
《代码随想录》作者 | 哈工大师兄 | 前腾讯、百度工程师
</p>
<p align="center">
专注算法 & 系统开发, 致力于打造程序员学习与开发必备工具。
</p>
<p align="center">
<a href="https://www.programmercarl.com/">📚 代码随想录</a> •
<a href="https://kamacoder.com/">💻 卡码网</a> •
<a href="https://notes.kamacoder.com/home/">🗒️ 卡码笔记</a> •
<a href="https://jianli.kamacoder.com/">🧑 卡码简历</a> •
<a href="https://toudi.kamacoder.com/"> 🧩卡码投递表</a> •
<a href="https://www.bilibili.com/video/BV1fA4y1o715">🎥 算法公开课</a>
</p>
<p align="center">
<a href="https://github.com/youngyangyang04">
<img src="https://badges.pufler.dev/visits/youngyangyang04/youngyangyang04?style=flat-square" />
</a>
<a href="https://github.com/youngyangyang04?tab=followers">
<img src="https://img.shields.io/github/followers/youngyangyang04?style=social" />
</a>
</p>
🚀 项目与作品
🧩 学习 & 刷题
- Leetcode-master 🔥:LeetCode 刷题全攻略
- DesignPattern :23 种设计模式精讲与实战
- Markdown-Resume-Template:Carl 的简历模板
- kamacoder-solutions:卡码网全套题解
⚙️ 系统开发 (C++)
- CppAIService🔥:AI服务应用平台
- KVstorageBaseRaft-cpp🔥:Raft 分布式 KV 存储
- Skiplist-CPP:KV 存储
- Krpc:手撕 RPC 框架
- coroutine-lib:协程库
- KamaCache:缓存系统
- memory-pool:内存池
- muduo-core:高性能网络库
- KamaOS🔥:操作系统项目
- kama-webserver:WebServer
- kamaLog:日志系统
- Kama-AsynLogSystem-CloudStorage:异步日志云存储
- Kama-HTTPServer:HTTP 服务框架
☕ Java
- JChatMind🔥:AI智能体助手
- kamanotes:卡码笔记后端
- mini-spring🔥:手写 Spring 框架
- RPC-Java:RPC 框架
- Skiplist-Java:KV 存储
🐍 Python
- NoSQLAttack:NoSQL 注入攻击测试
- Test-Automation-Framework🔥:自动化测试框架
🐹 Go
- GopherAI🔥:AI应用服务平台
- KamaCache-Go:缓存系统
- KamaChat🔥:分布式聊天室(仿微信)
🛠️ 工具
- PowerVim :工业级 Vim 配置
- fileHttpServer:文件上传服务
- PowerSqlgen:批量生成 SQL 工具
✨ 状态
<p align="center"> <img src="https://github-readme-stats.vercel.app/api?username=youngyangyang04&show_icons=true&theme=tokyonight" alt="stats" /> </p> <p align="center"> 🚩 如果我的项目对你有帮助,欢迎 Star & Follow,让更多人受益! </p>View on GitHub75/100
Security Score
Audited on Mar 30, 2026
No findings
