Skip to content

Commit 59ce26d

Browse files
committed
feat: add more sections to resume
1 parent e36dafc commit 59ce26d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

content/resume/_index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,23 @@ title: "Resume"
5454
- Skills: Node.js, Bootstrap, Git
5555

5656
{{% /resume_columns %}}
57+
58+
{{% resume_columns date="Fev. 24 - Jul. 24" %}}
59+
60+
- BestGC++
61+
62+
- Developed a Web Application that selects the best Garbage Collector for a given Java application by profiling its execution.
63+
- Designed and implemented a live metrics dashboard to provide real-time insights into application performance, including Heap Usage, CPU utilization, and I/O metrics.
64+
- Skills: Java, Spring Boot, Javascript, Git
65+
66+
{{% /resume_columns %}}
67+
68+
{{% resume_columns date="Fev. 24 - Jul. 24" %}}
69+
70+
- BenchmarkGC
71+
72+
- Designed and implemented a benchmarking tool to evaluate Java applications, collecting performance metrics and scoring all Java Garbage Collectors (GCs) based on execution time and GC pause duration.
73+
- Aggregated key Garbage Collector statistics, including pause count, total pause time, 90th percentile pause duration, and other metrics, providing users with actionable insights into application performance.
74+
- Skills: Python, Git
75+
76+
{{% /resume_columns %}}

0 commit comments

Comments
 (0)