Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-lam committed Sep 25, 2018
1 parent 41d65b4 commit 2591243
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,10 @@

- [LEARN_LIST](notes/LEARNLIST.md)


  包含阅读清单,学习课程两部分

- [web应用开发标准流程](notes/web应用开发标准流程.md)



## talking :bulb:
Expand Down
10 changes: 9 additions & 1 deletion notes/LEARNLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

在这部分,我将对阅读书籍和学习课程进程推荐,在课程中我将附带官网链接,图书则附京东的链接。

正在整理,未完待续




程序员的武林秘籍

- 《微服务:从设计到部署》中文版
- 《重构_改善既有代码的设计》
- 《研磨设计模式》



Expand Down
2 changes: 2 additions & 0 deletions notes/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
- [Java 微服务架构](https://www.bilibili.com/video/av29384041)
- [Java 微服务实战](https://www.bilibili.com/video/av29882762)

- [【Gitbook】《微服务:从设计到部署》中文版](https://docshome.gitbooks.io/microservices/content/)




Expand Down
45 changes: 45 additions & 0 deletions notes/web应用开发标准流程.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# web应用开发标准流程

## 一、产品分析

1. 用户需求

2. 竞品分析

3. 市场调研



## 二、技术选型

1. 前端技术选型

2. 后端技术选型

3. 数据库

4. 业务框架



## 三、开发实现

1. 前后端开发,测试【坑多】

2. 前后端部署【坑多】

3. 前后端升级【坑多】

4. 业务框架



## 四、生产上线

1. 部署升级

2. 峰值处理

3. 成本优化

4. 警报处理

0 comments on commit 2591243

Please sign in to comment.