KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
awsome-architect
★ 16
Open GitHub ↗
非凡工程师,立足于后端研发、架构知识学习和总结提升
Download README (.md)
Explore Similar Repositories
Beep-Music-Converter
:
Unraid container to convert mp3 or wav to PC beep speaker music
UX0toSD
:
A quick and easy way of migrating from the Sony memory to an SD2Vita adaptor
Nova
:
✨ Awesome polyglot framework for building distributed discord bots built on cloud native technologies, rust and containers.
laravel-vapor-multi-region-deploy
:
An artisan command to assist deploying your Laravel Vapor app to multiple AWS regions
skybox-image
:
存储天空盒图片。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
awsome-architect
?
Download (.md)
# 非凡架构师 awsome-architect > 立足于后端工程师、架构师的编程知识合集(持续更新) - [数据结构](#数据结构) - [软件工程](#软件工程) - [Go语言开发](#Go语言开发) - [JAVA语言开发](#JAVA语言开发) - [MQ消息队列](#MQ消息队列) - [RDB数据库存储](#RDB数据库存储) - [NewSQL](#NewSQL) - [图数据库](#图数据库) - [Cache高速缓存](#Cache高速缓存) - [APM监控报警](#APM监控报警) - [CloudNative云原生](#CloudNative云原生) - [系统设计](#系统设计) - [HA高可用架构](#HA高可用架构) - [其他常识](#其他常识) ## 数据结构 > - [redis为何单线程,为何使用跳表不使用B+树做索引](https://www.cnblogs.com/aspirant/p/11704530.html) > - [MySQL索引背后的数据结构及算法原理](http://blog.codinglabs.org/articles/theory-of-mysql-index.html) ## 软件工程 > - [如何读懂火焰图?](https://www.ruanyifeng.com/blog/2017/09/flame-graph.html) ## Go语言开发 > - 必读go学习手册:❤️[中文版](https://www.kancloud.cn/kancloud/effective/72199)❤️, [中英双语版](https://github.com/bingohuang/effective-go-zh-en/blob/master/README.md) > - [万字长文深入浅出 Golang Runtime](https://zhuanlan.zhihu.com/p/95056679) > - [Go 语言 sync 包的应用详解](https://mp.weixin.qq.com/s/l315emdX2LayvQtMRMxigA) > - [Golang 中的 sync.Pool 对象](https://mp.weixin.qq.com/s/3AEc2NqG3o8PNgqqjWG2xQ) > - [Go 1.13 中 sync.Pool 是如何优化的?](https://colobu.com/2019/10/08/how-is-sync-Pool-improved-in-Go-1-13/) > - [go sync.Map使用和介绍](https://blog.csdn.net/u010230794/article/details/82143179) > - [深度解密Go语言之sync.map](https://zhuanlan.zhihu.com/p/344834329) > - [由浅入深聊聊Golang的sync.Map](https://blog.csdn.net/u011957758/article/details/96633984) > - [Golang性能测试工具PProf应用详解](https://zhuanlan.zhihu.com/p/51559344) > - [Go -race是啥? atomic解决了啥](https://studygolang.com/articles/28892) ## JAVA语言开发 > - ❤️[强烈推荐最全的300页:阿里Java学习笔记](https://pan.baidu.com/s/1ujq_BUNObAOq5RBYQ7cBgw) 提取码:6621 ❤️ 从语言、语法、spring、分布式、网络库、数据库、负载均衡、haddoop、云计算等很全面的资料。 > - [java命令执行jar包的多种方法(四种方法)](https://www.cnblogs.com/zhangchao0515/p/14251666.html) > - [Maven使用详解,非常详细](https://blog.csdn.net/hcmony/article/details/56013655) > - [maven:pom文件详解](https://blog.csdn.net/weixin_38569499/article/details/91456988) > - [想学Google Guava看这篇就够了](https://blog.csdn.net/pzjtian/article/details/106910046) > - [Spring Boot框架入门教程(快速学习版)](http://c.biancheng.net/spring_boot/) > - [Springboot 启动原理详细解析](https://www.cnblogs.com/jstarseven/p/11087157.html) > - [Java JNI实现原理初探](https://blog.csdn.net/hackooo/article/details/48395765/) > - [这可能是目前最透彻的Netty原理架构解析](https://mp.weixin.qq.com/s/YS_RLOd0iVwDcwH6JMyB8g) ## MQ消息队列 > ### RocketMQ > - [RocketMQ底层原理和源码解析](https://blog.csdn.net/qq_27641935/article/details/86539980) > - [RocketMQ如何保证不丢失消息](https://blog.csdn.net/zhaoquanwei2018/article/details/106857907) > - [RocketMQ底层原理之存储设计](https://www.jianshu.com/p/39e7bd556b00) > - [延迟队列浅析](https://blog.csdn.net/qq_21033663/article/details/101222502) ## RDB数据库存储 > - [MySQL · 特性分析 · MyRocks简介](http://mysql.taobao.org/monthly/2016/08/03/) ## NewSQL > ### TiDB > - [为什么我们要从MySQL迁移到TiDB?](https://www.easemob.com/news/4079) v2020/03/12 > - [【官方】TiDB overview概述](https://github.com/pingcap/docs-cn/blob/master/overview.md) > - [【官方】TiDB 整体架构](https://github.com/pingcap/docs-cn/blob/master/tidb-architecture.md) > - [【官方】TiDB 数据库存储](https://github.com/pingcap/docs-cn/blob/master/tidb-storage.md) > - [【官方】TiDB 数据库计算](https://github.com/pingcap/docs-cn/blob/master/tidb-computing.md) > - [【官方】TiDB 数据库调度](https://github.com/pingcap/docs-cn/blob/master/tidb-scheduling.md) > - [新一代数据库TiDB在美团的实践](https://tech.meituan.com/2018/11/22/mysql-pingcap-practice.html) v2018/11/22 > ### 其他 > - [我们为什么放弃了TiDB,选择自研NewSQL](http://dbaplus.cn/news-11-2950-1.html) v2020/01/16 ## 图数据库 > - [字节跳动自研万亿级图数据库 & 图计算实践](https://mp.weixin.qq.com/s?__biz=MzI1MzYzMjE0MQ==&mid=2247485504&idx=1&sn=1768d4561b3d787bf6175d124e1a200d) ## Cache高速缓存 ## CloudNative云原生 > - [【Mannual】Kubernetes 中文手册](http://docs.kubernetes.org.cn/227.html) ## APM监控报警 > - [Grafana监控系统之Prometheus+Grafana监控系统搭建](https://blog.csdn.net/qq_37128049/article/details/108143110) > - [Grafana+Prometheus打造全方位立体监控系统](https://blog.52itstyle.vip/archives/1984/) ## 系统设计 ## HA高可用架构 > - [“两地三中心”和“双活”简介--容灾技术方案](http://blog.itpub.net/26736162/viewspace-2216584/) > - [字节跳动混沌工程实践总结](https://mp.weixin.qq.com/s?__biz=MzI1MzYzMjE0MQ==&mid=2247485661&idx=1&sn=0f74be70239f9049b991f1bf9ac379cf) > - [美团外卖系统架构演进与稳定性的探索.v2016](https://www.infoq.cn/article/evolution-and-stability-of-meituan-waimai-architecture) ## 其他常识 > - [秒懂开源许可证GPL、BSD、MIT、Mozilla、Apache和LGPL的区别](https://blog.csdn.net/weixin_33278772/article/details/89203009)