Open
Description
In the past 1 ~ 2 years, @wangyoucao577, @CodeBear801 work with team set up a bunch of microservices
. We met lots of changeless and also spend time on things which is not matter that much, but when look back, all of us feel a great of improvement, as a developer and also as a high efficiency development team.
We want to write a series summaries for ourselves and also for the team, which would cover:
- How to clarify problem set with
user story mapping
- How to write clear and meaningful
document
- Generate external interface using
open api
- Communication between sub-system via
grpc
, or via message bus - Test driven development
- Code search patterns
- Continues integration via
github action
andtrivas
- Continues deployment via
jenkins
andKubernetes
- Set up shared development environment via
remote development in container
withvscode
- Set up local dependencies via
docker compose
- Event driven(option)
- Distribute tracking(option)
- Log analysis(option)
- Idempotence(option)
How about create a folder called startupOS
?