json resume skeleton coming together

This commit is contained in:
2024-12-13 11:02:18 -06:00
parent 7f7f28410b
commit 97fff8372e
11 changed files with 411 additions and 977 deletions

View File

@@ -0,0 +1,4 @@
title,date,awarder,summary
Outstanding Achievement Award,2014-11-01,Tech Company Inc,Excellence in software architecture and team leadership
Innovation Prize,2016-03-15,Industry Association,Breakthrough development in cloud infrastructure
Open Source Contributor Award,2018-06-30,GitHub,Significant contributions to developer tools and libraries
1 title date awarder summary
2 Outstanding Achievement Award 2014-11-01 Tech Company Inc Excellence in software architecture and team leadership
3 Innovation Prize 2016-03-15 Industry Association Breakthrough development in cloud infrastructure
4 Open Source Contributor Award 2018-06-30 GitHub Significant contributions to developer tools and libraries

View File

@@ -0,0 +1,5 @@
name,keywords
Gardening,Lazy Gardening
Music,Guitar|Singing|Dancing
Books,Reading|Writing|History
Open Source,All of it
1 name keywords
2 Gardening Lazy Gardening
3 Music Guitar|Singing|Dancing
4 Books Reading|Writing|History
5 Open Source All of it

View File

@@ -0,0 +1,2 @@
language,fluency
English,Native speaker
1 language fluency
2 English Native speaker

View File

@@ -0,0 +1,2 @@
name,publisher,releaseDate,url,summary
Advanced JavaScript Techniques,Tech Books Publishing,2019-08-01,http://techbookspublishing.com/advanced-javascript,A comprehensive guide to modern JavaScript development.
1 name publisher releaseDate url summary
2 Advanced JavaScript Techniques Tech Books Publishing 2019-08-01 http://techbookspublishing.com/advanced-javascript A comprehensive guide to modern JavaScript development.

View File

@@ -0,0 +1,4 @@
name,level,keywords
Frontend,Senior,HTML / JSX|SCSS / CSS / BEM / Styled Components|Javascript / Typescript|React / Next|Redux / Apollo
Backend,Senior,Node|Ruby|Python|Postgres|Redis|Serverless
Devops,Senior,AWS|G Cloud|Heroku|Caching
1 name level keywords
2 Frontend Senior HTML / JSX|SCSS / CSS / BEM / Styled Components|Javascript / Typescript|React / Next|Redux / Apollo
3 Backend Senior Node|Ruby|Python|Postgres|Redis|Serverless
4 Devops Senior AWS|G Cloud|Heroku|Caching

View File

@@ -0,0 +1,2 @@
organization,position,url,startDate,summary,highlights
Open Source Project,Contributor,http://opensourceproject.com,2016-01-01,Contributing to open source projects to improve software quality.,Fixed critical bugs and added new features.|Mentored new contributors.
1 organization position url startDate summary highlights
2 Open Source Project Contributor http://opensourceproject.com 2016-01-01 Contributing to open source projects to improve software quality. Fixed critical bugs and added new features.|Mentored new contributors.

View File

@@ -0,0 +1,4 @@
name,position,url,startDate,endDate,summary,highlights
Company,President,https://company.com,2013-01-01,2014-01-01,Description...,Started the company
Google,Senior Engineer,https://google.com,2014-01-01,2016-06-30,Led frontend infrastructure.,Launched major features|Mentored junior developers|Improved build system
Startup Inc,CTO,https://startup.com,2016-07-01,,Building next-gen tech.,Grew team to 20 engineers|Architected core platform|Secured Series A funding
1 name position url startDate endDate summary highlights
2 Company President https://company.com 2013-01-01 2014-01-01 Description... Started the company
3 Google Senior Engineer https://google.com 2014-01-01 2016-06-30 Led frontend infrastructure. Launched major features|Mentored junior developers|Improved build system
4 Startup Inc CTO https://startup.com 2016-07-01 Building next-gen tech. Grew team to 20 engineers|Architected core platform|Secured Series A funding