resume/index.html
2023-07-05 09:42:30 +03:00

208 lines
6.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gregory Tertyshny</title>
<link
href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap"
rel="stylesheet"
/>
<style>
body {
max-width: 600px;
font-family: "Courier Prime", monospace;
}
h2 {
margin-bottom: 0;
}
h2::after {
content: "";
display: block;
width: 100%;
border-bottom: 1px solid black;
}
.halves {
display: flex;
align-items: baseline;
}
.left {
flex-shrink: 0;
margin-right: 20px;
}
</style>
</head>
<body>
<h1>Gregory Tertyshny</h1>
<h4>Software Engineer</h4>
<p>
<b>Address:</b> Kyiv, Ukraine <br />
<b>Phone:</b> +380994355814 <br />
<b>Email:</b> tertyshny.gregory@protonmail.com <br />
<b>GitHub:</b> https://github.com/fotonmoton <br />
</p>
<p>
7+ years of experience in web and mobile technologies, adept of
maintainable and simple software. Always in search of challenging problems. Strive
to learn new stuff and share my knowledge at every opportunity. Proficient
in several programming languages on multiple platforms.
</p>
<h2>Work History</h2>
<div class="halves">
<div class="left">
<h5>09-2020 - current</h5>
</div>
<div class="right">
<h4>TypeScript Backend Develoer</h4>
<p>NDA, Cyprus/Remote</p>
<ul>
<li>
Created new features for microservice architecture.
</li>
<li>
Refactored old codebase parts.
</li>
<li>
Supported and added dozens payment integrations for different countries.
</li>
<li>
Was leading effort to migrate legacy service to new architecture.
</li>
</ul>
<p>(TypeScript, Nest.js, MySQL, MongoDB, Nats, GraphQL, TypeORM)</p>
</div>
</div>
<div class="halves">
<div class="left">
<h5>06-2020 - 09-2020</h5>
</div>
<div class="right">
<h4>Flutter Developer</h4>
<p>Ensocore, Kyiv</p>
<ul>
<li>
Compared and tested cross-platform mobile app technologies as possible solutions.
</li>
<li>
Developed cross-platform customer facing food delivery mobile application with multi-language support.
</li>
<li>Setted up communication with legacy third-party API.</li>
<li>Integrated Google Maps and geolocation services.</li>
<li>Added support for online payments.</li>
</ul>
<p>(Dart, Flutter, Google Maps, RxDart)</p>
</div>
</div>
<div class="halves">
<div class="left">
<h5>01-2020 - 05-2020</h5>
</div>
<div class="right">
<h4>React Native Developer</h4>
<p>Ensocore, Kyiv</p>
<p>
Implemented existing design for mobile application, setted up communication with third-party API.
</p>
<p>(React Native, TypeScript)</p>
</div>
</div>
<div class="halves">
<div class="left">
<h5>11-2018 - 12-2019</h5>
</div>
<div class="right">
<h4>Full Stack React Native Developer</h4>
<p>Ensocore, Kyiv</p>
<ul>
<li>
Researched and documented possible solutions for cross-platform mobile app,
created integration with legacy customer order system.
</li>
<li>
Developed multi-container API for React and React Native clients.
</li>
<li>Created and published mobile app.</li>
<li>Setted up payment system for local transactions.</li>
</ul>
<p>
(PHP, TypeScript, Slim, MySQL, React, React Native, RabbitMQ,
docker-compose)
</p>
</div>
</div>
<div class="halves">
<div class="left">
<h5>03-2018 - 11-2018</h5>
</div>
<div class="right">
<h4>Full Stack TypeScript Developer</h4>
<p>Ensocore, Kyiv</p>
<p>
Implemented Node.js API for the unusual table-like mobile quiz game editor.
Integrated existing database with new API.
</p>
<p>(TypeScript, Node.js, Express, React, MongoDB, docker-compose)</p>
</div>
</div>
<div class="halves">
<div class="left">
<h5>05-2017 - 03-2018</h5>
</div>
<div class="right">
<h4>Full Stack PHP Developer</h4>
<p>Ensocore, Kyiv</p>
<ul>
<li>
Communicated with client to understand specific system requirements..
Designed and delivered complex dashboard for:
</li>
<li>Customer review aggregation system</li>
<li>Managing new employees profiles</li>
<li>Displaying analytics about client provided services</li>
</ul>
<p>(PHP, Laravel, MySQL, Vagrant, Supervisord)</p>
</div>
</div>
<h2>Education</h2>
<div class="halves">
<div class="left">
<h5>09-2016 - 12-2018</h5>
</div>
<div class="right">
<h4>42 system: Software Engineering</h4>
<p>UNIT Factory - Kyiv</p>
</div>
</div>
<div class="halves">
<div class="left">
<h5>09-2014 - 05-2016</h5>
</div>
<div class="right">
<h4>Bachelor of Science (unfinished): Software Engineering</h4>
<p>National University Of Life And Environmental Science - Kyiv</p>
</div>
</div>
<div class="halves">
<div class="left">
<h5>05-2014 - 06-2014</h5>
</div>
<div class="right">
<h4>Audit: Linux Maintenance</h4>
<p>Linux Professional Institute - Kyiv</p>
</div>
</div>
<div class="halves">
<div class="left">
<h5>09-2010 - 05-2014</h5>
</div>
<div class="right">
<h4>Junior Specialist</h4>
<p>Irpin' Economic College - Irpin</p>
</div>
</div>
</body>
</html>