-
Notifications
You must be signed in to change notification settings - Fork 32
Summary the work with MicroService tech stack #6
Copy link
Copy link
Open
Labels
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 actionandtrivas - Continues deployment via
jenkinsandKubernetes - Set up shared development environment via
remote development in containerwithvscode - 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?
Reactions are currently unavailable