-
Notifications
You must be signed in to change notification settings - Fork 0
/
Office_L.json
219 lines (219 loc) · 11.2 KB
/
Office_L.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
[
{
"name": "Amazon Web Services(AWS)",
"ring": "adopt",
"quadrant": "platforms",
"isNew": "FALSE",
"description": "とりあえず AWS 使っておけ。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/platforms/aws.md'>note</a>"
},
{
"name": "Azure",
"ring": "trial",
"quadrant": "platforms",
"isNew": "FALSE",
"description": "MicroSoft のクラウド。MS 系サービスとの相性がよい。 <br />see: <a href='https://github.com/officel/byor/blob/main/radar/platforms/azure.md'>note</a>"
},
{
"name": "DataDog",
"ring": "adopt",
"quadrant": "platforms",
"isNew": "FALSE",
"description": "Cloud Monitoring as a Service. 監視は全部任せておけばいいけどコスト見合い。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/platforms/datadog.md'>note</a>"
},
{
"name": "Flutter",
"ring": "assess",
"quadrant": "languages & frameworks",
"isNew": "FALSE",
"description": "Google 謹製の UI SDK とされる。表面的にはクロスプラットフォームアプリケーション向け。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/languages_frameworks/flutter.md'>note</a>"
},
{
"name": "Git Hook",
"ring": "adopt",
"quadrant": "techniques",
"isNew": "FALSE",
"description": "git hook で処理を追加。具体的には pre-commit を使って lint, validate, その他チェックを行う。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/techniques/githook.md'>note</a>"
},
{
"name": "Go",
"ring": "assess",
"quadrant": "languages & frameworks",
"isNew": "FALSE",
"description": "Google 謹製のプログラミング言語。terraform などで使われている。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/languages_frameworks/go.md'>note</a>"
},
{
"name": "Google Cloud(旧GCP)",
"ring": "assess",
"quadrant": "platforms",
"isNew": "FALSE",
"description": "Google のクラウド。 2022 年に GCP(Google Cloud Platform) が Google Cloud に吸収?された。現在は Google Cloud に統一中。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/platforms/google_cloud.md'>note</a>"
},
{
"name": "Infrastructure as code",
"ring": "adopt",
"quadrant": "techniques",
"isNew": "FALSE",
"description": "インフラをコード化。ansible や terraform など。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/techniques/iac.md'>note</a>"
},
{
"name": "New Relic",
"ring": "trial",
"quadrant": "platforms",
"isNew": "TRUE",
"description": "Monitoring Service. オブザーバビリティを重要視。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/platforms/newrelic.md'>note</a>"
},
{
"name": "OIDC for GitHub Actions",
"ring": "adopt",
"quadrant": "techniques",
"isNew": "FALSE",
"description": "GitHub Actions ではセキュリティ強化のために OIDC を使用しろという教え。まったくそのとおり。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/techniques/oidc4github.md'>note</a>"
},
{
"name": "PagerDuty",
"ring": "adopt",
"quadrant": "platforms",
"isNew": "FALSE",
"description": "Incident Management Platform. (今はもう少し進んだところを目指しているらしい)主な機能はインシデント管理の一環であるオンコールマネジメント。対象領域を広げつつある。 <br />see: <a href='https://github.com/officel/byor/blob/main/radar/platforms/pagerduty.md'>note</a>"
},
{
"name": "Provision monitors and alerts by IaC",
"ring": "trial",
"quadrant": "techniques",
"isNew": "FALSE",
"description": "監視も IaC で定義しておけという教え。terraform で実現可能な部分は多いが、実際にはドリフトについて要検討。 <br />see: <a href='https://github.com/officel/byor/blob/main/radar/techniques/monitoring.md'>note</a>"
},
{
"name": "Rust",
"ring": "assess",
"quadrant": "languages & frameworks",
"isNew": "FALSE",
"description": "マルチパラダイムプログラミング言語と認識されている。早い。学習難易度高め。正直ちょっと難しい。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/languages_frameworks/rust.md'>note</a>"
},
{
"name": "Task",
"ring": "adopt",
"quadrant": "tools",
"isNew": "FALSE",
"description": "Task (taskfile.dev) は GNU Make 代替のビルドツール。Make から順次移行中。 <br />see: <a href='https://github.com/officel/byor/blob/main/radar/tools/taskfiledev.md'>note</a>"
},
{
"name": "ansible",
"ring": "adopt",
"quadrant": "tools",
"isNew": "FALSE",
"description": "自動化ツール。管理対象のノードであれこれできる。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/tools/ansible.md'>note</a>"
},
{
"name": "aqua",
"ring": "assess",
"quadrant": "tools",
"isNew": "FALSE",
"description": "CLI Version Manager. <br />ローカルディレクトリ毎に使用するツールのバージョンをコントロールできる。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/tools/aqua.md'>note</a>"
},
{
"name": "docker",
"ring": "trial",
"quadrant": "tools",
"isNew": "FALSE",
"description": "仮想化技術の代名詞で代表格。コンテナと言えばまず最初に挙げる <br />see: <a href='https://github.com/officel/byor/blob/main/radar/tools/docker.md'>note</a>"
},
{
"name": "hcl",
"ring": "adopt",
"quadrant": "languages & frameworks",
"isNew": "FALSE",
"description": "HashiCorp configuration language. terraform 等で採用している人も機械も読みやすい設定用の言語。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/languages_frameworks/hcl.md'>note</a>"
},
{
"name": "homebrew",
"ring": "trial",
"quadrant": "tools",
"isNew": "FALSE",
"description": "パッケージマネージャ。グローバルに一意なバージョンであればいいツールを手軽にインストール。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/tools/brew.md'>note</a>"
},
{
"name": "javascript",
"ring": "trial",
"quadrant": "languages & frameworks",
"isNew": "FALSE",
"description": "LLのひとつ? JavaScript のランタイムは今のところ nodejs 一択なんだけど、Deno と Bun の追い上げにも注意。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/languages_frameworks/javascirpt.md'>note</a>"
},
{
"name": "kind",
"ring": "adopt",
"quadrant": "platforms",
"isNew": "FALSE",
"description": "Kubernetes in Docker. k8s をローカルの docker 上でマルチノードで動作させるツール。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/platforms/kind.md'>note</a>"
},
{
"name": "lint",
"ring": "adopt",
"quadrant": "techniques",
"isNew": "FALSE",
"description": "各種言語や設定等を lint する教え。validate との違いに難儀する点もあるがツールに任せる。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/techniques/lint.md'>note</a>"
},
{
"name": "make",
"ring": "hold",
"quadrant": "tools",
"isNew": "FALSE",
"description": "GNU Make はソースコードから実行ファイルを生成するためのツール、ワークフローの古いやつ。 <br />see: <a href='https://github.com/officel/byor/blob/main/radar/tools/make.md'>note</a>"
},
{
"name": "php",
"ring": "hold",
"quadrant": "languages & frameworks",
"isNew": "FALSE",
"description": "LLのひとつ。バックエンドの言語としては一番長く使った。が、最近忘れ気味。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/languages_frameworks/php.md'>note</a>"
},
{
"name": "pre-commit",
"ring": "adopt",
"quadrant": "tools",
"isNew": "FALSE",
"description": "git hook を一元管理するツールの1つ。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/tools/pre-commit.md'>note</a>"
},
{
"name": "python",
"ring": "trial",
"quadrant": "languages & frameworks",
"isNew": "FALSE",
"description": "LLのひとつ。Linux ではほぼ標準的にシステムワイドで使えたという理由だけで使っていたけど、昨今のバージョンアップで過去資産が使えなくなってきている。Ansible 等の実行環境の再整備や更新追従が必要なの正直めんどう。あと方言多すぎ。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/languages_frameworks/python.md'>note</a>"
},
{
"name": "ruby",
"ring": "hold",
"quadrant": "languages & frameworks",
"isNew": "FALSE",
"description": "LLのひとつ。Capistrano を書いている時によく使った。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/languages_frameworks/ruby.md'>note</a>"
},
{
"name": "runme",
"ring": "trial",
"quadrant": "tools",
"isNew": "FALSE",
"description": "markdown ドキュメント中のコードブロックを実行する、jupyter notebook の bash kernel のようなもの。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/tools/runme.md'>note</a>"
},
{
"name": "terraform",
"ring": "adopt",
"quadrant": "tools",
"isNew": "FALSE",
"description": "IaCODE Tool. インフラ管理には terraform を使っておけばほぼ問題ない。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/tools/terraform.md'>note</a>"
},
{
"name": "test first",
"ring": "trial",
"quadrant": "techniques",
"isNew": "FALSE",
"description": "先にテストを書いて後からコードを書く教え。バックエンドの頃はそうしていたけどインフラではちょっと難しい。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/techniques/test1st.md'>note</a>"
},
{
"name": "validate",
"ring": "adopt",
"quadrant": "techniques",
"isNew": "FALSE",
"description": "各種言語や設定等を validate する教え。lint との違いに難儀する点もあるがツールに任せる。<br />see: <a href='https://github.com/officel/byor/blob/main/radar/techniques/validate.md'>note</a>"
}
]