open-resume.com.d/local-storage...json
parent
1e5b251590
commit
4adaa14452
|
|
@ -59,42 +59,31 @@
|
||||||
],
|
],
|
||||||
"projects": [
|
"projects": [
|
||||||
{
|
{
|
||||||
"project": "d",
|
"project": "Arabidopsis thaliana computationally-generated next-state gene interaction models",
|
||||||
"date": "Winter 2022",
|
"date": "June 2018",
|
||||||
"descriptions": [
|
"descriptions": [
|
||||||
"a"
|
"Refactored to correct bugs and improve efficiency by orders of magnitude"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"skills": {
|
"skills": {
|
||||||
"featuredSkills": [
|
"featuredSkills": [
|
||||||
{
|
{
|
||||||
"skill": "b",
|
"skill": "Golang",
|
||||||
"rating": 4
|
"rating": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"skill": "",
|
"skill": "Bash",
|
||||||
"rating": 4
|
"rating": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"skill": "c",
|
"skill": "Python3",
|
||||||
"rating": 0
|
"rating": 3
|
||||||
},
|
|
||||||
{
|
|
||||||
"skill": "",
|
|
||||||
"rating": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"skill": "",
|
|
||||||
"rating": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"skill": "",
|
|
||||||
"rating": 4
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"descriptions": [
|
"descriptions": [
|
||||||
"a"
|
"Platforms: Docker, Hashicorp, Linux/Unix, AWS, Jenkins, REST, Microservices, Git",
|
||||||
|
"Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
|
|
|
||||||
|
|
@ -1,63 +0,0 @@
|
||||||
{
|
|
||||||
"awards": [
|
|
||||||
],
|
|
||||||
"publications": [
|
|
||||||
{
|
|
||||||
"name": "Arabidopsis thaliana computationally-generated next-state gene interaction models",
|
|
||||||
"publisher": "",
|
|
||||||
"releaseDate": "Jun 2018",
|
|
||||||
"website": "",
|
|
||||||
"summary": "Refactored to correct bugs and improve efficiency by orders of magnitude"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"skills": [
|
|
||||||
{
|
|
||||||
"name": "Languages",
|
|
||||||
"details": [
|
|
||||||
{"text":"Go", "comment":"expert"},
|
|
||||||
{"text":"Bash", "comment":"expert"},
|
|
||||||
{"text":"Python3", "comment":"proficient"}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Platforms",
|
|
||||||
"details": [
|
|
||||||
{"text":"Docker", "comment":"expert"},
|
|
||||||
{"text":"Hashicorp", "comment":"expert"},
|
|
||||||
{"text":"Linux/Unix", "comment":"expert"},
|
|
||||||
{"text":"AWS", "comment":"proficient"},
|
|
||||||
{"text":"Jenkins", "comment":"proficient"},
|
|
||||||
{"text":"REST", "comment":"proficient"},
|
|
||||||
{"text":"Microservice Architecture", "comment":"proficient"},
|
|
||||||
{"text":"Git", "comment":"proficient"}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Datastores",
|
|
||||||
"details": [
|
|
||||||
{"text":"MongoDB", "comment":"expert"},
|
|
||||||
{"text":"Redis", "comment":"expert"},
|
|
||||||
{"text":"S3", "comment":"expert"},
|
|
||||||
{"text":"Couchbase", "comment":"proficient"},
|
|
||||||
{"text":"DynamoDB", "comment":"proficient"}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"languages": [
|
|
||||||
{
|
|
||||||
"language": "English",
|
|
||||||
"fluency": "Native speaker"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"interests": [
|
|
||||||
],
|
|
||||||
"references": [
|
|
||||||
],
|
|
||||||
"projects": [
|
|
||||||
],
|
|
||||||
"meta": {
|
|
||||||
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
|
|
||||||
"version": "v1.0.0",
|
|
||||||
"lastModified": "2017-12-24T15:53:00"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue