diff --git a/_coverpage.md b/_coverpage.md index 064aa5f..ff0a6d9 100644 --- a/_coverpage.md +++ b/_coverpage.md @@ -1,6 +1,6 @@ -![logo](./cover.png) +![logo](./cover.svg) # The IT things I learned @@ -9,4 +9,5 @@ [GitHub](https://github.com/wahyd4/knowledge-mind-mapping) -[Get Started](#knowledge-mind-mapping) \ No newline at end of file +[Get Started](#knowledge-mind-mapping) + diff --git a/_sidebar.md b/_sidebar.md index aef38f6..8937676 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -1,7 +1,7 @@ - [Home](/) -- [**Go**](categories/go.md) +- [Go](categories/go.md) - [Java](golang.md) - [JavaScript](golang.md) - [Ruby](golang.md) @@ -13,4 +13,4 @@ - [Web Scraping](golang.md) - [Devops](golang.md) - [Web](golang.md) -- [Success Team Work](golang.md) \ No newline at end of file +- [Success Team Work](categories/team-work.md) \ No newline at end of file diff --git a/categories/team-work.md b/categories/team-work.md new file mode 100644 index 0000000..df435eb --- /dev/null +++ b/categories/team-work.md @@ -0,0 +1,49 @@ +## Agile + +- Retrospective +- Iteration meeting +- Showcase +- Code review +- Pair programming +- Instant feedback + +## 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 + - [https://github.com/vegasbrianc/prometheus](https://github.com/vegasbrianc/prometheus) + - bosun + - components + - opentsdb + - cadvisor +- 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 + +## Test + +- unit test +- integration test +- functional test + - selenium diff --git a/cover.png b/cover.png deleted file mode 100644 index 930c764..0000000 Binary files a/cover.png and /dev/null differ diff --git a/cover.svg b/cover.svg new file mode 100755 index 0000000..d0363a6 --- /dev/null +++ b/cover.svg @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index a6c38ea..581de5e 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,11 @@ + @@ -17,7 +22,7 @@ name: 'The IT things I learned', repo: 'https://github.com/wahyd4/knowledge-mind-mapping', loadSidebar: true, - subMaxLevel: 5, + subMaxLevel: 3, formatUpdated: '{MM}/{DD} {HH}:{mm}', coverpage: true }