mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-09 05:06:28 +10:00
1.8 KiB
1.8 KiB
Agile
- Retrospective
- Iteration meeting
- Showcase
- Code review
- Pair programming
- Instant feedback
Good practices
In the team
- Regular team one on one feedback session. Every pair have around 5 minutes, 2 minutes to come up with ideas and 3 minutes to talk. Then one person switch to another persion.
- Regular team retrospective, each retro should check the previous actions, and have some actions as outputs.
- Daily standup
- Have some story wall, no matter physical or on the website.
- Team health check survey and metrics report. About how do people feel about the team? How to people like to work in team? Any obstacles?
- Regular team outing/ team building. The simplest one is the team lunch, so people can know more to each other.
- Regular team technology people catch up. Talk about the tech decisions, tech debts and improvments.
Among teams/Company
- Regular whole office standup, one people stands for each team.
- Regular office update, Q&A
- Regular office tech people meeting.
Kanban
Tools
- ThoughtWorks Tech Radar
- CI
- CD
- monitoring/debuging
- NewRelic
- Sentry
- Google analytics
- Prometheus
- cadvisor
- get metrics of containers
- alertmanager
- alert
- node exporter
- exporters for machine metrics
- grafana
- UI charts analytics
- docker-compose
- cadvisor
- bosun
- components
- opentsdb
- cadvisor
- components
- Cross-functional team
- One role can do others works
- Dev can do test
- QA can write BDD and automation tests
- One Delivery team
- High spped
- Team members can address problems more quickly
- One role can do others works
Test
- unit test
- integration test
- functional test
- selenium