From 36b285f706cbb50af5883f639d3069789e20a900 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Tue, 18 Oct 2022 15:51:56 -0600 Subject: [PATCH] filled --- json-resume/resume.json | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/json-resume/resume.json b/json-resume/resume.json index f71e4c7..13ad463 100755 --- a/json-resume/resume.json +++ b/json-resume/resume.json @@ -103,9 +103,34 @@ ], "skills": [ { - "name": "Web Development", + "name": "Languages", "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"} ] } ],