diff options
| author | Fuwn <[email protected]> | 2022-09-28 14:27:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-09-28 14:27:06 -0700 |
| commit | c70ea925243b9706a987f71b20101e2e878360c6 (patch) | |
| tree | f956b809568ac5c6b5117921260d8867bae984d1 | |
| parent | feat(donate.gmi): add Near and update OpenAlias (diff) | |
| download | locus-c70ea925243b9706a987f71b20101e2e878360c6.tar.xz locus-c70ea925243b9706a987f71b20101e2e878360c6.zip | |
feat(skills.json): update skills
| -rw-r--r-- | content/json/skills.json | 51 |
1 files changed, 43 insertions, 8 deletions
diff --git a/content/json/skills.json b/content/json/skills.json index 3a82090..13e098d 100644 --- a/content/json/skills.json +++ b/content/json/skills.json @@ -1,5 +1,5 @@ { - "Tech Stack Mastery": [ + "1. Languages I'm Proficient In": [ { "C": null }, @@ -10,7 +10,7 @@ "Go": null }, { - "Node.js (JavaScript, TypeScript)": [ + "JavaScript & TypeScript (Node.js, Deno, Bun)": [ "Discord.js", "Angular", "Express", @@ -22,13 +22,10 @@ ] }, { - "Deno": null - }, - { "Python": null }, { - "JVM (Java, Clojure)": [ + "Java": [ "Bukkit", "Spark", "JDA" @@ -43,10 +40,34 @@ ] }, { + "HTML & CSS": null + } + ], + "2. Languages I'm Fluent In": [ + { + "Clojure": null + }, + { "PHP": [ "FluxBB", "MyBB" ] + }, + { + "Zig": null + }, + { + "C#": null + } + ], + "3. Languages I'm Active In": [ + { + "Lua": null + } + ], + "4. Languages I'm Passive In": [ + { + "COBOL": null } ], "Tools and Accessories": [ @@ -56,8 +77,8 @@ "Pandoc", "LaTeX", "ReST", - "Microsoft Word", - "LibreOffice Writer" + "Microsoft Office", + "LibreOffice" ] }, { @@ -89,6 +110,20 @@ "MongoDB", "MySQL" ] + }, + { + "Continuous Integration": [ + "GitHub Actions", + "Travis CI", + "CircleCI", + "AppVeyor", + "Jenkins", + "GitLab CI", + "Teraform", + "Ansible", + "Vagrant", + "Docker" + ] } ] }
\ No newline at end of file |