DanielCorleone2001's Stars
zhenlohuang/awesome-distributed-systems
A curated list of awesome distributed systems books, papers, resources and shiny things.
burhanxz/Distributed-KV
分布式键值系统,供学习使用,不断完善中。截至目前:根据LSM论文,并结合CPP已有的实现,利用Java实现了LSM架构;综合Dubbo等框架的特点,实现了简洁的RPC框架。
farmerjohngit/myblog
有深度的Java技术博客
reneargento/algorithms-sedgewick-wayne
Solutions to all the exercises of the Algorithms book by Robert Sedgewick and Kevin Wayne
yixuaz/6.824-2018
MIT 6.824 2018 lab. MIT6.824分布式系统(2018秋)
rsy56640/read_and_analyse_levelDB
LevelDB 源码剖析
maemual/raft-zh_cn
Raft一致性算法论文的中文翻译
miamia0/LearningRecord
:pencil: Learning records about system
birdmanwings/cmudb
一个面向磁盘的数据库存储管理器
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
balloonwj/CppGuide
C/C++学习,后端开发进阶指南。
wine99/cs144-20fa
Solutions to assignments of Stanford CS144, Introduction to Computer Networking, 2020 Fall.
huangchong94/CS144labs
stanford introduction to computer networking labs
SmallPond/MIT6.828_OS
MIT 6.828 Operating System Lab https://pdos.csail.mit.edu/6.828/2018/schedule.html
yixuaz/CMU-15445
https://www.jianshu.com/nb/36265841
bingohuang/effective-go-zh-en
《Effective Go》中英双语版
guofu-angela/angela-java
安琪拉的Java私房菜
crossoverJie/cim
📲cim(cross IM) 适用于开发者的分布式即时通讯系统
zachaxy/JVM
自己动手实现 JVM ,了解JVM内部运行机制(write your own JVM)
xxxlxy2008/dubbo
DerekYRC/mini-spring
mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。
PotoYang/spring-in-action-v5-translate
Spring 实战第五版中文翻译
apache/dubbo
The java implementation of Apache Dubbo. An RPC and microservice framework.
yanfeizhang/coder-kung-fu
开发内功修炼
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
Jstarfish/JavaKeeper
✍️ Java 工程师必备架构体系知识总结:涵盖分布式、微服务、RPC等互联网公司常用架构,以及数据存储、缓存、搜索等必备技能
MeandNi/Algorithms4-Common
🔥Algorithms, 4th Edition 算法4精华笔记,通俗理解,算法收集与强化。
spring2go/cs_study_plan
一份硬核(hardcore)计算机科学CS自学计划,偏向软件工程和系统架构方向
spring2go/staffjoy
微服务(Microservices)和云原生架构教学案例项目,基于Spring Boot和Kubernetes技术栈