Open CodeBear801 opened 4 years ago
After syncing with @wangyoucao577 , there are two kinds of topics in the list
code review
and CI/CD
, we think information like: why, some useful examples, some recommendations would be helpful.A little more tips:
Set up local dependencies via docker compose
https://github.com/e-commerce-sample/ecommerce-devops shows a very good example. Use docker-compose
to set up all env is an excellent idea.
Also, https://github.com/GoogleCloudPlatform/microservices-demo demos a lot of microservices implemented by various languages. It might be basic enough to Google's engineers. However, ecommerce is a little bit far away from our domain. Maybe we'd better to figure out a story related on the LBS/Nav/Direction/Map/...?
For experience summary, we may create a new folder microservices_tech_stack
under this repo. But for the new story/demo, let's create another repo to show all contents in one place.
Found excellent template Go restful project ribice/gorsk. We can build similar template repo but a little bit different contents once we groomed the idea.
The author also has some excellent posts for reference:
A little more discuss on Go web frameworks. It seems that we made a good choice on go-chi.
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:
user story mapping
document
open api
grpc
, or via message busgithub action
andtrivas
jenkins
andKubernetes
remote development in container
withvscode
docker compose
How about create a folder called
startupOS
?