Skip to content

Commit 9663f0c

Browse files
committed
temp update
1 parent 32eb27b commit 9663f0c

4 files changed

Lines changed: 61 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ Those all come from my short experience, so please read by your own risk.
4747
36. [HA for MySQL][32];
4848
37. [Use proxy for white list][33];
4949
38. [Data masking][34];
50-
39. code review;
51-
39. Agile;
50+
39. [Key Management][35];
51+
40. [Agile - Daily standup meeting][36];
52+
40. code review;
5253
40. Knowledge sharing;
5354
41. Organize meetup as Company;
5455
1. TBD.
@@ -86,4 +87,6 @@ Those all come from my short experience, so please read by your own risk.
8687
[31]: decisions/0035-disaster-recovery.md
8788
[32]: decisions/0036-ha-for-mysql.md
8889
[33]: decisions/0037-use-proxy-for-white-list.md
89-
[34]: decisions/0038-data-masking.md
90+
[34]: decisions/0038-data-masking.md
91+
[35]: decisions/0039-key-management.md
92+
[36]: decisions/0040-agile-daily-standup-meeting.md

decisions/0022-anti-ddos-and-ha.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ Accepted
2727
Refs:
2828

2929
* 防 DDOS 攻击 [http://baike.baidu.com/item/防DDOS攻击][1]
30-
* Denial of Service Attack Mitigation on AWS [https://aws.amazon.com/cn/answers/networking/aws-ddos-attack-mitigation/][2]
31-
* How to Help Prepare for DDoS Attacks by Reducing Your Attack Surface [https://aws.amazon.com/cn/blogs/security/how-to-help-prepare-for-ddos-attacks-by-reducing-your-attack-surface/][3]
32-
* Comparing Load Balancing Options: Nginx vs. HAProxy vs. AWS ELB [http://www.mervine.net/comparing-load-balancing][4]
30+
* 负载均衡(SLB)使用最佳实践 [https://yq.aliyun.com/articles/80055][2]
31+
* Denial of Service Attack Mitigation on AWS [https://aws.amazon.com/cn/answers/networking/aws-ddos-attack-mitigation/][3]
32+
* How to Help Prepare for DDoS Attacks by Reducing Your Attack Surface [https://aws.amazon.com/cn/blogs/security/how-to-help-prepare-for-ddos-attacks-by-reducing-your-attack-surface/][4]
33+
* Comparing Load Balancing Options: Nginx vs. HAProxy vs. AWS ELB [http://www.mervine.net/comparing-load-balancing][5]
3334

3435
[1]: http://baike.baidu.com/item/%E9%98%B2DDOS%E6%94%BB%E5%87%BB
35-
[2]: https://aws.amazon.com/cn/answers/networking/aws-ddos-attack-mitigation/
36-
[3]: https://aws.amazon.com/cn/blogs/security/how-to-help-prepare-for-ddos-attacks-by-reducing-your-attack-surface/
37-
[4]: http://www.mervine.net/comparing-load-balancing
36+
[2]: https://yq.aliyun.com/articles/80055
37+
[3]: https://aws.amazon.com/cn/answers/networking/aws-ddos-attack-mitigation/
38+
[4]: https://aws.amazon.com/cn/blogs/security/how-to-help-prepare-for-ddos-attacks-by-reducing-your-attack-surface/
39+
[5]: http://www.mervine.net/comparing-load-balancing

decisions/0036-ha-for-mysql.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ Refs:
6464
* Aliyun RDS 访问控制 [https://help.aliyun.com/document\_detail/53617.html][4]
6565
* Mysql log\_slave\_updates 参数 [http://www.cnblogs.com/zejin2008/p/4656251.html][5]
6666
* Mysql数据库主从心得整理 [http://blog.sae.sina.com.cn/archives/4666][6]
67+
* 即使删了全库,保证半小时恢复: [http://mp.weixin.qq.com/s?\_\_biz=MjM5ODYxMDA5OQ==&mid=2651959694&idx=1&sn=4ac53b797fca64229901373e793f860a][7]
6768

6869
[1]: http://www.ineedwebhosting.co.uk/blog/mysql-upgrade-from-mysql-5-1-to-mysql-5-5/
6970
[2]: https://segmentfault.com/q/1010000000121702
7071
[3]: https://dev.mysql.com/doc/refman/5.5/en/upgrading-from-previous-series.html
7172
[4]: https://help.aliyun.com/document_detail/53617.html
7273
[5]: http://www.cnblogs.com/zejin2008/p/4656251.html
73-
[6]: http://blog.sae.sina.com.cn/archives/4666
74+
[6]: http://blog.sae.sina.com.cn/archives/4666
75+
[7]: http://mp.weixin.qq.com/s?__biz=MjM5ODYxMDA5OQ==&mid=2651959694&idx=1&sn=4ac53b797fca64229901373e793f860a
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# 40. Agile - Daily standup meeting
2+
3+
Date: 2017-06-16
4+
5+
## Status
6+
7+
Accepted
8+
9+
## Context
10+
11+
effective
12+
purpose, comunication, sharing planning today, what done yesterday.
13+
1. Purpose
14+
2. Howto
15+
3. Stand up
16+
4. Board(stand around)
17+
5. One minute per person
18+
6.
19+
20+
## Decision
21+
22+
Effective standups are all about communication and commitment, not about status updates.
23+
24+
* Less than 15 minutes;
25+
* Everyone should standup;
26+
* Safe time - make sure everyone free that time;
27+
* Focus - Every should watching the board;
28+
We're on the same page about what everyone in the team is working on and we can strategize on how to approach the work items on the board for the day to come.
29+
30+
# Meeting
31+
32+
So before every scrum take 5 minutes to actually think and note down what you were planning to accomplish yesterday, did you actually accomplish what you've committed to, if not why?
33+
34+
Take some time to plan your day and decide what you're going to accomplish today, commit to it and state it to the team (not the management), so the team members will keep each other accountable for the commitments they make to make the whole team improve together and make sure to remove impediments that prevent team members to accomplish what they plan.
35+
36+
Scrum master should pay more attention to the status of each card, encourage team members to deploy in time.
37+
38+
## Consequences
39+
40+
Refs:
41+
42+
* Episode 66 – Standups [http://www.thisagilelife.com/66/][1]
43+
44+
[1]: http://www.thisagilelife.com/66/

0 commit comments

Comments
 (0)