diff options
| author | Fuwn <[email protected]> | 2024-06-19 01:18:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-19 01:18:20 -0700 |
| commit | 2c67dd84bdd16bd9cf70e3cddbc821594fd28067 (patch) | |
| tree | ba7c2647f5f5dd5173a7b7ce843c7ba35d68b4e9 | |
| parent | feat: shift around indexes (diff) | |
| download | locus-2c67dd84bdd16bd9cf70e3cddbc821594fd28067.tar.xz locus-2c67dd84bdd16bd9cf70e3cddbc821594fd28067.zip | |
feat(skills): update skills
| -rw-r--r-- | content/json/skills.json | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/content/json/skills.json b/content/json/skills.json index 67352cf..d0d9f56 100644 --- a/content/json/skills.json +++ b/content/json/skills.json @@ -1,9 +1,17 @@ { "1. Languages I'm Proficient In": [ - { "Rust": ["Serenity", "Rocket", "Actix", "Tokio"] }, - { "C++": null }, + { "Rust": ["Tokio", "Actix", "Rocket", "Serenity", "...", "etc."] }, + { + "C++": [ + "I prefer the bleeding edge, latest draft releases, but I've worked with just about every other major release of C++, as well." + ] + }, { "Go": null }, - { "C": null }, + { + "C": [ + "I prefer C89, but $(cat \"C++\" | sed 's/.*but[[:space:]]*//; s/++//')" + ] + }, { "JavaScript & TypeScript (Node.js, Deno, Bun)": [ "Discord.js", @@ -13,22 +21,26 @@ "React", "Nuxt", "Vue", - "Svelte" + "Svelte", + "..." ] }, { "Python": null }, - { "Java": ["Bukkit", "Spark", "JDA"] }, - { "HTML & CSS": null } + { "Java": ["Bukkit", "Spark", "JDA", "..."] }, + { "HTML & CSS + HTML-like templating languages": null }, + { "Bash & other shell-adjacent languages": ["Amber"] } ], "2. Languages I'm Comfortable With": [ + { "Gleam": null }, { "R": ["Complex, time-critical data-science applications"] }, { "Zig": null }, - { "PHP": ["FluxBB", "MyBB"] }, + { "PHP": ["FluxBB", "MyBB", "..."] }, { "Clojure": null }, { "Kotlin": null }, { "C#": null }, { "Assembly": ["MIPS", "YASM/NASM", "Divina"] }, - { "Lua": null } + { "Lua": null }, + { "Verilog": null } ], "3. Languages I'm Passively Active In": [{ "COBOL": ["Chorus"] }], "Tools and Technologies": [ @@ -68,7 +80,8 @@ "Cargo", "Ninja", "Meson", - "Bazel" + "Bazel", + "tup" ] }, { "Version Control": ["Git", "Mercurial"] }, @@ -86,7 +99,8 @@ "GitLab CI", "Teraform", "Ansible", - "Vagrant" + "Vagrant", + "The Nix Ecosystem" ] } ] |