main
Bel LaPointe 2022-10-18 15:51:56 -06:00
parent 99b97efd80
commit 36b285f706
1 changed files with 27 additions and 2 deletions

View File

@ -103,9 +103,34 @@
], ],
"skills": [ "skills": [
{ {
"name": "Web Development", "name": "Languages",
"details": [ "details": [
{"text":"HTML", "comment":"master"} {"text":"Go", "comment":"master"},
{"text":"Bash", "comment":"master"},
{"text":"Python3", "comment":"competent"}
]
},
{
"name": "Platforms",
"details": [
{"text":"Docker", "comment":"master"},
{"text":"Hashicorp", "comment":"expert"},
{"text":"Linux/Unix", "comment":"expert"},
{"text":"AWS", "comment":"competent"},
{"text":"Jenkins", "comment":"competent"},
{"text":"REST", "comment":"competent"},
{"text":"Microservice Architecture", "comment":"competent"},
{"text":"Git", "comment":"competent"}
]
},
{
"name": "Datastores",
"details": [
{"text":"MongoDB", "comment":"expert"},
{"text":"Redis", "comment":"expert"},
{"text":"S3", "comment":"expert"},
{"text":"Couchbase", "comment":"competent"},
{"text":"DynamoDB", "comment":"competent"}
] ]
} }
], ],