-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
209 lines (196 loc) · 14.4 KB
/
index.html
File metadata and controls
209 lines (196 loc) · 14.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Senior Java Engineer & Software Architect | CazCode</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap');
body { font-family: 'Inter', sans-serif; scroll-behavior: smooth; }
.skill-card:hover { transform: translateY(-5px); transition: all 0.3s ease; }
.glass-nav { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); }
</style>
</head>
<body class="bg-slate-50 text-slate-900 leading-relaxed">
<nav class="fixed w-full z-50 glass-nav border-b border-slate-200">
<div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">
<span class="text-2xl font-black tracking-tighter text-blue-700">CAZ<span class="text-slate-400 font-light">CODE</span></span>
<div class="hidden md:flex space-x-8 text-sm font-bold uppercase tracking-widest text-slate-600">
<a href="#about" class="hover:text-blue-600 transition">Strategy</a>
<a href="#skills" class="hover:text-blue-600 transition">Stack</a>
<a href="#experience" class="hover:text-blue-600 transition">Experience</a>
<a href="mailto:[email protected]" class="text-blue-700 border-2 border-blue-700 px-4 py-1 rounded-full hover:bg-blue-700 hover:text-white transition">Contact</a>
</div>
</div>
</nav>
<header id="about" class="pt-32 pb-20 px-6 max-w-6xl mx-auto">
<div class="flex flex-col md:flex-row items-center gap-16">
<div class="flex-1 text-center md:text-left">
<div class="inline-block px-4 py-1 rounded-full bg-blue-100 text-blue-700 text-xs font-bold uppercase tracking-widest mb-6">
Backend Software Developer
</div>
<h1 class="text-5xl md:text-7xl font-extrabold text-slate-900 mb-6 tracking-tight">
Building resilient <br>
<span class="text-transparent bg-clip-text bg-gradient-to-r from-blue-700 to-indigo-500">Distributed Systems.</span>
</h1>
<p class="text-xl text-slate-600 mb-10 max-w-2xl leading-relaxed">
Senior Java Engineer with 8+ years of expertise in <span class="text-slate-900 font-semibold">Microservices</span> and <span class="text-slate-900 font-semibold">Event-Driven Design</span>. Proven experience delivering high-availability solutions across banking, insurance, e-commerce, healthcare, and manufacturing industries.
</p>
<div class="flex flex-wrap gap-4 justify-center md:justify-start">
<a href="https://linkedin.com/in/Cazcode" class="bg-slate-900 text-white px-8 py-4 rounded-2xl font-bold shadow-xl hover:bg-blue-700 transition-all flex items-center gap-2">
<i class="fab fa-linkedin"></i> View Profile
</a>
<a href="CVAlbertoCastro_ATS.pdf" download class="bg-blue-700 text-white px-8 py-4 rounded-2xl font-bold shadow-lg hover:bg-blue-800 transition-all flex items-center gap-2">
<i class="fas fa-file-download text-lg"></i> Download CV
</a>
<a href="https://github.com/cazcode" class="bg-white text-slate-900 border border-slate-200 px-8 py-4 rounded-2xl font-bold shadow-sm hover:shadow-md transition-all flex items-center gap-2">
<i class="fab fa-github"></i> Tech Portfolio
</a>
</div>
</div>
<div class="relative">
<div class="absolute -inset-4 bg-blue-400/20 rounded-[3rem] blur-3xl"></div>
<div class="relative group">
<div class="w-72 h-80 md:w-80 md:h-[400px] bg-white p-3 rounded-[2.5rem] shadow-2xl transition-all duration-500 -rotate-2 group-hover:rotate-0">
<div class="w-full h-full overflow-hidden rounded-[2rem] bg-slate-100 relative">
<img
src="images/cazcode.jpg"
alt="Senior Java Architect"
class="w-full h-full object-cover"
>
<div class="absolute bottom-4 left-4 right-4 bg-white/95 backdrop-blur-md p-4 rounded-2xl shadow-lg border border-slate-100">
<p class="text-[10px] uppercase font-black text-blue-600 tracking-widest">Industry Expertise</p>
<p class="text-slate-800 font-bold text-sm leading-tight">Banking • Health • E-comm</p>
</div>
</div>
</div>
<div class="absolute -top-4 -right-4 w-16 h-16 bg-blue-600 rounded-2xl shadow-lg flex items-center justify-center rotate-12 text-white">
<i class="fas fa-terminal"></i>
</div>
</div>
</div>
</div>
</header>
<section id="skills" class="py-20 bg-white border-y border-slate-200">
<div class="max-w-6xl mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-extrabold text-slate-900 mb-4">Core Tech Stack</h2>
<p class="text-slate-500">Engineered with Clean Code, SOLID principles, and Scalability in mind.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="skill-card p-8 rounded-3xl bg-slate-50 border border-slate-100 shadow-sm">
<div class="w-12 h-12 bg-blue-100 text-blue-700 rounded-xl flex items-center justify-center mb-6 text-xl">
<i class="fas fa-code"></i>
</div>
<h3 class="font-bold text-xl mb-4">Backend Mastery</h3>
<ul class="space-y-2 text-slate-600 font-medium">
<li><i class="fas fa-check text-blue-500 mr-2 text-xs"></i> Java 17+ & Spring Boot 3</li>
<li><i class="fas fa-check text-blue-500 mr-2 text-xs"></i> Hibernate & Spring Data</li>
<li><i class="fas fa-check text-blue-500 mr-2 text-xs"></i> Spring Security & OAuth2</li>
<li><i class="fas fa-check text-blue-500 mr-2 text-xs"></i> JUnit 5, Mockito & TDD</li>
<li><i class="fas fa-check text-blue-500 mr-2 text-xs"></i> RESTful APIs & GraphQL</li>
</ul>
</div>
<div class="skill-card p-8 rounded-3xl bg-slate-900 text-white shadow-xl">
<div class="w-12 h-12 bg-blue-600 text-white rounded-xl flex items-center justify-center mb-6 text-xl">
<i class="fas fa-cloud"></i>
</div>
<h3 class="font-bold text-xl mb-4">Architecture & Cloud</h3>
<ul class="space-y-2 text-slate-300 font-medium">
<li><i class="fas fa-check text-blue-400 mr-2 text-xs"></i> Microservices (Spring Cloud)</li>
<li><i class="fas fa-check text-blue-400 mr-2 text-xs"></i> DDD & Clean Architecture</li>
<li><i class="fas fa-check text-blue-400 mr-2 text-xs"></i> Apache Kafka (Event-Driven)</li>
<li><i class="fas fa-check text-blue-400 mr-2 text-xs"></i> AWS, Azure & GCP</li>
<li><i class="fas fa-check text-blue-400 mr-2 text-xs"></i> Docker & Kubernetes</li>
</ul>
</div>
<div class="skill-card p-8 rounded-3xl bg-slate-50 border border-slate-100 shadow-sm">
<div class="w-12 h-12 bg-blue-100 text-blue-700 rounded-xl flex items-center justify-center mb-6 text-xl">
<i class="fas fa-database"></i>
</div>
<h3 class="font-bold text-xl mb-4">Data & Middleware</h3>
<ul class="space-y-2 text-slate-600 font-medium">
<li><i class="fas fa-check text-blue-500 mr-2 text-xs"></i> PostgreSQL & MySQL</li>
<li><i class="fas fa-check text-blue-500 mr-2 text-xs"></i> Redis (Caching Strategies)</li>
<li><i class="fas fa-check text-blue-500 mr-2 text-xs"></i> JWT & Identity Providers</li>
<li><i class="fas fa-check text-blue-500 mr-2 text-xs"></i> CI/CD Pipelines (GitHub Actions)</li>
<li><i class="fas fa-check text-blue-500 mr-2 text-xs"></i> Integration Testing</li>
</ul>
</div>
</div>
</div>
</section>
<section id="experience" class="py-20 max-w-6xl mx-auto px-6">
<div class="flex flex-col md:flex-row gap-12">
<div class="md:w-1/3">
<h2 class="text-4xl font-extrabold text-slate-900 mb-6">Experience <br>Roadmap</h2>
<p class="text-slate-500 leading-relaxed mb-8">
My career has been built on solving complex business problems across diverse industries, always focusing on high-performance and maintainable code.
</p>
<div class="p-6 bg-blue-700 rounded-3xl text-white">
<p class="text-3xl font-black mb-1">8+</p>
<p class="text-blue-100 text-sm font-bold uppercase tracking-widest">Years of Professional Coding</p>
</div>
</div>
<div class="md:w-2/3 space-y-12">
<div class="relative pl-8 border-l-2 border-slate-200">
<div class="absolute -left-[9px] top-0 w-4 h-4 bg-blue-600 rounded-full shadow-[0_0_10px_rgba(37,99,235,0.5)]"></div>
<h3 class="text-2xl font-bold text-slate-900 mb-2">Banking & Financial Systems</h3>
<p class="text-blue-600 font-bold text-sm uppercase tracking-wider mb-4">In-house Development • Security-First</p>
<p class="text-slate-600 mb-4">
Architected secure payment and transactional cores using <span class="font-semibold text-slate-800">Spring Security & OAuth2</span>. Optimized PostgreSQL databases for high-concurrency environments, ensuring ACID compliance and sub-second response times.
</p>
<div class="flex flex-wrap gap-2">
<span class="px-3 py-1 bg-slate-100 text-slate-600 rounded-md text-xs font-bold">Fintech</span>
<span class="px-3 py-1 bg-slate-100 text-slate-600 rounded-md text-xs font-bold">Security</span>
<span class="px-3 py-1 bg-slate-100 text-slate-600 rounded-md text-xs font-bold">Java</span>
</div>
</div>
<div class="relative pl-8 border-l-2 border-slate-200">
<div class="absolute -left-[9px] top-0 w-4 h-4 bg-slate-300 rounded-full"></div>
<h3 class="text-2xl font-bold text-slate-900 mb-2">E-commerce & Logistics</h3>
<p class="text-blue-600 font-bold text-sm uppercase tracking-wider mb-4">Scale & Event-Driven</p>
<p class="text-slate-600 mb-4">
Implemented <span class="font-semibold text-slate-800">Kafka-based messaging</span> for real-time inventory and logistics tracking. Focused on decoupling systems through Domain-Driven Design (DDD) to support massive user spikes during peak seasons.
</p>
<div class="flex flex-wrap gap-2">
<span class="px-3 py-1 bg-slate-100 text-slate-600 rounded-md text-xs font-bold">Logistics</span>
<span class="px-3 py-1 bg-slate-100 text-slate-600 rounded-md text-xs font-bold">Kafka</span>
<span class="px-3 py-1 bg-slate-100 text-slate-600 rounded-md text-xs font-bold">AWS</span>
</div>
</div>
<div class="relative pl-8 border-l-2 border-slate-200">
<div class="absolute -left-[9px] top-0 w-4 h-4 bg-slate-300 rounded-full"></div>
<h3 class="text-2xl font-bold text-slate-900 mb-2">Healthcare & Manufacturing</h3>
<p class="text-blue-600 font-bold text-sm uppercase tracking-wider mb-4">Interoperability • Clean Arch</p>
<p class="text-slate-600 mb-4">
Developed robust platforms, Designed Domain-Driven Design (DDD) patterns for complex health insurance claims processing.
Deliver software that meets international standards of quality and data privacy.
Collaborated in English with teams across Europe and US.
</p>
<div class="flex flex-wrap gap-2">
<span class="px-3 py-1 bg-slate-100 text-slate-600 rounded-md text-xs font-bold">HealthTech</span>
<span class="px-3 py-1 bg-slate-100 text-slate-600 rounded-md text-xs font-bold">microservices</span>
<span class="px-3 py-1 bg-slate-100 text-slate-600 rounded-md text-xs font-bold">Docker</span>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-slate-900 text-white py-20">
<div class="max-w-6xl mx-auto px-6 text-center">
<h2 class="text-3xl font-bold mb-8">Ready to scale your next big idea?</h2>
<div class="flex justify-center gap-6 mb-12">
<a href="mailto:[email protected]" class="text-4xl hover:text-blue-400 transition"><i class="fas fa-envelope"></i></a>
<a href="https://linkedin.com/in/Cazcode" class="text-4xl hover:text-blue-400 transition"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/cazcode" class="text-4xl hover:text-blue-400 transition"><i class="fab fa-github"></i></a>
</div>
<div class="border-t border-slate-800 pt-8 text-slate-500 text-sm">
<p>© 2024 Cazcode. Built with Senior Passion. <br> Available for international remote opportunities.</p>
</div>
</div>
</footer>
</body>
</html>