【好文收集】
https://insights.thoughtworks.cn/backend-development-ddd/
- 后端开发实践——开发者的第0个迭代
- 后端开发实践系列——领域驱动设计(DDD)编码实践
- 后端开发实践系列——事件驱动架构(EDA)编码实践
- 后端开发实践系列——简单可用的CQRS编码实践
https://www.cnblogs.com/davenkin/p/spring-boot-template.html
后端开发实践系列之一 —— Spring Boot项目模板(统一异常,统一目录结构,统一返回信息)
24个写出漂亮代码的技巧 https://www.cnblogs.com/javaguide/p/code-specification-summary.html
性能测试:
https://insights.thoughtworks.cn/how-to-performance-testing/ 性能测试入门,需关注哪些测试点
https://insights.thoughtworks.cn/performance-testing-concurrent-models-jmeter-locust-gatling/ 不同性能测试工具内部实现对比 JMeter(多线程)、Locust(消息循环模型EventLoop)和Gatling(Akka(Actor模型)
面对复杂业务,if-else coder 如何升级? // 关键词:矩阵分析法,多维度分析
https://developer.aliyun.com/article/773590
阿里高级技术专家方法论:如何写复杂业务代码? //
https://developer.aliyun.com/article/714221