-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (50 loc) · 2.78 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Edivaldo Ramos</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<img src="https://avatars.githubusercontent.com/u/15630516?v=4" alt="Profile Photo" class="profile-img">
<h1>Backend Developer</h1>
<p>
I'm a <span class="highlight">Computer Science</span> graduate (2017), from Brazil, currently residing here, and a backend developer with over <span class="highlight">8 years of experience</span>, specializing in <span class="highlight">Java</span> and <span class="highlight">Go</span>.
</p>
<p>
Focused on building <span class="highlight">scalable microservices</span>, I work extensively with <span class="highlight">REST APIs, gRPC</span>, and event-driven architectures. My expertise includes crafting cloud-ready solutions with <span class="highlight">Google Cloud Platform (GCP)</span>.
</p>
<p>
Strong in both <span class="highlight">SQL</span> and <span class="highlight">NoSQL</span> databases, <span class="highlight">Spring</span> services with <span class="highlight">Java 8+</span>, and in <span class="highlight">Go</span> frameworks such as <span class="highlight">Gin</span> and <span class="highlight">Fiber</span>.
</p>
<p>
Additionally, I'm skilled in <span class="highlight">automated testing, observability</span>, and <span class="highlight">profiling</span> for optimized performance. Familiar with <span class="highlight">Docker</span> and have experience with <span class="highlight">Kubernetes</span>.
</p>
<div class="icons">
<i class="fab fa-java" title="Java"></i>
<i class="fas fa-leaf" title="Spring"></i>
<i class="fab fa-golang" title="Go"></i>
<i class="fas fa-database" title="SQL/NoSQL"></i>
<i class="fas fa-cloud" title="Cloud"></i>
<i class="fab fa-docker" title="Docker"></i>
<i class="fab fa-kubernetes" title="Kubernetes"></i>
</div>
<div class="footer">
📫 Let's connect on
<a href="https://www.linkedin.com/in/edivaldoramos/" target="_blank">
<i class="fab fa-linkedin"></i> LinkedIn
</a> |
<a href="https://github.com/edivaldoramos" target="_blank">
<i class="fab fa-github"></i> GitHub
</a> |
<a href="https://dev.to/edivaldoramos" target="_blank">
<i class="fab fa-dev"></i> Dev.to
</a>
</div>
</div>
</body>
</html>