-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
162 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Books to Read | ||
|
||
**読む準備ができた時、今読む絶対という時に買うこと** | ||
|
||
↑優先順位高 | ||
|
||
- [ ] 体系的に学ぶ 安全なWebアプリケーションの作り方 第2版 脆弱性が生まれる原理と対策の実践 | ||
- [ ] フロントエンドの知識地図 | ||
- [ ] フロントエンド開発のためのセキュリティ入門 知らなかったでは済まされない脆弱性対策の必須知識 | ||
- [ ] フロントエンド開発のためのテスト入門 今からでも知っておきたい自動テスト戦略の必須知識 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Watch List | ||
|
||
- [ ] [Logical Reasoning: Become A Better Thinker - YouTube](https://www.youtube.com/watch?v=OcCPaSEICTY) | ||
|
||
### 見返したい | ||
|
||
- [ ] [【論理的思考】ってなに?必要?初心者向けにわかりやすく解説!【岡田斗司夫/切り抜き】 - YouTube](https://www.youtube.com/watch?v=V22-bPcaD7I) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# 【超入門】ロジカルシンキング難しすぎて実践できない人向け 論理的思考術 | ||
|
||
[【超入門】ロジカルシンキング難しすぎて実践できない人向け 論理的思考術 - YouTube](https://www.youtube.com/watch?v=XXiNjxHPup8) | ||
|
||
|
||
## まとめ | ||
|
||
- **これらを必ず考えて、書いておこう** | ||
- 結論 | ||
- 理由 | ||
- 具体例 | ||
- **考える上でのヒント** | ||
- 説明したい、伝えたい相手がどんな人がを考える | ||
- 品質が気になる人 -> 品質について必ず押さえておく | ||
- 経緯がわかっている -> 経緯の話ははぶいて良い | ||
- このようなことを考慮しつつ、結論、理由、具体例をまとめる | ||
|
||
|
||
--- | ||
|
||
- ロジカル -> 話の筋道が通っている | ||
- 話の筋が通る -> 理解しやすい、相手の納得、共感を得られやすい | ||
|
||
## これだけ覚える「論理を因数分解」 | ||
|
||
- 論理 = 結論 + 理由 | ||
- 自分の結論を持つ | ||
- 理由を持つこと(なんとなくはNG) | ||
- 例)Aがよいという理由を明確にする | ||
- なんとなく -> 間隔 | ||
- 動画で話題だった -> 論理の飛躍(動画の何が良いのかなど) | ||
- 他に良い案がなかった -> Aが良い理由にはならない | ||
|
||
### これを徹底しよう!(結論、理由、具体例) | ||
|
||
- 結論 | ||
- 理由(結論に理由を添える) | ||
- 具体例(具体例や事実) | ||
|
||
これらをしっかり整理する。 | ||
|
||
### 留意点 | ||
|
||
**自分が何を伝えたいかではなく、どう話せば伝わるかを考える。** | ||
**誰にとっての筋道が通っているのかを意識する。** | ||
|
||
- 相手によっての筋道を考える | ||
- 話す相手はどんな人かを考える | ||
- 何を気にする人なのか | ||
- 何を知りたい人なのか | ||
- どういう筋道が必要か | ||
|
||
#### 具体例 | ||
|
||
- 相手どんな人? | ||
- 品質管理部の人 | ||
- 経緯がわかっている | ||
- 周りの評価気にする人 | ||
- あまり時間ない人 | ||
- どういう筋道が必要か | ||
- 品質に関する理由は絶対(品質管理部だから) | ||
- 経緯は話さなくていい(これまでのこと知ってるから) | ||
- 第三者の評価も取り入れる(気にしてるから) | ||
- 価格の説明はカット(時間がないから) | ||
|
||
## 例 | ||
|
||
議題: リポジトリに記載すべき内容 | ||
|
||
- 話す相手、見てもらう相手 | ||
- 英語、多言語スピーカー | ||
- 技術力を知りたい人 | ||
- どの技術ができるのか明確に知りたい人 | ||
- どういう筋道が必要か | ||
- 英語であること | ||
- 自分が理解するためにも下書きとして日本語も必要 | ||
- どこになんの技術を使ったのかを明確にする、そこへの苦労や学んだことのまとめ | ||
- どのくらいの時間で構築できるのか | ||
- どんな流れで作っていったのか | ||
- 計画的なのか、そうでないのか | ||
- 計画的な方がもちろん評価は上がるでしょう | ||
|
||
## メモ | ||
|
||
- 論理的思考ができているのもいいけど、結局語彙力がない | ||
- ただ、小難しい言葉を並べることが個人的に嫌いなので、難しい言葉ではないけど、伝わる文書をかけるようになりたい |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Google Chrome Extensions | ||
|
||
- [Copy Title and Url as Markdown Style](https://chromewebstore.google.com/detail/copy-title-and-url-as-mar/fpmbiocnfbjpajgeaicmnjnnokmkehil?hl=ja) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# 表現・言い回し | ||
|
||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters