Created
October 7, 2025 11:01
-
-
Save plcgi1/5a577abc02711d7e120a65a476497580 to your computer and use it in GitHub Desktop.
my-cv-data-en
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "experience": [ | |
| { | |
| "company": "Tech Solutions Inc.", | |
| "position": "Senior Full Stack Developer", | |
| "period": "2020 - Present", | |
| "description": "Led development of multiple web applications using React and Node.js. Implemented CI/CD pipelines and improved application performance by 40%.", | |
| "technologies": ["React", "TypeScript", "Node.js", "PostgreSQL", "AWS"] | |
| }, | |
| { | |
| "company": "Digital Innovations LLC", | |
| "position": "Frontend Developer", | |
| "period": "2018 - 2020", | |
| "description": "Developed responsive web applications and collaborated with design team to implement user-friendly interfaces.", | |
| "technologies": ["React", "JavaScript", "CSS3", "Webpack"] | |
| }, | |
| { | |
| "company": "StartUp Ventures", | |
| "position": "Junior Web Developer", | |
| "period": "2016 - 2018", | |
| "description": "Built and maintained company website, implemented new features and fixed bugs.", | |
| "technologies": ["JavaScript", "HTML5", "CSS3", "jQuery"] | |
| } | |
| ], | |
| "skills": { | |
| "frontend": [ | |
| { "name": "React", "level": 90 }, | |
| { "name": "TypeScript", "level": 85 }, | |
| { "name": "JavaScript", "level": 95 }, | |
| { "name": "HTML/CSS", "level": 90 }, | |
| { "name": "Vue.js", "level": 70 } | |
| ], | |
| "backend": [ | |
| { "name": "Node.js", "level": 85 }, | |
| { "name": "Python", "level": 80 }, | |
| { "name": "PostgreSQL", "level": 75 }, | |
| { "name": "MongoDB", "level": 70 }, | |
| { "name": "Redis", "level": 65 } | |
| ], | |
| "tools": [ | |
| { "name": "Docker", "level": 80 }, | |
| { "name": "Git", "level": 90 }, | |
| { "name": "AWS", "level": 70 }, | |
| { "name": "Webpack", "level": 75 }, | |
| { "name": "Jest", "level": 80 } | |
| ], | |
| "languages": [ | |
| { "name": "Russian", "level": 100 }, | |
| { "name": "English", "level": 85 }, | |
| { "name": "Spanish", "level": 40 } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment