aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-15 00:11:03 -0700
committerFuwn <[email protected]>2022-06-15 00:11:03 -0700
commitd9e383f3ef8990d2ff11d368ff825dfe6f18f98b (patch)
treefa2816f1611ec42c46edfc06d3b1e01a1ad32f00 /content
parentfix(uptime): trigger uptime on module attach (diff)
downloadlocus-d9e383f3ef8990d2ff11d368ff825dfe6f18f98b.tar.xz
locus-d9e383f3ef8990d2ff11d368ff825dfe6f18f98b.zip
feat(skills): json skill tree
Diffstat (limited to 'content')
-rw-r--r--content/json/skills.json94
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