diff options
Diffstat (limited to 'content/json/skills.json')
| -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 |