-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
259 lines (237 loc) · 8.89 KB
/
index.html
File metadata and controls
259 lines (237 loc) · 8.89 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Grzegorz Gajos | Architect of Reliability | Senior Software Engineer
</title>
<meta
name="description"
content="Grzegorz Gajos - Senior Software Engineer with 16+ years of experience. Co-founder of Open Tangerine, Software Engineer at Allegro. Expert in Java, JavaScript, microservices architecture, and building scalable distributed systems."
/>
<meta
name="keywords"
content="Grzegorz Gajos, Software Engineer, Java, JavaScript, Grails, Microservices, Backend Developer, Open Tangerine, Allegro, 7N, Software Architecture, Full Stack Developer"
/>
<meta name="author" content="Grzegorz Gajos" />
<!-- Open Graph / Social Media -->
<meta property="og:type" content="profile" />
<meta
property="og:title"
content="Grzegorz Gajos | Architect of Reliability"
/>
<meta
property="og:description"
content="Senior Software Engineer with 16+ years of experience. Building scalable distributed systems and reliable software solutions."
/>
<meta property="og:url" content="https://ggajos.github.io" />
<meta property="profile:first_name" content="Grzegorz" />
<meta property="profile:last_name" content="Gajos" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta
name="twitter:title"
content="Grzegorz Gajos | Architect of Reliability"
/>
<meta
name="twitter:description"
content="Senior Software Engineer with 16+ years of experience"
/>
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;900&family=Rajdhani:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap"
rel="stylesheet"
/>
<!-- Structured Data for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Grzegorz Gajos",
"url": "https://ggajos.github.io",
"sameAs": [
"https://www.linkedin.com/in/ggajos",
"https://opentangerine.com"
],
"jobTitle": "Senior Software Engineer",
"worksFor": [
{
"@type": "Organization",
"name": "Allegro"
},
{
"@type": "Organization",
"name": "Open Tangerine"
}
],
"email": "gagreg@gmail.com",
"description": "Senior Software Engineer with 16+ years of experience specializing in scalable backend solutions, microservices architecture, and distributed systems. Co-founder of Open Tangerine.",
"knowsAbout": [
"Java",
"JavaScript",
"Grails",
"Microservices",
"Backend Development",
"Software Architecture",
"Distributed Systems",
"API Design"
],
"alumniOf": "Software Engineering",
"award": "16+ years of professional experience"
}
</script>
<script type="module" crossorigin src="/assets/main-CIQ0tNG0.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-_gkj_T4d.css">
</head>
<body class="loading">
<div class="white-overlay"></div>
<video id="video-bg" autoplay loop muted playsinline preload="auto">
<source src="/resources/background.mp4" type="video/mp4" />
</video>
<div class="film-grain"></div>
<canvas id="matrix-glitch" class="signal-glitch"></canvas>
<div class="letterbox top"></div>
<div class="letterbox bottom"></div>
<div class="edge-glow"></div>
<div class="hud-frame">
<div class="hud-corner tl"></div>
<div class="hud-corner tr"></div>
<div class="hud-corner bl"></div>
<div class="hud-corner br"></div>
</div>
<!-- Minimal HUD Overlay -->
<div class="hud-overlay">
<!-- Neural Network Visualization -->
<svg
class="neural-net"
viewBox="0 0 200 200"
xmlns="http://www.w3.org/2000/svg"
>
<!-- Connections -->
<line x1="40" y1="50" x2="100" y2="80" class="neural-connection" />
<line x1="40" y1="50" x2="100" y2="120" class="neural-connection" />
<line x1="40" y1="150" x2="100" y2="80" class="neural-connection" />
<line x1="40" y1="150" x2="100" y2="120" class="neural-connection" />
<line x1="100" y1="80" x2="160" y2="100" class="neural-connection" />
<line x1="100" y1="120" x2="160" y2="100" class="neural-connection" />
<!-- Nodes -->
<circle cx="40" cy="50" r="4" class="neural-node input" />
<circle cx="40" cy="150" r="4" class="neural-node input" />
<circle cx="100" cy="80" r="4" class="neural-node hidden" />
<circle cx="100" cy="120" r="4" class="neural-node hidden" />
<circle cx="160" cy="100" r="4" class="neural-node output" />
<!-- Pulse animations -->
<circle cx="40" cy="50" r="4" class="neural-pulse" />
<circle
cx="100"
cy="80"
r="4"
class="neural-pulse"
style="animation-delay: 0.3s"
/>
<circle
cx="160"
cy="100"
r="4"
class="neural-pulse"
style="animation-delay: 0.6s"
/>
</svg>
</div>
<div class="ai-cursor">
<div class="ai-cursor-ring"></div>
<div class="ai-cursor-ring secondary"></div>
<div class="ai-cursor-core"></div>
<div class="ai-cursor-scan"></div>
</div>
<div id="app"></div>
<!-- SEO-Friendly Content (hidden but accessible to search engines) -->
<div
style="
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
"
>
<h1>Grzegorz Gajos - Senior Software Engineer</h1>
<h2>Professional Summary</h2>
<p>
I'm Grzegorz Gajos, a Senior Software Engineer with over 16 years of
experience in building scalable, reliable distributed systems. I
specialize in backend development, microservices architecture, and
creating robust software solutions that power business-critical
applications.
</p>
<h2>Current Positions</h2>
<article>
<h3>Software Engineer at Allegro (2021 - Present)</h3>
<p>
Software Engineer specializing in the Merchant Finance domain. I
develop scalable backend solutions that bridge the e-commerce platform
with external financial institutions. My work focuses on designing and
implementing secure integrations with strategic banking partners to
enable seamless financial services for merchants.
</p>
</article>
<article>
<h3>Co-Founder at Open Tangerine (2012 - Present)</h3>
<p>
Managing roadmaps, tasks and deadlines. Delivering high-quality
software solutions and maintaining long-term client relationships
through competence, loyalty, and technical excellence.
</p>
</article>
<article>
<h3>Software Engineer at 7N (2017 - Present)</h3>
<p>
Delivering high-impact software solutions for enterprise clients
through contract-based engagements. Acting as technical leader and
architect across diverse projects.
</p>
</article>
<h2>Technical Expertise</h2>
<ul>
<li>Programming Languages: Java, JavaScript, Groovy</li>
<li>
Frameworks & Technologies: Grails, Spring, Microservices Architecture
</li>
<li>
Specializations: Backend Development, API Design, Distributed Systems,
System Integration
</li>
<li>
Domain Expertise: E-commerce, Financial Technology, Enterprise
Solutions
</li>
</ul>
<h2>Professional Skills</h2>
<ul>
<li>Scalable Backend Solutions</li>
<li>Microservices Architecture</li>
<li>API Gateway Development</li>
<li>System Integration</li>
<li>Database Design and Optimization</li>
<li>DevOps and CI/CD</li>
<li>Technical Leadership</li>
<li>Software Architecture</li>
</ul>
<h2>Contact Information</h2>
<p>
Email: <a href="mailto:gagreg@gmail.com">gagreg@gmail.com</a><br />
LinkedIn:
<a href="https://www.linkedin.com/in/ggajos">linkedin.com/in/ggajos</a
><br />
Company: <a href="https://opentangerine.com">opentangerine.com</a>
</p>
<h2>Location</h2>
<p>Katowice Metropolitan Area, Poland</p>
</div>
</body>
</html>