Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yifanzheng/cs-notes

:book: Java 技术摘要(个人学习笔记),主要记录编程相关的知识点以及个人对一些知识的理解与总结,以 issue 方式记录。
https://github.com/yifanzheng/cs-notes

docker elasticsearch java kafka mysql nginx spring

Last synced: about 1 month ago
JSON representation

:book: Java 技术摘要(个人学习笔记),主要记录编程相关的知识点以及个人对一些知识的理解与总结,以 issue 方式记录。

Awesome Lists containing this project

README

        




主要记录一些开发者需要掌握的知识和系统服务,部分知识点以 [issue](https://github.com/yifanzheng/java-notes/issues) 形式进行补充。

## Java

- [Java 集合中的快速失败(fail-fast)和安全失败(fail-safe)机制](docs/java/fail-fast&fail-safe.md)
- [Java 中的 ThreadLocal](docs/java/聊一聊Java中的ThreadLocal.md)
- [理解什么是 JMM](docs/java/理解什么是JMM.md)
- [volatile 关键字](docs/java/volatile关键字.md)
- [设计模式也可以这么简单](docs/java/设计模式也可以这么简单.md)

## Spring/Spring Boot

- [Spring 事务管理及失效总结](docs/spring/Spring事务管理及失效总结.md)

## Git

- [如何规范地提交 Git Commit Message](docs/git/git-commit-message.md)

## 基础系统

### Hadoop

:orange_book: [GFS 论文中文版](http://blog.bizcloudsoft.com/wp-content/uploads/Google-File-System%E4%B8%AD%E6%96%87%E7%89%88_1.0.pdf)
:orange_book: [BigTable 论文中文版](http://blog.bizcloudsoft.com/wp-content/uploads/Google-Bigtable%E4%B8%AD%E6%96%87%E7%89%88_1.0.pdf)
:orange_book: [MapReduce 论文中文版](http://blog.bizcloudsoft.com/wp-content/uploads/Google-MapReduce%E4%B8%AD%E6%96%87%E7%89%88_1.0.pdf)

### HDFS

- [ ] 适合运行在通用硬件上的分布式文件系统
- [ ] [官方文档,架构和设计(英文)](https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html)
- [ ] [官方文档,架构和设计(中文)](https://hadoop.apache.org/docs/r1.0.4/cn/hdfs_design.html)
- [ ] [Github 地址](https://github.com/apache/hadoop) [![Star](https://img.shields.io/github/stars/apache/hadoop?style=social&label=Star)](https://github.com/apache/hadoop)

### HBase

- [ ] 一个分布式的、面向列的开源数据库
- [ ] [官方文档(英文)](https://hbase.apache.org/book.html#datamodel)
- [ ] [官方文档(中文)](http://abloz.com/hbase/book.html)
- [ ] [Github 地址](https://github.com/apache/hbase) [![Star](https://img.shields.io/github/stars/apache/hbase?style=social&label=Star)](https://github.com/apache/hbase)

### Yarn

- [ ] Hadoop 分布式处理框架中的资源管理和作业调度技术
- [ ] [官方文档(英文)](https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html)
- [ ] [Github 地址](https://github.com/apache/hadoop) [![Star](https://img.shields.io/github/stars/apache/hadoop?style=social&label=Star)](https://github.com/apache/hadoop)

### Hive

- [ ] 基于 hadoop 的一个数据仓库工具,可以将结构化的数据文件映射为一张数据库表,并提供类SQL查询功能
- [ ] [官网文档(英文)](http://hive.apache.org)
- [ ] [Github 地址](https://github.com/apache/hive) [![Star](https://img.shields.io/github/stars/apache/hive?style=social&label=Star)](https://github.com/apache/hive)

## Spark

- [ ] 一个快速的,用于海量数据处理的通用引擎
- [ ] [官网(英文)](https://spark.apache.org/)
- [ ] [官网文档(英文)](https://spark.apache.org/docs/latest/)
- [ ] [翻译文档(中文)](https://spark.apachecn.org/#/)
- [ ] [Github 地址](https://github.com/apache/spark) [![Star](https://img.shields.io/github/stars/apache/spark?style=social&label=Star)](https://github.com/apache/spark)

## 消息队列服务

### Kafka

- [ ] 一个分布式流处理平台,目标是为处理实时数据提供一个统一、高吞吐、低延迟的平台
- [ ] [官方文档(英文)](http://kafka.apache.org)
- [ ] [官方文档(中文)](http://kafka.apachecn.org)
- [ ] [Confluence(英文)](https://cwiki.apache.org/confluence/display/KAFKA/Index)
- [ ] [Github 地址](https://github.com/apache/kafka) [![Star](https://img.shields.io/github/stars/apache/kafka?style=social&label=Star)](https://github.com/apache/kafka)
- [ ] [Kafka Tool](https://www.kafkatool.com/):用于管理和使用 Kafka 集群的 GUI 应用程序,可以快速查看 Kafka 集群中的对象以及存储在 Topic 中的消息

### ActiveMQ

- [ ] 一个多协议、基于 Java 的消息传递服务器
- [ ] [官网(英文)](http://activemq.apache.org)
- [ ] [官方文档(英文)](http://activemq.apache.org/getting-started.html)
- [ ] [Github 地址](https://github.com/apache/activemq) [![Star](https://img.shields.io/github/stars/apache/activemq?style=social&label=Star)](https://github.com/apache/activemq)

### RocketMQ

- [ ] 阿里巴巴在 2012 年开源的分布式消息中间件
- [ ] [官网(英文)](http://rocketmq.apache.org)
- [ ] [官方文档(英文)](http://rocketmq.apache.org/docs/quick-start/)
- [ ] [Github 地址](https://github.com/apache/rocketmq/) [![Star](https://img.shields.io/github/stars/apache/rocketmq?style=social&label=Star)](https://github.com/apache/rocketmq/)

### RabbitMQ

- [ ] 可以为你的应用提供一个通用的消息发送和接收平台,并且保证消息在传输过程中的安全
- [ ] [官网(英文)](https://www.rabbitmq.com)
- [ ] [官方文档(英文)](https://www.rabbitmq.com/documentation.html)
- [ ] [翻译文档(中文)](http://rabbitmq.mr-ping.com)
- [ ] [Github 地址](https://github.com/rabbitmq)

### ZeroMQ

- [ ] An open-source universal messaging library
- [ ] [官网(英文)](https://zeromq.org)
- [ ] [官方文档(英文)](https://zeromq.org/get-started/)
- [ ] [Github 地址](https://github.com/zeromq)

## ELK

### Elasticsearch

- [ ] 基于Apache Lucene 的开源搜索引擎,它可以近乎实时的存储、检索数据
- [ ] [官网(中文)](https://www.elastic.co/cn/products/elasticsearch)
- [ ] [官方文档(英文,基于最新版本, 推荐)](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html)
- [ ] [官方文档(中文,基于 2.x 版本)](https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html)

### Kibana

- [ ] 一个开源的分析与可视化平台,用于和 Elasticsearch 一起使用
- [ ] [官网(中文)](https://www.elastic.co/cn/products/kibana/)
- [ ] [官方文档(中文)](https://www.elastic.co/guide/cn/kibana/current/index.html)

### Logstash

- [ ] 一个开源的数据收集引擎,具有实时管道功能
- [ ] [官网(中文)](https://www.elastic.co/cn/products/logstash)
- [ ] [官方文档(英文,基于最新版本)](https://www.elastic.co/guide/en/logstash/current/index.html)
- [ ] [翻译文档(中文,基于版本不详,来源不详)](https://doc.yonyoucloud.com/doc/logstash-best-practice-cn/index.html)

## 流计算

### Flink

- [ ] 一个框架和分布式处理引擎,用于在无边界和有边界数据流上进行有状态的计算
- [ ] [官网(英文)](https://flink.apache.org)
- [ ] [官网(中文)](https://flink.apache.org/zh/)
- [ ] [官方文档(英文 v1.9)](https://ci.apache.org/projects/flink/flink-docs-release-1.9/)
- [ ] [官方文档(中文 v1.9)](https://ci.apache.org/projects/flink/flink-docs-release-1.9/zh/)
- [ ] [Github 地址](https://github.com/apache/flink) [![Star](https://img.shields.io/github/stars/apache/flink?style=social&label=Star)](https://github.com/apache/flink)

### Storm

- [ ] Twitter 开源的分布式实时大数据处理框架
- [ ] [官方文档(英文)](http://storm.apache.org)
- [ ] [Github 地址](https://github.com/apache/storm) ![Star](https://img.shields.io/github/stars/apache/storm?style=social&label=Star)

## 服务发现与配置

### ETCD

- [ ] 一个分布式键值对存储,设计用来可靠而快速的保存关键数据并提供访问
- [ ] [官网(英文)](https://etcd.io)
- [ ] [官方文档(英文 v3.4.0)](https://etcd.io/docs/v3.4.0/)
- [ ] [翻译文档(中文)](https://doczhcn.gitbook.io/etcd/)
- [ ] [Github 地址](https://github.com/etcd-io/etcd) [![Star](https://img.shields.io/github/stars/etcd-io/etcd?style=social&label=Star)](https://github.com/etcd-io/etcd)
- [ ] [ETCD 原理演示动画(英文)](http://thesecretlivesofdata.com/raft/)
- [ ] Raft 论文:[英文](https://raft.github.io/raft.pdf) · [中文翻译](https://github.com/maemual/raft-zh_cn/blob/master/raft-zh_cn.md)

### Zookeeper

- [ ] 一个分布式的,开放源码的分布式应用程序协调服务
- [ ] [官网(英文)](https://zookeeper.apache.org)
- [ ] [官方文档(英文 v3.5.6)](https://zookeeper.apache.org/doc/r3.5.6/)
- [ ] [翻译文档(中文 from w3cschool)](https://www.w3cschool.cn/zookeeper/zookeeper_overview.html)
- [ ] [Github 地址](https://github.com/apache/zookeeper) [![Star](https://img.shields.io/github/stars/apache/zookeeper?style=social&label=Star)](https://github.com/apache/zookeeper)

### Consul

- [ ] 一种服务网格解决方案,提供具有服务发现,配置和分段功能的全功能控制平面
- [ ] [官网(英文)](https://www.consul.io/)
- [ ] [官方文档](https://www.consul.io/docs)
- [ ] [翻译文档(v1.4)](https://kingfree.gitbook.io/consul/)
- [ ] [Github 地址](https://github.com/hashicorp/consul) [![Star](https://img.shields.io/github/stars/hashicorp/consul?style=social&label=Star)](https://github.com/hashicorp/consul)

### Nacos

- [ ] 致力于帮助您发现、配置和管理微服务;帮助您更敏捷和容易地构建、交付和管理微服务平台
- [ ] [官网(英文)](https://nacos.io/en-us/index.html)
- [ ] [官网(中文)](https://nacos.io/zh-cn/index.html)
- [ ] [官方文档(英文)](https://nacos.io/en-us/docs/what-is-nacos.html)
- [ ] [官方文档(中文)](https://nacos.io/zh-cn/docs/what-is-nacos.html)
- [ ] [Github 地址](https://github.com/alibaba/nacos) [![Star](https://img.shields.io/github/stars/alibaba/nacos?style=social&label=Star)](https://github.com/alibaba/nacos)

## NoSQL/RDBMS

### Redis

- [ ] 一个开源的,内存中的数据结构存储系统
- [ ] [官网(英文)](https://redis.io)
- [ ] [官网(中文)](http://www.redis.cn)
- [ ] [官方文档(英文)](https://redis.io/documentation)
- [ ] [官方文档(中文)](http://www.redis.cn/documentation.html)
- [ ] [Github 地址](https://github.com/antirez/redis) [![Star](https://img.shields.io/github/stars/antirez/redis?style=social&label=Star)](https://github.com/antirez/redis)
- [ ] [在线测试(英文)](https://try.redis.io/)
- [ ] 命令参考([英文](https://redis.io/commands) · [中文](http://doc.redisfans.com/))

### MongoDB

- [ ] 一个通用的、基于分布式文件存储的数据库
- [ ] [官网(英文)](https://www.mongodb.com)
- [ ] [官网(中文)](https://www.mongodb.org.cn)
- [ ] [官方教程(英文)](https://docs.mongodb.com/tutorial/)
- [ ] [官方教程(中文)](https://www.mongodb.org.cn/tutorial/)
- [ ] [官方手册(英文)](https://docs.mongodb.com/manual/)
- [ ] [官方手册(中文)](https://www.mongodb.org.cn/manual/)
- [ ] [Github 地址](https://github.com/mongodb/mongo) [![Star](https://img.shields.io/github/stars/mongodb/mongo?style=social&label=Star)](https://github.com/mongodb/mongo)

### Cassandra

- [ ] 一个高度可扩展的分区行存储系统
- [ ] [官网(英文)](https://cassandra.apache.org/)
- [ ] [官方文档(英文)](https://cassandra.apache.org/doc/latest/)
- [ ] [Github 地址](https://github.com/apache/cassandra) [![Star](https://img.shields.io/github/stars/apache/cassandra?style=social&label=Star)](https://github.com/apache/cassandra)

### Memcached

- [ ] 一个高性能的、分布式内存对象缓存系统
- [ ] [官网(英文)](https://memcached.org/)
- [ ] [官方文档(英文)](https://github.com/memcached/memcached/wiki)
- [ ] [Github 地址](https://github.com/memcached/memcached) [![Star](https://img.shields.io/github/stars/memcached/memcached?style=social&label=Star)](https://github.com/memcached/memcached)

### EVCache

- [ ] 基于 memcached 和 spymemcached 的缓存解决方案,主要用于 AWS EC2 基础设施来缓存常用数据
- [ ] [官网:同 Github](https://github.com/Netflix/EVCache)
- [ ] [官方文档(英文)](https://github.com/Netflix/EVCache/wiki)
- [ ] [Github 地址](https://github.com/Netflix/EVCache) [![Star](https://img.shields.io/github/stars/netflix/evcache?style=social&label=Star)](https://github.com/Netflix/EVCache)

### Aerospike

- [ ] ​​第一个 NoSQL 数据库,为始终在线的全球分布式业务交易,在大规模和一致性之间找到了平衡
- [ ] [官网(英文)](https://www.aerospike.com/)
- [ ] [官网(中文)](https://www.aerospike.com/cn/home/)
- [ ] [官方文档(英文)](https://www.aerospike.com/docs/)
- [ ] [Github 地址](https://github.com/aerospike)

### ClickHouse

- [ ] ​​一个开源的、面向列的 OLAP 数据库管理系统,可以实时生成数据分析报告
- [ ] [官网(英文)](https://clickhouse.tech/)
- [ ] [官方文档(英文)](https://clickhouse.tech/docs/en/)
- [ ] [官方文档(中文)](https://clickhouse.tech/docs/zh/)
- [ ] [Github 地址](https://github.com/ClickHouse/ClickHouse) [![Star](https://img.shields.io/github/stars/ClickHouse/ClickHouse?style=social&label=Star)](https://github.com/ClickHouse/ClickHouse)

### OpenTSDB

- [ ] ​​在不丢失粒度的情况下存储和提供大量时间序列数据
- [ ] [官网(英文)](http://opentsdb.net/)
- [ ] [官方文档(英文)](http://opentsdb.net/docs/build/html/index.html)
- [ ] [翻译文档(中文 for v2.3)](https://www.docs4dev.com/docs/zh/opentsdb/2.3/reference/new.html)
- [ ] [Github 地址](https://github.com/OpenTSDB/opentsdb) [![Star](https://img.shields.io/github/stars/OpenTSDB/opentsdb?style=social&label=Star)](https://github.com/OpenTSDB/opentsdb)

## 监控与显示

### Prometheus

- [ ] 一个开源的监控报警系统和时序列数据库(TSDB)
- [ ] [官网(英文)](https://prometheus.io/)
- [ ] [官方文档(英文)](https://prometheus.io/docs/introduction/overview/)
- [ ] [翻译文档(中文)](https://ryanyang.gitbook.io/prometheus/)
- [ ] [Github 地址](https://github.com/prometheus/prometheus) [![Star](https://img.shields.io/github/stars/prometheus/prometheus?style=social&label=Star)](https://github.com/prometheus/prometheus)

### Grafana

- [ ] 一个开源的度量分析和可视化工具,可以通过将采集的数据查询然后可视化的展示,并及时通知
- [ ] [官网(英文)](https://grafana.com/)
- [ ] [官方文档(英文)](https://grafana.com/docs/)
- [ ] [Github 地址](https://github.com/grafana/grafana) [![Star](https://img.shields.io/github/stars/grafana/grafana?style=social&label=Star)](https://github.com/grafana/grafana)

## Web 服务器 / 代理

### Nginx

- [ ] 一个免费的,开源的高性能 HTTP 服务器和反向代理,以及 IMAP/POP3 代理服务器
- [ ] [官网(英文)](https://www.nginx.com/)
- [ ] [中文网站](https://www.nginx.cn/)
- [ ] [官方文档(英文)](https://www.nginx.com/resources/wiki/)
- [ ] [翻译文档(中文)](https://www.nginx.cn/doc/index.html)
- [ ] [Github 地址](https://github.com/nginx/nginx) [![Star](https://img.shields.io/github/stars/nginx/nginx?style=social&label=Star)](https://github.com/nginx/nginx)

### OpenResty

- [ ] 一款基于 NGINX 和 LuaJIT 的 Web 平台
- [ ] [官网(英文)](https://openresty.org/)
- [ ] [官网(中文)](https://openresty.org/cn/)
- [ ] [官方文档(英文)](https://openresty.org/en/getting-started.html)
- [ ] [官方文档(中文)](https://openresty.org/cn/getting-started.html)
- [ ] [Github 地址](https://github.com/openresty) [![Star](https://img.shields.io/github/stars/openresty/openresty?style=social&label=Star)](https://github.com/openresty/openresty)

### Apache_httpd

- [ ] 项目的目标是提供一个安全,高效且可扩展的服务器,该服务器提供与当前HTTP标准同步的 HTTP 服务
- [ ] [官网(英文)](https://httpd.apache.org/)
- [ ] [官方文档(英文)](https://httpd.apache.org/docs/)
- [ ] [官方文档(中文,v2.4 版本,中英文混合)](https://httpd.apache.org/docs/2.4/zh-cn/)
- [ ] [Github 地址](https://github.com/apache/httpd) [![Star](https://img.shields.io/github/stars/apache/httpd?style=social&label=Star)](https://github.com/apache/httpd)

### HAProxy

- [ ] HAProxy 是一款免费的,可为基于 TCP 和 HTTP 的应用程序提供高可用、负载均衡和代理的非常快速且可靠的解决方案。它特别适合于流量非常高的网站,并为世界上许多访问量最大的网站提供支持
- [ ] [官网(英文)](http://www.haproxy.org/)
- [ ] [官方文档(英文)](http://cbonte.github.io/haproxy-dconv/)
- [ ] [Github 地址](https://github.com/haproxy/haproxy) [![Star](https://img.shields.io/github/stars/haproxy/haproxy?style=social&label=Star)](https://github.com/haproxy/haproxy)

### Tengine

- [ ] Tengine 是由淘宝网发起的 Web 服务器项目。它在 Nginx 的基础上,针对大访问量网站的需求,添加了很多高级功能和特性。Tengine 的性能和稳定性已经在大型的网站如淘宝网、天猫商城等得到了很好的检验
- [ ] [官网(中文)](https://tengine.taobao.org/)
- [ ] [官方文档(英文)](https://tengine.taobao.org/documentation.html)
- [ ] [官方文档(中文)](https://tengine.taobao.org/documentation_cn.html)
- [ ] [Github 地址](https://github.com/alibaba/tengine) [![Star](https://img.shields.io/github/stars/alibaba/tengine?style=social&label=Star)](https://github.com/alibaba/tengine)

### LVS

- [ ] 具有某些高级功能的 Linux 虚拟服务器发行版。它引入了一种新的数据包转发方法 FULLNAT,以及针对 Synflooding 攻击的防御机制 - SYNPROXY
- [ ] [官网(英文)](http://www.linuxvirtualserver.org/)
- [ ] [官网(中文论坛)](http://zh.linuxvirtualserver.org/)
- [ ] [官方文档(英文)](http://www.linuxvirtualserver.org/Documents.html)
- [ ] [官方文档(中文)](http://linuxvirtualserver.org/zh/index.html)
- [ ] [Github 地址](https://github.com/alibaba/LVS) [![Star](https://img.shields.io/github/stars/alibaba/LVS?style=social&label=Star)](https://github.com/alibaba/LVS)

### Keepalived

- [ ] 基于 VRRP 协议,为 Linux 系统和基于 Linux 的基础架构提供负载均衡和高可用性的简单而强大的功能
- [ ] [官网(英文)](https://www.keepalived.org/)
- [ ] [官方文档(英文)](https://www.keepalived.org/manpage.html)
- [ ] [Github 地址](https://github.com/acassen/keepalived) [![Star](https://img.shields.io/github/stars/acassen/keepalived?style=social&label=Star)](https://github.com/acassen/keepalived)

## 容器

### Docker

- [ ] 一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的镜像中,然后发布到任何流行的 Linux 或 Windows 机器上
- [ ] [官网(英文)](https://www.docker.com/)
- [ ] [官网(英文)](https://www.docker.com/)
- [ ] [官方文档(英文)](https://docs.docker.com/)
- [ ] [Github 地址](https://github.com/docker) [![Star](https://img.shields.io/github/stars/docker/docker.github.io?style=social&label=Star)](https://github.com/docker/docker.github.io)

### Kubernetes

- [ ] 一个可移植的、可扩展的开源平台,用于管理容器化的工作负载和服务,可促进声明式配置和自动化
- [ ] [官网(英文)](https://kubernetes.io/)
- [ ] [官网(中文)](https://kubernetes.io/zh/)
- [ ] [官方文档(英文)](https://kubernetes.io/docs/home/)
- [ ] [官方文档(中文)](https://kubernetes.io/zh/docs/home/)
- [ ] [Github 地址](https://github.com/kubernetes/kubernetes) [![Star](https://img.shields.io/github/stars/kubernetes/kubernetes?style=social&label=Star)](https://github.com/kubernetes/kubernetes)

## CI/CD/质量管理

### Jenkins

- [ ] 一个提供友好操作界面的持续集成工具
- [ ] [官网(英文)](https://www.jenkins.io/)
- [ ] [官网(中文)](https://www.jenkins.io/zh/)
- [ ] [官方文档(英文)](https://www.jenkins.io/doc/)
- [ ] [官方文档(中文)](https://www.jenkins.io/zh/doc/)
- [ ] [Github 地址](https://github.com/jenkinsci/jenkins) [![Star](https://img.shields.io/github/stars/jenkinsci/jenkins?style=social&label=Star)](https://github.com/jenkinsci/jenkins)

### SonarQube

- [ ] 一个用于代码质量管理的开放平台
- [ ] [官网(英文)](https://www.sonarqube.org/)
- [ ] [官方文档(英文)](https://docs.sonarqube.org/latest/)
- [ ] [Github 地址](https://github.com/SonarSource/sonarqube) [![Star](https://img.shields.io/github/stars/SonarSource/sonarqube?style=social&label=Star)](https://github.com/SonarSource/sonarqube)

### Spinnaker

- [ ] 一个开源的持续交付平台,用于快速、可靠地发布软件更改
- [ ] [官网(英文)](https://spinnaker.io/)
- [ ] [官方文档(英文)](https://spinnaker.io/guides/)
- [ ] [Github 地址](https://github.com/spinnaker/spinnaker) [![Star](https://img.shields.io/github/stars/spinnaker/spinnaker?style=social&label=Star)](https://github.com/spinnaker/spinnaker)

### SerenityBDD

- [ ] 一个测试自动化库,旨在简化编写自动验收测试的过程,并使其更加有趣(UI 测试)
- [ ] [官网(英文)](http://serenity-bdd.info/)
- [ ] [官方文档(英文)](http://serenity-bdd.info/#/documentation)
- [ ] [Github 地址](https://github.com/serenity-bdd) [![Star](https://img.shields.io/github/stars/serenity-bdd/serenity-core?style=social&label=Star)](https://github.com/serenity-bdd/serenity-core)

## 参考

地址
简介

CS-Notes
技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计

JavaGuide
「Java 学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。

AobingJava
蘑菇街敖丙的 Java 面试总结

bugstack
虫洞栈 Java 干货,面试问题带着例子说明得明明白白

advanced-java
互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识

spring-analysis
Spring 源码解读(很久未更新了,但是 Spring 基本的精髓都讲到了,适合参考阅读源码)

fucking-algorithm
labuladong 刷算法套路,提供算法题的工具方法思想

leetcode-master
LeetCode 刷题攻略:配思维导图

BigData-Notes
大数据入门指南(基本的入门指引)

system-design-primer
来自微软的系统设计笔记,国人翻译

system-design
一位博主的系统设计总结(很久未更新,可做参考)

日拱一兵
挺用心的一个 Java 博主,解读 Java 相关技术

美团技术团队
美团技术团队永远的神,深度解读技术