-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (82 loc) · 3.57 KB
/
index.html
File metadata and controls
98 lines (82 loc) · 3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kleber Vales - Professional Story</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
background-color: #fff;
margin: 0;
}
.container {
max-width: 900px;
margin: 40px auto;
padding: 0 20px;
}
.photo {
float: left;
margin-right: 20px;
width: 180px;
height: auto;
border-radius: 8px;
border: 1px solid #ccc;
}
.header {
overflow: auto;
margin-bottom: 30px;
}
.name {
font-size: 28px;
font-weight: bold;
margin-top: 0;
}
.role {
font-size: 18px;
color: #444;
margin: 5px 0;
}
.story {
clear: both;
text-align: justify;
}
@media print {
body {
margin: 20mm;
}
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<img src="imagens/foto.jpg" alt="Kleber Vales" class="photo">
<h1 class="name">Kleber Vales</h1>
<h2 class="role">Java & Spring Software Engineer</h2>
<h2 class="role">| DevOps | Cloud | Scrum | Git/GitHub | Docker | Kubernetes | Generative AI |</h2>
<h2 class="role">Bachelor's Degree in Computer Science</h2>
<h2 class="role">MBA in Web Software Development</h2>
</div>
<div class="story">
<p>
I am a Software Engineer with over five years of experience in backend development, specializing in Java and the Spring Framework. My professional journey is built on a strong academic foundation, holding a Bachelor's Degree in Computer Science from Universidade Paulista, where I developed solid analytical skills and a deep interest in solving complex problems through software.
</p>
<p>
To continuously evolve and stay aligned with modern software engineering practices, I am currently pursuing an MBA in Web Software Development. This postgraduate program allows me to deepen my knowledge in software architecture, distributed systems, cloud-native applications, and modern development methodologies.
</p>
<p>
Throughout my career, I have worked on enterprise-level systems using microservices architecture, RESTful APIs, and relational databases such as PostgreSQL and MySQL. I have experience designing, developing, and maintaining scalable backend services, always focusing on clean code, performance, and maintainability.
</p>
<p>
My professional growth includes hands-on experience with DevOps practices and cloud environments. I actively work with Docker, CI/CD pipelines, GitHub Actions, and Kubernetes, as well as cloud platforms such as Oracle Cloud Infrastructure (OCI) and Azure. These skills allow me to contribute beyond development, participating in deployment strategies, automation, and system reliability.
</p>
<p>
I hold multiple certifications that reinforce my technical expertise, including Oracle Certified Associate – Java SE, Scrum Fundamentals Certified, and Oracle Cloud Infrastructure 2025 certifications in DevOps and Generative AI. I also explore Generative AI as a productivity and automation tool, applying it to software development workflows and problem-solving.
</p>
<p>
I am driven by clean architecture, scalable design, and continuous improvement. I value collaboration, technical excellence, and delivering solutions that create real business impact. My goal is to keep evolving as a Software Engineer, contributing to robust systems and preparing for senior and architectural roles in modern, cloud-oriented environments.
</p>
</div>
</body>
</html>