-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (163 loc) · 7.57 KB
/
Copy pathindex.html
File metadata and controls
167 lines (163 loc) · 7.57 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description"
content="Karen Oganesian — Full-stack Software Engineer specialising in React, TypeScript, Java, Python and .NET.">
<title>Karen Oganesian — Full-stack Software Engineer</title>
<link rel="stylesheet" href="src/css/style.css">
<link rel="alternate" hreflang="de" href="de/">
</head>
<body>
<header class="site-header"><a class="brand" href="#top">KO<span>.</span></a>
<nav><a href="#about">About</a><a href="#work">Work</a><a href="#skills">Skills</a><a href="#contact">Contact</a><a
class="language" href="de/index.html" lang="de">DE</a></nav>
</header>
<main id="top">
<section class="hero">
<div class="hero-copy">
<p class="eyebrow">Full-stack Software Engineer · Wolfsburg, Germany</p>
<h1>Building reliable software for complex, real-world systems.</h1>
<p class="lead">I am Karen Oganesian, a software engineer with 7+ years of experience in enterprise and
automotive software. I work across React and TypeScript frontends, Java and Python backends, .NET desktop
applications, and quality-focused delivery pipelines.</p>
<div class="actions"><a class="button" href="#work">Selected work</a><a class="text-link"
href="https://www.linkedin.com/in/karen-oganesian-b1366a238/" target="_blank" rel="noreferrer">LinkedIn
↗</a>
</div>
</div>
<aside class="profile-panel"><img src="src/img/profilepic.jpg" alt="Portrait of Karen Oganesian">
<dl>
<div>
<dt>Focus</dt>
<dd>Full-stack development</dd>
</div>
<div>
<dt>Core stack</dt>
<dd>React · Java · .NET</dd>
</div>
<div>
<dt>Current role</dt>
<dd>Softwareentwickler at IAV</dd>
</div>
</dl>
</aside>
</section>
<section id="about" class="section intro">
<p class="eyebrow">Profile</p>
<div class="two-column">
<h2>From reusable frontend platforms to full-stack operational tools.</h2>
<p>I enjoy turning complex domain workflows into maintainable software. My work combines practical product
delivery with a strong focus on clean architecture, automated testing, access control, and developer
experience. I contribute through regular code reviews and have supported onboarding within project teams.</p>
</div>
</section>
<section id="work" class="section">
<div class="section-heading">
<p class="eyebrow">Selected work</p>
<h2>Enterprise delivery and public work</h2>
<p>Client work is described without client or product identifiers.</p>
</div>
<div class="cards">
<article class="card featured">
<p class="tag">Public · IAV</p>
<h3>IAV Frontend Framework</h3>
<p>Contributor to a React-based UI framework and design-system foundation adopted across 10+ enterprise web
applications. I co-developed reusable, accessible components, supported integrations, and helped establish
code-quality standards.</p>
<ul>
<li>React · TypeScript · CI/CD · SonarQube</li>
<li>Reusable components and accessibility standards</li>
</ul><a class="text-link" href="https://github.com/iavofficial/IAVFrontendFramework" target="_blank"
rel="noreferrer">View the open-source project ↗</a>
</article>
<article class="card">
<p class="tag">Full-stack · Enterprise</p>
<h3>Technical data management platform</h3>
<p>Owned core data-management modules from React UI components through Django REST APIs, role-based access,
and object storage. A containerised six-service local stack reduced onboarding from days to under 30
minutes.</p>
<ul>
<li>React 18 · Django · MySQL · Keycloak · MinIO</li>
<li>Docker · Jest · pytest · GitLab CI</li>
</ul>
</article>
<article class="card">
<p class="tag">Full-stack · Enterprise</p>
<h3>Test-facility operations system</h3>
<p>Implemented ticket workflows, resource-status tracking, and database migrations across a Spring Boot
backend and UI5 frontend. The application centralises operational information for multiple engineering
teams.</p>
<ul>
<li>Java · Spring Boot · MongoDB · Mongock</li>
<li>SAP UI5 · Keycloak · JUnit · Docker</li>
</ul>
</article>
<article class="card">
<p class="tag">Public demo · Personal work</p>
<h3>Budget Tracker & Recipe Roulette</h3>
<p>A portfolio-safe React demo with fictional data and browser-only state. It demonstrates a small, deployable
product experience without exposing private services, credentials, or personal data.</p>
<ul>
<li>React · TypeScript · Vite</li>
<li>Static deployment · safe demo data</li>
</ul><a class="text-link" href="https://oganesian.github.io/firebase-playground-demo/" target="_blank"
rel="noreferrer">Open the live demo ↗</a>
</article>
</div>
</section>
<section id="skills" class="section skills-section">
<p class="eyebrow">Capabilities</p>
<h2>A practical full-stack toolkit.</h2>
<div class="skill-grid">
<div>
<h3>Frontend</h3>
<p>React, TypeScript, JavaScript, Vite, Material UI, SAP UI5 / OpenUI5, HTML & CSS</p>
</div>
<div>
<h3>Backend & desktop</h3>
<p>C#, .NET, WPF, Java, Spring Boot</p>
</div>
<div>
<h3>Data & security</h3>
<p>MySQL, MongoDB, SQL, Keycloak, OAuth2/JWT, RBAC, S3-compatible storage</p>
</div>
<div>
<h3>Quality & delivery</h3>
<p>Docker, GitLab CI, SonarQube, Jest, React Testing Library, JUnit, Git</p>
</div>
</div>
</section>
<section class="section credentials">
<p class="eyebrow">Credentials</p>
<div class="credential-grid">
<div>
<h3>Professional Scrum Developer I</h3>
<p>Scrum.org · 2024 · <a
href="https://www.credly.com/badges/79cda536-2e84-48ca-9e25-98499e7ac5cd/linked_in_profile"
target="_blank" rel="noreferrer">Verify ↗</a></p>
</div>
<div>
<h3>AWS Certified Cloud Practitioner</h3>
<p>Valid May 2025 – May 2028 · <a
href="https://cp.certmetrics.com/amazon/en/public/verify/credential/0c1cec94dc75482790e596e198367c10"
target="_blank" rel="noreferrer">Verify ↗</a></p>
</div>
<div>
<h3>iSAQB CPSA-F</h3>
<p>Certified Professional for Software Architecture · 2023<br>Credential ID: 2301-CPSAFL-232903-DE</p>
</div>
</div>
</section>
<section id="contact" class="section contact">
<p class="eyebrow">Contact</p>
<h2>Let’s build something dependable.</h2>
<p>Open to full-stack software engineering opportunities.</p>
<div class="actions"><a class="button" href="mailto:oganesian.karen.post@gmail.com">Email me</a><a
class="text-link" href="https://github.com/Oganesian" target="_blank" rel="noreferrer">GitHub ↗</a></div>
</section>
</main>
<footer>© 2026 Karen Oganesian · <a href="de/" lang="de">Deutsch</a></footer>
</body>
</html>