diff options
| author | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
| commit | 64537f8850fe00b759f258999f33ffd0ad8c08d6 (patch) | |
| tree | 8c8a5f32a75f1318c49ca33b0e279780c9896008 /assets/json/skills.json | |
| parent | :sa: (diff) | |
| download | me-64537f8850fe00b759f258999f33ffd0ad8c08d6.tar.xz me-64537f8850fe00b759f258999f33ffd0ad8c08d6.zip | |
:star:
Diffstat (limited to 'assets/json/skills.json')
| -rw-r--r-- | assets/json/skills.json | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/assets/json/skills.json b/assets/json/skills.json new file mode 100644 index 0000000..4ca6b84 --- /dev/null +++ b/assets/json/skills.json @@ -0,0 +1,71 @@ +{ + "acknowledgements": [ + "lead developer and proprietor of the Minecraft ghost client; Vespertine", + "lead development positions on various CS:GO clients", + "verified discord bot developer", + "verified discord bots", + "multi-langual" + ], + "tech-stacks": { + "javascript-typescript": { + "node-js": [ + "discord.js", + "angular", + "express", + "akairo", + "react", + "nuxt", + "vue" + ], + "deno": [ + "..." + ] + }, + "python": [ + "..." + ], + "java": { + "minecraft": [ + "bukkit" + ], + "...": [ + "spark", + "jda" + ] + }, + "rust": [ + "serenity", + "rocket", + "actix" + ], + "php": [ + "mybb", + "fluxbb" + ] + }, + "tools-accessories": { + "document-preparation.": [ + "markdown", + "latex" + ], + "build-tools": [ + "vs solutions", + "cmake", + "make" + ], + "version-control": [ + "github", + "gitlab", + "git" + ], + "game-engines": [ + "unity" + ], + "databases": [ + "postgresql", + "sqlite", + "mongo", + "mysql" + ] + } +} |