-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (122 loc) · 6.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Anastasiya Yaskevich CV</title>
<meta name="description" content="CV">
<meta name="author" content="Anastasiya Yaskevich">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
</head>
<body>
<h1>Anastasiya Yaskevich</h1>
<h2>React Native Developer</h2>
<div class="contacts">
Cracow, Poland<br />[email protected]
</div>
<h3>SUMMARY</h3>
<div class="summary">
I am a software engineer with over 8 years of experience, having spent the last 4 years focusing on mobile
development with React Native. I've worked on improving code quality, refactoring, and adding tests to ensure
stable application performance. I'm accustomed to working in teams and often take the initiative to clarify
task requirements and suggest process improvements. My English is at an Upper Intermediate level. I've also
contributed as a frontend mentor at Women In Tech Belarus, assisting newer developers in their learning journey.
</div>
<h3>EDUCATION</h3>
<div class="section">
<div class="date">09/2011 — 06/2016</div>
<div class="content-box">
<div class="subtitle">Belarusian State University of Informatics and Radioelectronics</div>
<div class="content">Bachelor's Degree in Computer Systems and Networks. Got specialization in Sotfware
for Information Technologies.
</div>
</div>
</div>
<h3>WORK EXPERIENCE</h3>
<div class="section">
<div class="date">04/2023 — 08/2023</div>
<div class="content-box">
<div class="subtitle">React Native Developer at Hard Rock Digital</div>
<div class="content">
I was involved in the development and successful launch of a gambling application with a prominent
casino feature. Collaborating with a team of nine React Native developers, I contributed to new
feature development, code refactoring, and implemented unit tests ensuring application stability.
I often clarified unclear task requirements to guide accurate development. In addition to coding,
I proposed a standardized code style document and Git strategy improvement to elevate the development
process. My initiative also led to a well-documented SDK integration process, setting the stage
for seamless onboarding of future developers.
</div>
</div>
</div>
<div class="section">
<div class="date">12/2019 — 12/2022</div>
<div class="content-box">
<div class="subtitle">React Native Developer at Loóna</div>
<div class="content">
Created an Android app for existing React Native iOS app with Unity, which included implementing
native modules and setting up a CI workflow. Also implemented features on React side. Did a side
project of creating a website in React from scratch by myself, that included infrastucture setup.
Done some infrastructural improvements, e.g. reducing repository size from 500+GB to 7GB. Took
part in an ongoing JavaScript to TypeScript migration as well as increasing Unit test coverage. Participated in
interviewing candidates for both mobile and frontend teams.
</div>
</div>
</div>
<div class="section">
<div class="date">06/2019 — 12/2019</div>
<div class="content-box">
<div class="subtitle">Android Developer at SolbegSoft</div>
<div class="content">Development of an SDK for a social video mobile application from scratch. Refactoring
of the main app. Used Kotlin, MVICore, Clean Architecture, Retrofit, RxJava 2, Toothpick.
</div>
</div>
</div>
<div class="section">
<div class="date">11/2018 — 03/2019</div>
<div class="content-box">
<div class="subtitle">Android Developer at iFuture</div>
<div class="content">Development and refactoring of a betting mobile application. Used Kotlin, MVI,
Clean Architecture, Retrofit, RxJava 2, Dagger 2, JUnit and Mockito. Optimized performance of a list
with complex components.
</div>
</div>
</div>
<div class="section">
<div class="date">03/2018 — 11/2018</div>
<div class="content-box">
<div class="subtitle">Android Developer at iFuture</div>
<div class="content">Development and refactoring of a client mobile application. Used Kotlin, Retrofit,
Room, RxJava 2, Dagger 2, MVP, Clean Architecture. Took part in implementation of Form Decorator
(transformed JSON of field appearance description into UI) and implemented demo app.
</div>
</div>
</div>
<div class="section">
<div class="date">07/2016 — 03/2018</div>
<div class="content-box">
<div class="subtitle">Frontend Developer at iFuture</div>
<div class="content">Development and refactoring of a betting mobile web application in JavaScript,
React.js and Redux. Support of Android wrapper app in Crosswalk.
</div>
</div>
</div>
<div class="section">
<div class="date">11/2015 — 07/2016</div>
<div class="content-box">
<div class="subtitle">Groovy Developer at iFuture</div>
<div class="content">Development and refactoring of a large betting web application and a CMS. Used
Groovy & Grails, MySQL, CoffeeScript, AngularJS, Redis.
</div>
</div>
</div>
<div class="section">
<div class="date">02/2015 — 11/2015</div>
<div class="content-box">
<div class="subtitle">Junior Groovy Developer at REID Consulting</div>
<div class="content">Creating small web apps including frontend part from scratch. Used
Groovy & Grails and Jenkins as CI. Worked by myself but had code review by a mentor.
</div>
</div>
</div>
</body>
</html>