From 0400416a60c4afed058b18226844e344c1fd4f52 Mon Sep 17 00:00:00 2001 From: Aileen <140990100+pss-aileen@users.noreply.github.com> Date: Sun, 9 Jun 2024 01:12:24 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20update:=20daily=20report=2024060?= =?UTF-8?q?8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 1:05 * 1:25 * 1:40 * 20:01 * 1:11 --- README.md | 35 +++++++- documents/2024/06_June.md | 9 +- documents/Books/list.md | 10 +++ documents/LogicalThinking/watchList.md | 7 ++ ...63\343\202\260\345\205\245\351\226\200.md" | 86 +++++++++++++++++++ .../MySettings/GoogleChromeExtensions.md | 3 + documents/WritingSkills/expression.md | 3 + src/database/studyLog2024.json | 24 ++++-- 8 files changed, 162 insertions(+), 15 deletions(-) create mode 100644 documents/Books/list.md create mode 100644 documents/LogicalThinking/watchList.md create mode 100644 "documents/LogicalThinking/\343\203\255\343\202\270\343\202\253\343\203\253\343\202\267\343\203\263\343\202\255\343\203\263\343\202\260\345\205\245\351\226\200.md" create mode 100644 documents/MySettings/GoogleChromeExtensions.md create mode 100644 documents/WritingSkills/expression.md diff --git a/README.md b/README.md index 8a388ad..183cbd7 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,39 @@ memos in https://github.com/pss-aileen/TIL/tree/main/documents ---- - ![til](documents/assets/til-image.png) + +### 概要 + +- TIL、Today I Learn を GitHub リポジトリに書いていく文化に感化され作成したリポジトリ +- 学んだことや勉強時間を書き残している +- 2023 年 11 月 18 日から毎日勉強を開始 +- 2024 年 6 月 9 日、勉強時間の合計や何にどれくらい時間をかけたか集計するために全体を Vue で制作 + +### 使用技術 + +- JavaScript +- Vue +- Tailwind CSS +- daisyUI + +### 実装機能 + +- 勉強開始日からの日数 +- 勉強時間合計 +- 今月の勉強時間の合計 +- 日付、勉強時間、一言メモの列挙 + +### これから実装したいこと + +とにかく、頑張ったことを視覚化したい...! + +- [ ] 日付の左に、2023/11/18 から何日目かを表示する +- [ ] 勉強したもの、プロジェクトごとのログを確認できるようにする +- [ ] 月毎のレポートをページを作る(何を何時間作業したかのログ) +- [ ] 月毎の振り返りレポートのコメント json を作る +- [ ] スマホでの見た目の調整 +- [ ] 先月の勉強時間と、今月の勉強時間が何時間多いか比較(6月10日だったら、5月10日までの合計と比較) +- [ ] 勉強時間の小数点以下2桁を表示させる \ No newline at end of file diff --git a/documents/2024/06_June.md b/documents/2024/06_June.md index 8e6c52e..1c2f756 100644 --- a/documents/2024/06_June.md +++ b/documents/2024/06_June.md @@ -157,12 +157,13 @@ ## 2024/06/08 -- **Study Time** - - Programming: / - - English: / - - Total: / +- とりあえず、これからメモと計画はこっちでかいて、最後にjsonに追加していく。続けばいいな...。 +- 「エンジニアが知っておきたい思考の整理術」を購入。言語化力とか、論理的思考力が本当に欠落しているので買ってみた...。 + - **Programming** + - ロジカルシンキングについて調べる (0.5) - **English** + - 金フレやる ## 2024/06/09 diff --git a/documents/Books/list.md b/documents/Books/list.md new file mode 100644 index 0000000..df8eed8 --- /dev/null +++ b/documents/Books/list.md @@ -0,0 +1,10 @@ +# Books to Read + +**読む準備ができた時、今読む絶対という時に買うこと** + +↑優先順位高 + +- [ ] 体系的に学ぶ 安全なWebアプリケーションの作り方 第2版 脆弱性が生まれる原理と対策の実践 +- [ ] フロントエンドの知識地図 +- [ ] フロントエンド開発のためのセキュリティ入門 知らなかったでは済まされない脆弱性対策の必須知識 +- [ ] フロントエンド開発のためのテスト入門 今からでも知っておきたい自動テスト戦略の必須知識 \ No newline at end of file diff --git a/documents/LogicalThinking/watchList.md b/documents/LogicalThinking/watchList.md new file mode 100644 index 0000000..4856b11 --- /dev/null +++ b/documents/LogicalThinking/watchList.md @@ -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) \ No newline at end of file diff --git "a/documents/LogicalThinking/\343\203\255\343\202\270\343\202\253\343\203\253\343\202\267\343\203\263\343\202\255\343\203\263\343\202\260\345\205\245\351\226\200.md" "b/documents/LogicalThinking/\343\203\255\343\202\270\343\202\253\343\203\253\343\202\267\343\203\263\343\202\255\343\203\263\343\202\260\345\205\245\351\226\200.md" new file mode 100644 index 0000000..be7357c --- /dev/null +++ "b/documents/LogicalThinking/\343\203\255\343\202\270\343\202\253\343\203\253\343\202\267\343\203\263\343\202\255\343\203\263\343\202\260\345\205\245\351\226\200.md" @@ -0,0 +1,86 @@ +# 【超入門】ロジカルシンキング難しすぎて実践できない人向け 論理的思考術 + +[【超入門】ロジカルシンキング難しすぎて実践できない人向け 論理的思考術 - YouTube](https://www.youtube.com/watch?v=XXiNjxHPup8) + + +## まとめ + +- **これらを必ず考えて、書いておこう** + - 結論 + - 理由 + - 具体例 +- **考える上でのヒント** + - 説明したい、伝えたい相手がどんな人がを考える + - 品質が気になる人 -> 品質について必ず押さえておく + - 経緯がわかっている -> 経緯の話ははぶいて良い + - このようなことを考慮しつつ、結論、理由、具体例をまとめる + + +--- + +- ロジカル -> 話の筋道が通っている +- 話の筋が通る -> 理解しやすい、相手の納得、共感を得られやすい + +## これだけ覚える「論理を因数分解」 + +- 論理 = 結論 + 理由 +- 自分の結論を持つ +- 理由を持つこと(なんとなくはNG) + - 例)Aがよいという理由を明確にする + - なんとなく -> 間隔 + - 動画で話題だった -> 論理の飛躍(動画の何が良いのかなど) + - 他に良い案がなかった -> Aが良い理由にはならない + +### これを徹底しよう!(結論、理由、具体例) + +- 結論 +- 理由(結論に理由を添える) +- 具体例(具体例や事実) + +これらをしっかり整理する。 + +### 留意点 + +**自分が何を伝えたいかではなく、どう話せば伝わるかを考える。** +**誰にとっての筋道が通っているのかを意識する。** + +- 相手によっての筋道を考える +- 話す相手はどんな人かを考える + - 何を気にする人なのか + - 何を知りたい人なのか +- どういう筋道が必要か + +#### 具体例 + +- 相手どんな人? + - 品質管理部の人 + - 経緯がわかっている + - 周りの評価気にする人 + - あまり時間ない人 +- どういう筋道が必要か + - 品質に関する理由は絶対(品質管理部だから) + - 経緯は話さなくていい(これまでのこと知ってるから) + - 第三者の評価も取り入れる(気にしてるから) + - 価格の説明はカット(時間がないから) + +## 例 + +議題: リポジトリに記載すべき内容 + +- 話す相手、見てもらう相手 + - 英語、多言語スピーカー + - 技術力を知りたい人 + - どの技術ができるのか明確に知りたい人 +- どういう筋道が必要か + - 英語であること + - 自分が理解するためにも下書きとして日本語も必要 + - どこになんの技術を使ったのかを明確にする、そこへの苦労や学んだことのまとめ + - どのくらいの時間で構築できるのか + - どんな流れで作っていったのか + - 計画的なのか、そうでないのか + - 計画的な方がもちろん評価は上がるでしょう + +## メモ + +- 論理的思考ができているのもいいけど、結局語彙力がない +- ただ、小難しい言葉を並べることが個人的に嫌いなので、難しい言葉ではないけど、伝わる文書をかけるようになりたい \ No newline at end of file diff --git a/documents/MySettings/GoogleChromeExtensions.md b/documents/MySettings/GoogleChromeExtensions.md new file mode 100644 index 0000000..bef6f29 --- /dev/null +++ b/documents/MySettings/GoogleChromeExtensions.md @@ -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) diff --git a/documents/WritingSkills/expression.md b/documents/WritingSkills/expression.md new file mode 100644 index 0000000..c2bf450 --- /dev/null +++ b/documents/WritingSkills/expression.md @@ -0,0 +1,3 @@ +# 表現・言い回し + +- \ No newline at end of file diff --git a/src/database/studyLog2024.json b/src/database/studyLog2024.json index 43a9c69..5b2868b 100644 --- a/src/database/studyLog2024.json +++ b/src/database/studyLog2024.json @@ -189,11 +189,6 @@ "id": "e-toeic-gold-sentence", "detail": ["Q124-129"], "time": 0.5 - }, - { - "id": "null", - "detail": ["null"], - "time": null } ], "memo": [ @@ -231,13 +226,24 @@ "date": "2024-06-08", "tasks": [ { - "id": "null", - "detail": ["null"], - "time": null + "id": "p-others", + "detail": ["ロジカルシンキングについての情報を集めて、整理した"], + "time": 0.5 + }, + { + "id": "p-p-first-contributions", + "detail": ["Aboutセクションプルリク確認、マージ"], + "time": 0.5 + }, + { + "id": "e-toeic-gold-sentence", + "detail": ["単語チェック、シャドーイング: 130-134", "英文予想、読み上げ: 001-027"], + "time": 0.5 } ], - "memo": [""] + "memo": ["結論、理由、具体例!"] }, + { "date": "2024-06-09", "tasks": [