TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Create a Skill Tree to Track Your Learning Progress

4 pointsby strikinglooover 2 years ago

1 comment

zakgreantover 2 years ago
Neat! If you&#x27;re not familiar with DOT &lt;<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;DOT_(graph_description_language)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;DOT_(graph_description_languag...</a>&gt;, you might find it interesting.<p>For example, your sample skill tree would just be something like this:<p><pre><code> digraph { &quot;skill A1&quot; -&gt; &quot;skill A2&quot; -&gt; &quot;skill A3&quot; -&gt; &quot;skill A4&quot; &quot;skill B1&quot; -&gt; &quot;skill B2&quot; -&gt; &quot;skill B3&quot; -&gt; &quot;skill B4&quot; } </code></pre> There&#x27;s a JS-based playground for DOT (and various other graph description languages) at <a href="https:&#x2F;&#x2F;rsms.me&#x2F;graphviz&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rsms.me&#x2F;graphviz&#x2F;</a>
评论 #33207379 未加载
评论 #33194237 未加载