Last active
September 16, 2024 12:14
-
-
Save futpib/16ff8ccd60ca780204e17e0d90efee7b to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Roman Geints", | |
"label": "Software Engineer", | |
"image": "https://gateway.ipfs.io/ipfs/bafybeihbbpna3d7objpybow2q4ip6rvygopn2tl37o4dqvud56iq7fdfr4/image", | |
"email": "[email protected]", | |
"summary": "Full-Stack Developer focused on Web but versed in things all over the place. Worked at companies big and small.", | |
"location": { | |
"city": "Tbilisi", | |
"countryCode": "GE" | |
}, | |
"profiles": [ | |
{ | |
"network": "GitHub", | |
"username": "futpib", | |
"url": "https://github.com/futpib" | |
}, | |
{ | |
"network": "Twitter", | |
"username": "futpib", | |
"url": "https://twitter.com/futpib" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "TaxDome", | |
"description": "Practice management software", | |
"position": "Senior Front-End Developer", | |
"url": "https://taxdome.com", | |
"startDate": "2022-10-01", | |
"summary": "Front-end work (TypeScript + React), minor Ruby back-end contributions." | |
}, | |
{ | |
"name": "Guarda.co", | |
"description": "Crypto Wallet", | |
"position": "Full-Stack Developer", | |
"url": "https://guarda.co", | |
"startDate": "2021-03-01", | |
"endDate": "2022-04-01", | |
"summary": "Worked with a wide variety of technologies, target platforms and crypto networks on a team of four developers. Played regular developer role as well as team lead role at different times." | |
}, | |
{ | |
"name": "Clain.io", | |
"description": "Crypto forensics KYC/AML service", | |
"position": "Full-Stack Developer", | |
"url": "https://clain.io", | |
"startDate": "2019-03-01", | |
"endDate": "2020-05-01", | |
"summary": "Full stack developer on a small team. First crypto-related job, learned a lot of new tech." | |
}, | |
{ | |
"name": "Yandex", | |
"description": "Yandex.Services", | |
"position": "Full-Stack Developer", | |
"url": "https://yandex.ru", | |
"startDate": "2018-12-01", | |
"endDate": "2019-03-01", | |
"summary": "Regular developer position, nothing to see here. Mainly worked on Yandex.Services but also touched other Yandex web apps (Search Result Page and Yandex Disk). Got bored by corporate big company bullshit and left." | |
}, | |
{ | |
"name": "EPAM", | |
"position": "Full-Stack Developer", | |
"url": "https://epam.com", | |
"startDate": "2015-03-01", | |
"endDate": "2018-05-01", | |
"summary": "Worked on an insurance company website complete with online insurance purchase and CMS. Started as a junior front-end developer, ended on a senior full-stack position leading a team of three developers." | |
} | |
], | |
"volunteer": [ | |
], | |
"education": [ | |
], | |
"awards": [ | |
], | |
"publications": [ | |
], | |
"skills": [ | |
{ | |
"name": "Full-Stack Developer", | |
"level": "Master", | |
"keywords": [ | |
"JavaScript", | |
"TypeScript", | |
"Elixir", | |
"Rust", | |
"React.js", | |
"Nest.js", | |
"Phoenix", | |
"Actix" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Advanced" | |
}, | |
{ | |
"language": "Russian", | |
"fluency": "Native speaker" | |
} | |
], | |
"interests": [ | |
], | |
"references": [ | |
], | |
"projects": [ | |
], | |
"meta": { | |
"theme": "elegant", | |
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json", | |
"version": "v1.0.0", | |
"lastModified": "2017-12-24T15:53:00" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment