Skip to content

Commit c0b6b26

Browse files
committed
update texts. fix typos. update styles
1 parent 018c886 commit c0b6b26

5 files changed

+171
-115
lines changed

Ivan Molochiy _ Software engineer.pdf

10.1 KB
Binary file not shown.

index.html

+22-19
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<h1>Ivan Molochiy</h1>
2525
<h2>Senior Software engineer</h2>
2626
</div>
27-
<div class="yui-u">
27+
<div class="yui-u" style="width: 28%;">
2828
<div class="contact-info">
2929
<h3><a id="pdf" href="Ivan%20Molochiy%20_%20Software%20engineer.pdf">Download PDF</a></h3>
3030
<h3><a href="mailto:[email protected]">[email protected]</a></h3>
@@ -37,18 +37,17 @@ <h3><a href="mailto:[email protected]">[email protected]</a></h3>
3737
<div class="yui-b">
3838
<div class="yui-gf">
3939
<div class="yui-u first">
40-
<h2>Profile</h2>
40+
<h2 class="section">Profile</h2>
4141
</div>
4242
<div class="yui-u">
4343
<p class="enlarge">
44-
I have more than 14 years of commertial experience in architectural design, development and maintaining microservices, web
45-
applications, REST API's and background services using (but not limited to) Golang and Java
44+
I bring over 14 years of commercial experience in architectural design, development, and maintenance of microservices, web applications, REST APIs, and background services, with expertise in Golang and Java. Throughout my career, I have consistently become a core member of the team, recognized as the go-to expert for project guidance, code reviews, and domain-specific knowledge. My collaborative approach and technical leadership have made me an integral part of delivering high-quality solutions in diverse and challenging environments.
4645
</p>
4746
</div>
4847
</div>
4948
<div class="yui-gf">
5049
<div class="yui-u first">
51-
<h2>Skills</h2>
50+
<h2 class="section">Skills</h2>
5251
</div>
5352
<div class="yui-u">
5453
<div class="talent">
@@ -79,14 +78,13 @@ <h2>Soft skills</h2>
7978

8079
<div class="talent">
8180
<h2>Project Direction</h2>
82-
<p>Proven ability to design, develop, fix and unit test a wide variety of projects
83-
in different domains</p>
81+
<p>Leading the design, development, and optimization of diverse projects across multiple domains, managing codebases of various sizes and complexities. Ensuring timely delivery, high-quality standards, and scalability, while aligning solutions with business objectives and stakeholder needs</p>
8482
</div>
8583
</div>
8684
</div>
8785
<div class="yui-gf">
8886
<div class="yui-u first">
89-
<h2>Experience</h2>
87+
<h2 class="section">Experience</h2>
9088
</div>
9189
<div class="yui-u">
9290
<div class="job">
@@ -95,23 +93,27 @@ <h3>Senior Golang Developer</h3>
9593
<h4>2020-now</h4>
9694
<p>
9795
<h5>Kyivstar Open Telecom</h5>
98-
Architectural design, feature planning and development, support and maintanance of developer portal and API gateway for telecom
99-
platform<br>
100-
Planning and prioritizing project tasks and features<br>
101-
Identification and mitigation of potential risks or roadblocks<br>
102-
Providing technical guidance and mentorship to engineers<br>
103-
Conducting code reviews and setting coding standards and best practices<br>
96+
Lead the architectural design, feature planning, development, and ongoing support of the developer portal and API gateway for a telecom platform<br>
97+
Drive the planning and prioritization of project tasks and feature development, ensuring timely delivery and alignment with strategic business goals<br>
98+
Proactively identify and mitigate potential risks or roadblocks, ensuring smooth project execution and minimizing delays<br>
99+
Provide technical guidance and mentorship to engineering team, fostering a collaborative and growth-oriented environment<br>
100+
Conduct thorough code reviews, establish coding standards, and implement best practices to ensure high-quality, maintainable code<br>
104101
</p>
105102
</div>
106103
<div class="job">
107-
<h2>Contractor</h2>
108-
<h3>Senior Golang Developer</h3>
104+
<h2>Independent Contractor</h2>
105+
<h3>Fullstack Golang Developer</h3>
109106
<h4>2019-2020</h4>
110107
<p>
111108
<h5>Teaching strategies</h5>
112109
Feature development and bugfix of teaching process management solution<br>
113110
Developed and supported features for planning studies and learning process
114111
</p>
112+
<p>
113+
<h3>Android app developer</h3>
114+
<h5>Freelance Android app development</h5>
115+
Developed Android application for navigation and displaying bonded content<br>
116+
</p>
115117
</div>
116118
<div class="job">
117119
<h2>Edvantis</h2>
@@ -184,16 +186,17 @@ <h5>Nice Systems</h5>
184186
</div>
185187
<div class="yui-gf">
186188
<div class="yui-u first">
187-
<h2>Education</h2>
189+
<h2 class="section">Education</h2>
188190
</div>
189191
<div class="yui-u">
190192
<h2>Ivan Franko National University of Lviv</h2>
191193
<h3>Master of Applied Mathematics and Informatics</h3>
192194
</div>
193195
</div>
196+
<br>
194197
<div class="yui-gf">
195198
<div class="yui-u first">
196-
<h2>Personal activities</h2>
199+
<h2 class="section">Other activities</h2>
197200
</div>
198201
<div class="yui-u">
199202
<ul class="talent">
@@ -215,7 +218,7 @@ <h2>Personal activities</h2>
215218
</div>
216219
<div class="yui-gf last">
217220
<div class="yui-u first">
218-
<h2>Links</h2>
221+
<h2 class="section">Links</h2>
219222
</div>
220223
<div class="yui-u">
221224
<li>Up-to-date CV: <a href="https://iamgoroot.github.io">iamgoroot.github.io</a></li>

pdf_adjustments.css

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
a#pdf {
2+
opacity: 0;
3+
}
4+
5+
6+
#inner {
7+
margin: 0;
8+
border: 0;
9+
border-radius: 0;
10+
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
11+
}

reset-fonts-grids.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)