Джерело
Node.js Recipes | Учорашнє відео містить одну з ключових думок про те, що нам потрібно в...
2 500 Охват/переглядів
2025-05-01 14:12
Повідомлення №824
Учорашнє відео містить одну з ключових думок про те, що нам потрібно вміти створювати код з різною швидкістю/якістю.Це вміння змінювати швидкість під завдання важливе в усіх сферах життя… Тут я зупинюся, бо починаю цитувати: "Thinking, Fast and Slow” by Daniel Kahneman.За останній рік завдяки AI-інструментам я навчився краще управляти швидкістю вивчення нових інструментів/бібліотек.Ось що дозволяє рухатися так, як я звик та як воно було до AI:1️⃣ Learning by doing2️⃣ Reading standart documentation3️⃣ Video about the tool from courses/conferencesОсь що дозволяє рухатися deep&slow:1️⃣ Several Deep research in your LLM: Best practices, alternatives, known <tool> problems and best practises to resolve them2️⃣ The tool source code review. AI helps with navigation, explanation, etc3️⃣ Best practise creation about this tool. Part of my consulting, so i review this with other experts.Ось що дозволяє рухатися швидко:1️⃣ Prompt for your LLM: There is documentation … Split it in 5 bitesize lessons with quize at the end. Start with the first lesson and based on quize explaine me what i missed.2️⃣ GitDiagram. Example https://gitdiagram.com/nestjs/nest3️⃣ DeepWiki. Example https://deepwiki.com/nestjs/nestа які інструменти ви використовуєте для навчання? Які курси відвідуєте?