diff options
| author | Fuwn <[email protected]> | 2022-06-15 00:11:03 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-15 00:11:03 -0700 |
| commit | d9e383f3ef8990d2ff11d368ff825dfe6f18f98b (patch) | |
| tree | fa2816f1611ec42c46edfc06d3b1e01a1ad32f00 /content/json | |
| parent | fix(uptime): trigger uptime on module attach (diff) | |
| download | locus-d9e383f3ef8990d2ff11d368ff825dfe6f18f98b.tar.xz locus-d9e383f3ef8990d2ff11d368ff825dfe6f18f98b.zip | |
feat(skills): json skill tree
Diffstat (limited to 'content/json')
| -rw-r--r-- | content/json/skills.json | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/content/json/skills.json b/content/json/skills.json new file mode 100644 index 0000000..3a82090 --- /dev/null +++ b/content/json/skills.json @@ -0,0 +1,94 @@ +{ + "Tech Stack Mastery": [ + { + "C": null + }, + { + "C++": null + }, + { + "Go": null + }, + { + "Node.js (JavaScript, TypeScript)": [ + "Discord.js", + "Angular", + "Express", + "Akairo", + "React", + "Nuxt", + "Vue", + "Svelte" + ] + }, + { + "Deno": null + }, + { + "Python": null + }, + { + "JVM (Java, Clojure)": [ + "Bukkit", + "Spark", + "JDA" + ] + }, + { + "Rust": [ + "Serenity", + "Rocket", + "Actix", + "Tokio" + ] + }, + { + "PHP": [ + "FluxBB", + "MyBB" + ] + } + ], + "Tools and Accessories": [ + { + "Document Preparation": [ + "Markdown", + "Pandoc", + "LaTeX", + "ReST", + "Microsoft Word", + "LibreOffice Writer" + ] + }, + { + "Build Tools": [ + "CMake", + "GNU Make", + "Divina", + "Cargo", + "Ninja", + "Meson", + "Bazel" + ] + }, + { + "Version Control": [ + "Git", + "Mercurial" + ] + }, + { + "Game Engines": [ + "Unity" + ] + }, + { + "Databases": [ + "PostgreSQL", + "SQLite", + "MongoDB", + "MySQL" + ] + } + ] +}
\ No newline at end of file |