From 196bcac6dd6d7c6bfe8a68c6f644e6636262f28b Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 27 Apr 2023 21:11:42 -0600 Subject: [PATCH] master to expert, competent to proficient --- json-resume/resume.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/json-resume/resume.json b/json-resume/resume.json index 13ad463..6df4355 100755 --- a/json-resume/resume.json +++ b/json-resume/resume.json @@ -105,22 +105,22 @@ { "name": "Languages", "details": [ - {"text":"Go", "comment":"master"}, - {"text":"Bash", "comment":"master"}, - {"text":"Python3", "comment":"competent"} + {"text":"Go", "comment":"expert"}, + {"text":"Bash", "comment":"expert"}, + {"text":"Python3", "comment":"proficient"} ] }, { "name": "Platforms", "details": [ - {"text":"Docker", "comment":"master"}, + {"text":"Docker", "comment":"expert"}, {"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"} + {"text":"AWS", "comment":"proficient"}, + {"text":"Jenkins", "comment":"proficient"}, + {"text":"REST", "comment":"proficient"}, + {"text":"Microservice Architecture", "comment":"proficient"}, + {"text":"Git", "comment":"proficient"} ] }, { @@ -129,8 +129,8 @@ {"text":"MongoDB", "comment":"expert"}, {"text":"Redis", "comment":"expert"}, {"text":"S3", "comment":"expert"}, - {"text":"Couchbase", "comment":"competent"}, - {"text":"DynamoDB", "comment":"competent"} + {"text":"Couchbase", "comment":"proficient"}, + {"text":"DynamoDB", "comment":"proficient"} ] } ], @@ -151,4 +151,4 @@ "version": "v1.0.0", "lastModified": "2017-12-24T15:53:00" } -} \ No newline at end of file +}