O'Reilly 主题演讲:浅谈“完美无瑕”的分布式系统 https://lenadroid.github.io/posts/OReillyVelocity/keynote.html https://mp.weixin.qq.com/s?__biz=MzIzNjUxMzk2NQ==&mid=2247491745&idx=1&sn=281883d3fd748fc4700678e5f9aa38a7&utm_source=tuicool&utm_medium=referral
一文读懂分布式架构知识体系(内含超全核心知识大图) https://mp.weixin.qq.com/s/XL5zJNNKCpWLxT8LuJgTUg
服务注册中心,Eureka 与 Zookeeper 比较 https://my.oschina.net/thinwonton/blog/1622905
关于 etcd 的一些谣言 https://ms2008.github.io/2019/12/04/etcd-rumor/?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
如何解决分布式系统中的“幽灵复现”? https://mp.weixin.qq.com/s/0D2vwh5jW29ZH0Fio-eqqg
微服务的灾难 https://xie.infoq.cn/article/6419a90e640d6342c89538381
布式系统领域经典论文翻译集 https://zhuanlan.zhihu.com/p/91434149
银河里的星星 http://duanple.com/?page_id=2
聊聊 Linux IO https://www.0xffffff.org/2017/05/01/41-linux-io/
iptables 详解(1):iptables 概念 https://www.zsythink.net/archives/1199
Linux IO 同步函数:sync、fsync、fdatasync http://byteliu.com/2019/03/09/Linux-IO%E5%90%8C%E6%AD%A5%E5%87%BD%E6%95%B0-sync%E3%80%81fsync%E3%80%81fdatasync/
Linux 加固指南 https://madaidans-insecurities.github.io/guides/linux-hardening.html
无锁编程教程:通过版本控制理解内存屏障(Memory Barrier) https://mhy12345.xyz/translation/memory-barrier/ https://preshing.com/20120710/memory-barriers-are-like-source-control-operations/
从 ReentrantLock 的实现看 AQS 的原理及应用 https://tech.meituan.com/2019/12/05/aqs-theory-and-apply.html
全双工通信的 WebSocket https://halfrost.com/websocket/
58 金融的 CSRF 防御实践 https://mp.weixin.qq.com/s/mSSDV2qwaO-UnLfxURV7uA
阿里 Sentinel 原理解析 https://zhuanlan.zhihu.com/p/64786381
DevOps 的前世今生 https://www.infoq.cn/article/2016/09/learn-devops-from-reports
Service Mesh 发展趋势(续):棋到中盘路往何方 | Service Mesh Meetup 实录 https://www.sofastack.tech/blog/service-mesh-development-trend-2/
架构新纪元(一):从分布式架构到云原生架构 https://www.infoq.cn/article/fAjL7MEGbjKJtS75MN4E
架构新纪元(二):什么是云原生? https://www.infoq.cn/article/xpFP8uclTKJQhhFqDyjZ
架构新纪元(三):云原生的生态圈 https://www.infoq.cn/article/RKZMdz4HOtqGUCuWmTUZ
十个有用的软件开发原则 https://mp.weixin.qq.com/s/WAa4ezth4CGwyjJD7FcP6w
高可用的本质 https://mp.weixin.qq.com/s/CkFHTuxqoj1WJ7d0HUEbAg
99% 的人都能看懂的「补偿」以及最佳实践 https://www.infoq.cn/article/0lMOVdP-kqWvbAa5QiEo
[译] 重试、超时和退避 https://nettee.github.io/posts/2019/Retries-Timeouts-and-Backoff/
编码哲学:清晰胜过聪明 https://learnku.com/go/t/31480
gnet: a high-performance, lightweight, nonblocking, event-loop networking library written in pure Go https://github.com/panjf2000/gnet
Golang 中的内存对齐和 unsafe 初探 https://driverzhang.github.io/post/golang%E4%B8%AD%E7%9A%84%E5%86%85%E5%AD%98%E5%AF%B9%E9%BD%90%E5%92%8Cunsafe%E5%88%9D%E6%8E%A2/
白话 Kubernetes Runtime https://juejin.cn/post/6844903798687662094
从入门到大乘,才云开源内部 Kubernetes 学习路径 https://caicloud.io/blog/5d42b1fb0b15e4002bdd6cf6
容器发展简史 https://mp.weixin.qq.com/s/0nq0EecNDpFxmkNN-vKKzg
当 K8s 集群达到万级规模,阿里巴巴如何解决系统各组件性能问题? https://mp.weixin.qq.com/s/skjNwU6Rdsn2qWN2KHU9zg
Kafka-4614 问题复盘 (MappedByteBuffer 未关闭导致慢磁盘访问) https://www.cnblogs.com/huxi2b/p/6637425.html
Java 字节码增强探秘 https://mp.weixin.qq.com/s/CH9D-E7fxuu462Q2S3t0AA
JVM CPU Profiler 技术原理及源码深度解析 https://tech.meituan.com/2019/10/10/jvm-cpu-profiler.html
JVM Garbage Collectors Benchmarks Report 19.12 https://ionutbalosin.com/2019/12/jvm-garbage-collectors-benchmarks-report-19-12/
Awesome Java Java 相关的库和工具 https://getawesomeness.herokuapp.com/get/java#functional-programming
硬核系列 | 深入剖析 Java 协程 https://xie.infoq.cn/article/cef6d2931a54f85142d863db7
Redis 速度快的原因:几点图解总结 https://mp.weixin.qq.com/s/FtfAqXXDef6-bhuGyPDK7w
Redis 6.0 多线程 IO 处理过程详解 https://zhuanlan.zhihu.com/p/144805500
如何提高代码质量,推荐 7 个顶级静态代码分析工具 https://mp.weixin.qq.com/s/j6K431WaZVAbT_wxdW_w6g
MySQL 事务的实现原理 https://mp.weixin.qq.com/s/79HhQsZRzzuskP5p5LNONA