-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.tsx
271 lines (248 loc) · 9.23 KB
/
index.tsx
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
import { Resume } from '../types'
import {
faLinkedin,
faGithub,
faTelegram,
faNpm,
faTwitter,
} from '@fortawesome/free-brands-svg-icons'
import { SKILLS } from './SKILLS'
import { LOCATIONS } from './LOCATIONS'
import { LANGUAGES } from './LANGUAGES'
import { EXPERIENCES } from './EXPERIENCES'
import { EDUCATIONS } from './EDUCATIONS'
import { PROJECTS } from './PROJECTS'
import { CONTRIBUTIONS } from './CONTRIBUTIONS'
import { TECHNOLOGIES } from './TECHNOLOGIES'
export const WEBSITE = {
url:
process.env.NEXT_PUBLIC_URL ||
(process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : '') ||
'',
image: `${process.env.NEXT_PUBLIC_URL}/me.jpg`,
color: '#000',
name: 'Dmitrii Selikhov - CTO, Software Architect, Technical Lead',
title: 'Dmitrii Selikhov - CTO, Software Architect, Technical Lead',
email: '[email protected]',
linkedin: 'https://www.linkedin.com/in/dimetrix',
github: 'https://github.com/idimetrix',
npm: 'https://www.npmjs.com/~dimetrix',
telegram: 'https://t.me/dmitrii_selikhov',
twitter: 'https://x.com/idimetrix',
description: 'Dmitrii Selikhov - CTO, Software Architect, Technical Lead',
keywords: [
'cv',
'cv-creator',
'cv-builder',
'free-cv-builder',
'resume',
'resume-creator',
'resume-builder',
'free-resume-builder',
'react',
'react.js',
'next',
'next.js',
'tailwind',
'tailwind-ui',
'tailwind-css',
'javascript',
'typescript',
'HTML5',
'CSS3',
].join(', '),
about: 'Dmitrii Selikhov - CTO, Software Architect, Technical Lead',
phone: null,
}
export const RESUME: Resume = {
name: 'Dmitrii Selikhov',
nick: 'DI',
nameLink: 'https://www.linkedin.com/in/dimetrix',
initials: 'DS',
initialsLink: 'https://www.linkedin.com/in/dimetrix',
locations: LOCATIONS,
languages: LANGUAGES,
avatar: '/me.jpg',
avatarLink: 'https://www.linkedin.com/in/dimetrix',
summary: 'CTO, Software Architect, Technical Lead',
summaryLink: 'https://www.linkedin.com/in/dimetrix',
about: (
<div className="w-full flex flex-col gap-3">
<div>
With a <b>Master’s degree in Mathematics and Computer Science</b>{' '}
and over <b>15 years of professional experience (including MBA)</b>{' '}
in both startups and enterprises, I am a technical strategic leader
specializing in guiding products from initial concept to successful
launch. I excel in managing teams of up to 100 members, fostering
high-performance cultures, and driving innovation. My collaborative
leadership style enables me to engage effectively in both technical
and business discussions, whether internally or with clients. My
expertise spans <b>WEB2</b> and <b>WEB3</b> sectors, leveraging
technologies such as JavaScript/TypeScript (React.js, Next.js,
Vue.js, Nuxt.js, Svelte, Stencil, Angular) with CSR/SSR/SSG/SPA/PWA,
alongside back-end systems using Node.js, Nest.js, Go, Rust, and
Move. I am experienced in monolithic, microservices, and serverless
architectures deployed on AWS, Azure, and Google Cloud platforms.
</div>
<div>
<b>Competencies:</b> Architecture • Integration Strategy • 0 - 1
Product Development • API Design and Development • UI/UX Design and
Development • Software Development • Global/Local People Management
(Onshore/Offshore) • Product/Project Management • Process
Structuration and Optimization • Executive Leadership • Continuous
Improvements • Professional Services
</div>
<div>
<b>Stacks:</b> MERN • MEAN • LAMP • JAM • MEVN • PERN • ROR • MEEN •
ELK • WAMP • XAMPP • TALL • PWA • LEAN • FARM • SERN
</div>
</div>
),
aboutLink: 'https://www.linkedin.com/in/dimetrix',
// 3 points I can help
help: (
<div className="flex w-full flex-col gap-3">
<div className="flex w-full flex-col gap-1.5">
<h3 id="1-technical-strategy-and-vision">
1. <strong>Technical Strategy and Vision</strong>
</h3>
<ul className="">
<li>
<strong>
Architect and guide the overall technical direction
</strong>
: Define the technological roadmap aligned with the
company's goals. This includes selecting the right tech
stack, frameworks, and tools to future-proof the organization.
</li>
<li>
<strong>Research and innovation</strong>: Stay updated on
emerging technologies and trends to identify opportunities for
innovation and competitive advantage.
</li>
<li>
<strong>Scalability and sustainability</strong>: Ensure that
technical solutions are scalable and maintainable, promoting a
long-term vision for growth.
</li>
</ul>
</div>
<div className="flex w-full flex-col gap-1.5">
<h3 id="2-team-leadership-and-development">
2. <strong>Team Leadership and Development</strong>
</h3>
<ul className="">
<li>
<strong>Build and mentor a strong team</strong>: Guide the
technical team by fostering a culture of learning, innovation,
and accountability. Provide mentorship to developers to help
them grow their skills and become leaders themselves.
</li>
<li>
<strong>Efficient collaboration</strong>: Establish clear
communication channels, set team goals, and ensure proper
collaboration between developers, product managers, and
stakeholders.
</li>
<li>
<strong>Hiring and resource management</strong>: Lead the
recruitment process to bring in talent that fits both
technically and culturally. Allocate resources to ensure
efficient project delivery.
</li>
</ul>
</div>
<div className="flex w-full flex-col gap-1.5">
<h3 id="3-project-and-product-delivery">
3. <strong>Project and Product Delivery</strong>
</h3>
<ul className="">
<li>
<strong>Oversee project execution</strong>: Ensure timely and
high-quality delivery of products by monitoring development
cycles, managing risks, and removing blockers.
</li>
<li>
<strong>Quality assurance</strong>: Enforce best practices in
software development, including code reviews, testing, and
continuous integration and deployment (CI/CD).
</li>
<li>
<strong>Align technical efforts with business goals</strong>:
Balance technical debt with feature development to ensure the
team delivers value while maintaining codebase health.
</li>
</ul>
</div>
</div>
),
helpLink: 'https://www.linkedin.com/in/dimetrix',
website: 'https://www.linkedin.com/in/dimetrix',
contact: {
website: WEBSITE.url || '/',
call: 'https://calendly.com/dmitry-selikhov',
email: '[email protected]',
phone: '+1 829 957 6440',
cv: `${WEBSITE.url}/cv.pdf`,
resume: `${WEBSITE.url}/resume.pdf`,
linkedin: WEBSITE.linkedin,
github: WEBSITE.github,
npm: WEBSITE.npm,
telegram: WEBSITE.telegram,
twitter: WEBSITE.twitter,
socials: [
{
name: 'LinkedIn',
url: 'https://www.linkedin.com/in/dimetrix',
icon: faLinkedin,
},
{
name: 'Github',
url: 'https://github.com/idimetrix',
icon: faGithub,
},
{
name: 'Npm',
url: 'https://www.npmjs.com/~dimetrix',
icon: faNpm,
},
{
name: 'Telegram',
url: 'https://t.me/dmitrii_selikhov',
icon: faTelegram,
},
{
name: 'Twitter',
url: 'https://x.com/idimetrix',
icon: faTwitter,
},
],
},
technologies: TECHNOLOGIES,
experiences: EXPERIENCES,
educations: EDUCATIONS,
skills: SKILLS,
projects: PROJECTS,
contributions: CONTRIBUTIONS,
characteristics: [
'self-motivated',
'self-organized',
'self-conscious',
'self-control',
'responsible',
'honest',
'fair',
'hardworking',
'energetic',
'sociable',
'purposeful',
'resourcefulness',
'cheerfulness',
'patience',
'principles',
'decisive',
'careful',
'friendly',
'enjoy learning and teaching',
],
}