-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.ts
More file actions
352 lines (336 loc) · 16.8 KB
/
Copy pathconstants.ts
File metadata and controls
352 lines (336 loc) · 16.8 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
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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
import { Job, Project, KnowledgeItem, ArticleItem, LabItem, GraphData } from './types';
export const NAV_LINKS = [
{ name: 'About', href: '#about' },
{ name: 'Experience', href: '#experience' },
{ name: 'Skills & Data', href: '#skills' },
{ name: 'Projects', href: '#projects' },
{ name: 'Labs', href: '#labs' },
{ name: 'Knowledge Base', href: '#knowledge' },
{ name: 'Articles', href: '#articles' },
];
export const SOCIAL_LINKS = {
email: 'andreydunaev1@gmail.com',
linkedin: 'https://www.linkedin.com/in/andreydunaev',
phone: '+381698015343'
};
export const JOBS: Job[] = [
{
id: 'comita',
company: 'Comita Technics',
title: 'Chief Engineering Expert (Planning, Monitoring & Reporting)',
period: 'Aug 2025 — Present',
location: 'Serbia',
description: [
'Coordinate engineering activities, project monitoring, reporting, RFQ documentation, vendor communication, and follow-up control for energy infrastructure projects.',
'Connect clients, design institutes, subcontractors, vendors, and internal teams through structured documentation, planning discipline, and reliable reporting.',
'Prepare and coordinate RFQ packages, support technical clarifications, review vendor inputs, and monitor open issues through closure.',
'Developed a Python/Django-based internal system for meeting protocols, issue tracking, action item control, task filtering, discussion history, and automated XLSX reporting.',
'Built tools for maintenance report processing, documentation package preparation, file sorting, Excel-template population, archive generation, and structured logging.'
],
technologies: ['Python', 'Django', 'RFQ Packages', 'Vendor Coordination', 'Issue Tracking', 'XLSX Reporting']
},
{
id: 'idc-2',
company: 'IDC d.o.o.',
title: 'Chief Engineering Expert (Project Management)',
period: 'Mar 2022 — Aug 2025',
location: 'Belgrade, Serbia',
description: [
'Provided comprehensive technical support for project and operational documentation, including pre-commissioning for main gas pipelines and compressor stations.',
'Reviewed subcontractor reports, monitored recurring maintenance issues, and automated comment sheet generation with Python.',
'Developed Python-based graphical tools for big data trend analysis and equipment status monitoring.',
'Created detailed equipment maintenance checklists based on manufacturer documentation.',
'Prepared analytical data and technical conclusions for EPC contract documentation to resolve disputes.',
'Produced ~120 visual analytical reports comparing design vs. as-built conditions for legal claims.',
'Updated ~350 as-built documents, including mechanical drawings, electrical diagrams, instrumentation, automation tables, and settings.'
],
technologies: ['Python', 'Big Data', 'EPC Contracts', 'As-built Docs', 'Checklist Automation']
},
{
id: 'idc-1',
company: 'IDC d.o.o.',
title: 'Chief Engineering Expert (Implementation)',
period: 'Mar 2019 — Mar 2022',
location: 'Belgrade, Serbia',
description: [
'Coordinated implementation of a 400km main gas pipeline and compressor station.',
'Oversaw FEED documentation and Detailed Design finalization.',
'Managed coordination among design institutes (Saipem, Giprogaztsentr, etc.), processing ~20,000 documents.',
'Implemented MDR/MDI procedures for automated data storage.',
'Coordinated RFQ processes, procurement packages, and vendor relations to align manufacturers with project requirements.',
'Participated in HAZOP reviews and ensured PED, ATEX, Ex, CE compliance.'
],
technologies: ['Project Coordination', 'FEED', 'RFQ', 'MDR/MDI', 'Vendor Management']
},
{
id: 'gazprom',
company: 'OOO "Gazprom Invest"',
title: 'Junior Project Coordinator',
period: 'Sep 2015 — Sep 2017',
location: 'St. Petersburg, Russia',
description: [
'Coordinated a portfolio of 8+ large-scale gas infrastructure projects valued between $30M and $23B.',
'Boosted forecast accuracy by 5-10% through validated cost estimates.',
'Reduced potential timeline slippage by 5-10% through early risk identification.',
'Maintained ~250 stakeholder meetings with a 93-95% action item completion rate.'
],
technologies: ['Portfolio Management', 'Risk Assessment', 'Cost Estimation', 'Stakeholder Mgmt']
},
{
id: 'kuban',
company: 'Kubanvodproekt OJSC',
title: 'Lead Design Engineer',
period: 'Oct 2014 — Aug 2015',
location: 'Krasnodar, Russia',
description: [
'Participated in creating a new trunk pipeline design department.',
'Performed technical expertise of design solutions to optimize costs.',
'Provided technical support to customer inspectors.'
],
technologies: ['Trunk Pipelines', 'Design Optimization', 'Department Setup']
},
{
id: 'yuzh-1',
company: 'YUZHNIIGIPROGAZ PJSC',
title: 'Lead Design Engineer',
period: 'Aug 2008 — Oct 2014',
location: 'Donetsk, Ukraine',
description: [
'Worked on "South Stream" and "Bovanenkovo–Ukhta" GTS.',
'Implemented 3D design solutions increasing productivity by 50%.',
'Optimized design processes by linking Excel and AutoCAD.',
'Designed intake terminals, pig launcher/receivers, and valve assemblies in SolidWorks.'
],
technologies: ['SolidWorks', 'AutoCAD', '3D Modeling', 'South Stream', 'Excel Automation']
}
];
export const PROJECTS: Project[] = [
{
id: 'slotbot-booking-landing',
title: 'SlotBot: Telegram Booking Landing',
description: 'A static landing page concept for a Telegram-based booking assistant: clients browse services, prices, and available slots, then book directly through Telegram.',
tools: ['HTML', 'Landing Page', 'Telegram Bot', 'Booking Automation', 'Static Site'],
link: 'https://dun4ev.github.io/slotbot-booking-landing/',
image: '/images/projects/slotbot-booking-landing.png',
category: 'Interactive Web App',
role: 'Concept Designer',
status: 'Demo Landing',
impact: 'Shows how a small business can combine a static website with Telegram booking to reduce manual scheduling'
},
{
id: 'electricity-theft-detector',
title: 'EnergyGuard AI: Electricity Theft Detector',
description: 'An interactive MVP concept for non-invasive electricity theft detection using feeder balance, pole-mounted split sensors, UAV thermal inspection, GIS topology, and AI-assisted anomaly localization.',
tools: ['HTML', 'Interactive UI', 'Energy Analytics', 'GIS', 'AI Concept'],
link: 'https://dun4ev.github.io/electricity-theft-detector/index.html',
image: '/images/projects/electricity-theft-detector.png',
category: 'Interactive Web App',
role: 'Concept Designer',
status: 'MVP Concept',
impact: 'Demonstrates a practical architecture for detecting commercial electricity losses without entering private properties'
},
{
id: 'auto-comment-sheets',
title: 'TOiR Reporting Automation',
description: 'A Python-based automation tool designed to streamline the creation of engineering reports and technical documentation.',
tools: ['Python', 'Pandas', 'OpenPyXL', 'Automation'],
link: 'https://github.com/Dun4ev/toir_tra_report',
image: '/images/projects/documentation-generator.png',
category: 'Automation',
role: 'Creator',
status: 'Production-ready',
impact: 'Reduced routine report preparation from minutes to seconds'
},
{
id: 'pipeline-analytics',
title: 'TOiR Documentation Dispatcher',
description: 'An intelligent Python utility for automatically distributing incoming project PDF reports into target directories with automated transliteration and logging.',
tools: ['Python', 'Tkinter', 'JSONL', 'Automation'],
link: 'https://github.com/Dun4ev/toir_raspredelenije_report',
image: '/images/projects/pipeline-analytics.png',
category: 'Documentation',
role: 'Creator',
status: 'Internal tool',
impact: 'Automated PDF routing and operation logging for engineering document flows'
},
{
id: 'portfolio-v2',
title: 'AI-Powered PDF Search Engine',
description: 'A semantic search and question-answering system for PDF documents using RAG architecture and LLMs.',
tools: ['Python', 'LLM', 'RAG', 'FAISS', 'LangChain'],
link: 'https://github.com/Dun4ev/ai-pdf-search-system',
image: '/images/projects/portfolio-website.png',
category: 'AI / RAG',
role: 'Creator',
status: 'Prototype',
impact: 'Turns local technical PDFs into searchable, grounded answers'
},
{
id: 'graf-html',
title: 'Interactive Trend Visualization',
description: 'A Python-based toolkit for converting raw Excel/CSV data into interactive HTML plots using Dash and Plotly.',
tools: ['Python', 'Dash', 'Plotly', 'Pandas'],
link: 'https://github.com/Dun4ev/graf_html',
image: '/images/projects/pipeline-analytics.png',
category: 'Data Visualization',
role: 'Creator',
status: 'Reusable toolkit',
impact: 'Converts raw Excel and CSV data into interactive engineering trend views'
}
];
export const KNOWLEDGE_ITEMS: KnowledgeItem[] = [
{
id: 'karpathy-agent-guide',
title: 'Software Engineering Agent Guide',
description: 'A visual guide to working with AI coding agents: task definition, planning, iterative delivery, quality checks, integration, and follow-up improvement loops.',
category: 'AI Agents',
format: 'Interactive HTML',
href: '/knowledge-base/karpathy-agent-guide/index.html',
tags: ['AI Agents', 'Coding Workflow', 'Delivery', 'Quality Checks']
}
];
export const ARTICLES: ArticleItem[] = [
{
id: 'ai-architectural-presentation',
title: 'From Idea to Concept Site in Hours: AI and Early Architectural Presentation',
description: 'How AI can turn an early architectural idea into a presentable digital pitch with images, video, narrative structure, and a shareable website.',
category: 'AI & Architecture',
date: 'Apr 30, 2026',
readTime: '3 min read',
href: 'https://medium.com/@andreydunaev1/from-idea-to-concept-site-in-hours-ai-and-early-architectural-presentation-c10aadc681a9',
tags: ['AI', 'Architecture', 'Website', 'Concept'],
highlight: 'Idea -> images -> video -> landing page -> publication'
},
{
id: 'pdf-busywork-automation',
title: 'How We Tamed `.pdf` and Saved Hours of Busywork',
description: 'A practical story about replacing manual PDF folder handling with a Python conveyor, structured logs, flexible paths, and operator-friendly automation.',
category: 'Automation',
date: 'Nov 12, 2025',
readTime: '4 min read',
href: 'https://medium.com/@andreydunaev1/how-we-tamed-pdf-and-saved-hours-of-busywork-c131a65ad1e5',
tags: ['Python', 'PDF', 'Documentation', 'Workflow'],
highlight: '59 reports: from 25 minutes of focus to one controlled run'
},
{
id: 'it-levels-l0-l11',
title: 'IT levels, what L0-L11 levels are hiding in large companies',
description: 'A compact explanation of engineering career levels, responsibilities, impact, compensation ranges, and what usually signals readiness for the next step.',
category: 'Career Frameworks',
date: 'Jul 23, 2025',
readTime: '3 min read',
href: 'https://medium.com/@andreydunaev1/it-levels-what-l0-l11-levels-are-hiding-in-large-companies-7ba457d8021e',
tags: ['Career', 'Engineering Levels', 'Leadership', 'Growth'],
highlight: 'L0-L11 as a map of responsibility, influence, and impact'
}
];
export const LABS: LabItem[] = [
{
id: 'vegaboost-business-overview',
title: 'VegaBoost Business Overview',
description: 'A lightweight business presentation site for quickly explaining a product idea, commercial logic, and key project signals in a shareable format.',
category: 'Business Presentation',
date: 'Jun 2026',
href: 'https://vegaboost-business-overview.netlify.app/',
tags: ['Business Overview', 'Presentation Site', 'Netlify'],
status: 'Live demo',
highlight: 'Turns a compact business concept into a clear web-based presentation.'
},
{
id: 'tank-nitrogen-blanketing',
title: 'Tank Nitrogen Blanketing',
description: 'An interactive engineering report about nitrogen blanketing for atmospheric storage tanks, including process physics, pressure limits, safety notes, and economic reasoning.',
category: 'Engineering Report',
date: 'May 2026',
href: 'https://dun4ev.github.io/2026-05-26_tank-nitrogen-blanketing/',
tags: ['Engineering', 'Interactive Report', 'Storage Tanks'],
status: 'Published',
highlight: 'Combines technical explanation, interactive presentation, and decision support.'
}
];
export const D3_DATA: GraphData = {
nodes: [
// Groups: 1=Engineering, 2=Data/Tech, 3=Management
{ id: "Engineering", group: 1, radius: 30 },
{ id: "Project Mgmt", group: 3, radius: 25 },
{ id: "Data & AI", group: 2, radius: 25 },
// Engineering
{ id: "Gas Pipelines", group: 1, radius: 18 },
{ id: "Compressor St.", group: 1, radius: 18 },
{ id: "UGS", group: 1, radius: 14 },
{ id: "FEED", group: 1, radius: 15 },
{ id: "Detailed Design", group: 1, radius: 15 },
{ id: "HAZOP", group: 1, radius: 12 },
{ id: "Regulatory", group: 1, radius: 15 }, // PED, ATEX, CE
{ id: "3D Modeling", group: 1, radius: 15 },
// Tech / Tools
{ id: "Python", group: 2, radius: 18 },
{ id: "Big Data", group: 2, radius: 15 },
{ id: "Power Query", group: 2, radius: 15 },
{ id: "Automation", group: 2, radius: 18 },
{ id: "Prompt Eng", group: 2, radius: 15 },
{ id: "Django", group: 2, radius: 12 },
{ id: "AutoCAD", group: 1, radius: 12 },
{ id: "SolidWorks", group: 1, radius: 12 },
{ id: "Kompas 3D", group: 1, radius: 10 },
// Management
{ id: "EPC Contracts", group: 3, radius: 15 },
{ id: "Stakeholder Mgmt", group: 3, radius: 15 },
{ id: "RFQ Packages", group: 3, radius: 14 },
{ id: "Vendor Docs", group: 3, radius: 14 },
{ id: "Issue Tracking", group: 3, radius: 14 },
{ id: "Planning & Reporting", group: 3, radius: 14 },
{ id: "Risk Mgmt", group: 3, radius: 12 },
{ id: "Doc Control", group: 3, radius: 12 }, // MDR/MDI
{ id: "Cost Est.", group: 3, radius: 12 }
],
links: [
// Engineering Center
{ source: "Engineering", target: "Gas Pipelines", value: 5 },
{ source: "Engineering", target: "Compressor St.", value: 5 },
{ source: "Engineering", target: "UGS", value: 3 },
{ source: "Engineering", target: "FEED", value: 4 },
{ source: "Engineering", target: "Detailed Design", value: 4 },
{ source: "Engineering", target: "Regulatory", value: 3 },
{ source: "Engineering", target: "3D Modeling", value: 4 },
{ source: "Engineering", target: "HAZOP", value: 3 },
// 3D Modeling Tools
{ source: "3D Modeling", target: "AutoCAD", value: 3 },
{ source: "3D Modeling", target: "SolidWorks", value: 3 },
{ source: "3D Modeling", target: "Kompas 3D", value: 2 },
// Mgmt Center
{ source: "Project Mgmt", target: "Engineering", value: 5 },
{ source: "Project Mgmt", target: "EPC Contracts", value: 4 },
{ source: "Project Mgmt", target: "Stakeholder Mgmt", value: 4 },
{ source: "Project Mgmt", target: "RFQ Packages", value: 4 },
{ source: "Project Mgmt", target: "Vendor Docs", value: 4 },
{ source: "Project Mgmt", target: "Issue Tracking", value: 4 },
{ source: "Project Mgmt", target: "Planning & Reporting", value: 4 },
{ source: "Project Mgmt", target: "Risk Mgmt", value: 3 },
{ source: "Project Mgmt", target: "Doc Control", value: 3 },
{ source: "Project Mgmt", target: "Cost Est.", value: 3 },
// Data Center
{ source: "Data & AI", target: "Python", value: 5 },
{ source: "Data & AI", target: "Big Data", value: 4 },
{ source: "Data & AI", target: "Power Query", value: 4 },
{ source: "Data & AI", target: "Automation", value: 5 },
{ source: "Data & AI", target: "Prompt Eng", value: 4 },
{ source: "Data & AI", target: "Django", value: 3 },
// Cross-Domain
{ source: "Automation", target: "Doc Control", value: 4 }, // Python for docs
{ source: "Automation", target: "Engineering", value: 3 }, // Checklists
{ source: "Automation", target: "Issue Tracking", value: 3 },
{ source: "Vendor Docs", target: "RFQ Packages", value: 3 },
{ source: "Big Data", target: "Risk Mgmt", value: 3 }, // Analytics for risk
{ source: "Data & AI", target: "Project Mgmt", value: 3 },
{ source: "Regulatory", target: "Doc Control", value: 2 },
]
};
export const SKILL_METRICS = [
{ name: 'Project Mgmt', value: 95, fullMark: 100 },
{ name: 'Pipeline Design', value: 90, fullMark: 100 },
{ name: 'Python/Automation', value: 75, fullMark: 100 },
{ name: 'Regulatory (ATEX/CE)', value: 85, fullMark: 100 },
{ name: 'Data Analysis', value: 80, fullMark: 100 },
{ name: '3D Modeling', value: 85, fullMark: 100 },
];