aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-05 06:25:22 -0800
committerFuwn <[email protected]>2024-03-05 06:25:22 -0800
commit13aab744643d2843637469faa660ee41066a0ab1 (patch)
treeca8200c308bcfac418e82a723688fa10e8238132
parentfix(footer): update gemrest link (diff)
downloadlocus-13aab744643d2843637469faa660ee41066a0ab1.tar.xz
locus-13aab744643d2843637469faa660ee41066a0ab1.zip
feat(skills): update skills
-rw-r--r--content/json/skills.json120
1 files changed, 42 insertions, 78 deletions
diff --git a/content/json/skills.json b/content/json/skills.json
index 13e098d..67352cf 100644
--- a/content/json/skills.json
+++ b/content/json/skills.json
@@ -1,14 +1,9 @@
{
"1. Languages I'm Proficient In": [
- {
- "C": null
- },
- {
- "C++": null
- },
- {
- "Go": null
- },
+ { "Rust": ["Serenity", "Rocket", "Actix", "Tokio"] },
+ { "C++": null },
+ { "Go": null },
+ { "C": null },
{
"JavaScript & TypeScript (Node.js, Deno, Bun)": [
"Discord.js",
@@ -21,57 +16,40 @@
"Svelte"
]
},
- {
- "Python": null
- },
- {
- "Java": [
- "Bukkit",
- "Spark",
- "JDA"
- ]
- },
- {
- "Rust": [
- "Serenity",
- "Rocket",
- "Actix",
- "Tokio"
- ]
- },
- {
- "HTML & CSS": null
- }
+ { "Python": null },
+ { "Java": ["Bukkit", "Spark", "JDA"] },
+ { "HTML & CSS": null }
],
- "2. Languages I'm Fluent In": [
- {
- "Clojure": null
- },
- {
- "PHP": [
- "FluxBB",
- "MyBB"
+ "2. Languages I'm Comfortable With": [
+ { "R": ["Complex, time-critical data-science applications"] },
+ { "Zig": null },
+ { "PHP": ["FluxBB", "MyBB"] },
+ { "Clojure": null },
+ { "Kotlin": null },
+ { "C#": null },
+ { "Assembly": ["MIPS", "YASM/NASM", "Divina"] },
+ { "Lua": null }
+ ],
+ "3. Languages I'm Passively Active In": [{ "COBOL": ["Chorus"] }],
+ "Tools and Technologies": [
+ {
+ "Cloud Platforms": [
+ "AWS",
+ "Firebase",
+ "Supabase",
+ "Vercel",
+ "Cloudflare",
+ "Azure",
+ "Google Cloud",
+ "DigitalOcean",
+ "Heroku",
+ "Netlify",
+ "Linode",
+ "Vultr",
+ "netcup"
]
},
{
- "Zig": null
- },
- {
- "C#": null
- }
- ],
- "3. Languages I'm Active In": [
- {
- "Lua": null
- }
- ],
- "4. Languages I'm Passive In": [
- {
- "COBOL": null
- }
- ],
- "Tools and Accessories": [
- {
"Document Preparation": [
"Markdown",
"Pandoc",
@@ -86,34 +64,21 @@
"CMake",
"GNU Make",
"Divina",
+ "Chorus",
"Cargo",
"Ninja",
"Meson",
"Bazel"
]
},
- {
- "Version Control": [
- "Git",
- "Mercurial"
- ]
- },
- {
- "Game Engines": [
- "Unity"
- ]
- },
- {
- "Databases": [
- "PostgreSQL",
- "SQLite",
- "MongoDB",
- "MySQL"
- ]
- },
+ { "Version Control": ["Git", "Mercurial"] },
+ { "Game Engines": ["Unity"] },
+ { "Databases": ["PostgreSQL", "SQLite", "MongoDB", "MySQL"] },
{
"Continuous Integration": [
+ "Docker",
"GitHub Actions",
+ "Earthly",
"Travis CI",
"CircleCI",
"AppVeyor",
@@ -121,9 +86,8 @@
"GitLab CI",
"Teraform",
"Ansible",
- "Vagrant",
- "Docker"
+ "Vagrant"
]
}
]
-} \ No newline at end of file
+}