-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_en.html
More file actions
52 lines (52 loc) · 2.71 KB
/
index_en.html
File metadata and controls
52 lines (52 loc) · 2.71 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="main.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<div class="container">
<div class="language-switcher">
<img class="flag" src="en.png" alt="English" onclick="switchLanguage('en')">
<img class="flag" src="ru.png" alt="Russian" onclick="switchLanguage('ru')">
</div>
<img src="https://avatars.githubusercontent.com/u/57572572?v=4" alt="Profile Picture" class="profile-pic" width="250" height="250">
<div class="social-icons">
<a href="https://github.com/JustWorking42" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://linkedin.com/in/jw42" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://t.me/Just_Working42" target="_blank"><i class="fab fa-telegram"></i></a>
</div>
<h1 id="about-me">About Me</h1>
<p>My name is Herman.</p>
<h2>Introduction</h2>
<p class="type-animation">
I'm an experienced Android Developer with a strong background in Kotlin and Java. I've been working in the tech industry since 2020, primarily focusing on mobile application development. I have a deep understanding of various technologies and frameworks such as RxJava 2, Dagger 2, Retrofit, Cicerone Navigation, Realm, and Android Architecture Components. I'm also familiar with Clean Architecture, MVVM, MVP, and the SCRUM project management method. I'm passionate about creating intuitive, user-friendly applications that make a difference in people's lives.
</p>
<h2>Experience</h2>
<h3>MTS Bank (ex MTS Money) - PFM Team</h3>
<p>Role: Android Developer</p>
<p>Aug 2020 - Present</p>
<p>Associated with MTS Digital (MTS Group)</p>
<p>Online banking/eWallet app. >1M total users.</p>
<p>Personal Finance Management team, 2 android devs. >40 android devs in total on a project.</p>
<p>Project management method - SCRUM</p>
<h2>Technologies</h2>
<ul>
<li>Kotlin/Java (java legacy, in work Kotlin 100%)</li>
<li>RxJava 2</li>
<li>Dagger 2</li>
<li>REST: Retrofit</li>
<li>Cicerone Navigation, Custom navigation framework</li>
<li>Realm</li>
<li>Android Architecture Components</li>
<li>Clean Architecture, MVVM, MVP</li>
<li>SCRUM project management method</li>
</ul>
</div>
<div class="container second-container">
<h2>My Projects</h2>
<p>Projects</p>
</div>
</body>
</html>