Skip to content

Commit 450c717

Browse files
updated site
1 parent 0427ff6 commit 450c717

File tree

6 files changed

+211
-130
lines changed

6 files changed

+211
-130
lines changed

_includes/template.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>{{ title }}</title>
7+
<link rel="stylesheet" href="bundle.css">
8+
</head>
9+
<body>
10+
<header>
11+
<h1>{{ title }}</h1>
12+
</header>
13+
<main>
14+
{{ content }}
15+
</main>
16+
<footer>
17+
<p>&copy; 2024 Umberto Domenico Ciccia. All rights reserved.</p>
18+
</footer>
19+
</body>
20+
</html>

bundle.css

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
/* General Styling */
2+
body {
3+
font-family: "Arial", sans-serif;
4+
line-height: 1.6;
5+
margin: 0 auto;
6+
padding: 20px;
7+
max-width: 800px;
8+
background-color: #f9f9f9;
9+
color: #333;
10+
}
11+
12+
/* Header Styling */
13+
header {
14+
text-align: center;
15+
margin-bottom: 30px;
16+
}
17+
18+
header h1 {
19+
font-size: 2.5em;
20+
margin-bottom: 5px;
21+
}
22+
23+
header p {
24+
font-size: 1.1em;
25+
color: #666;
26+
}
27+
28+
/* Section Styling */
29+
section {
30+
margin: 20px 0;
31+
padding: 15px;
32+
background: #fff;
33+
border-left: 5px solid #007bff;
34+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
35+
border-radius: 8px;
36+
}
37+
38+
/* Headings */
39+
h2 {
40+
font-size: 1.8em;
41+
margin-bottom: 10px;
42+
color: #007bff;
43+
border-bottom: 1px solid #ddd;
44+
padding-bottom: 5px;
45+
}
46+
47+
h3 {
48+
font-size: 1.4em;
49+
margin-top: 15px;
50+
}
51+
52+
/* Lists */
53+
ul {
54+
margin: 10px 0;
55+
padding-left: 20px;
56+
}
57+
58+
ul li {
59+
margin-bottom: 5px;
60+
}
61+
62+
/* Links */
63+
a {
64+
color: #007bff;
65+
text-decoration: none;
66+
}
67+
68+
a:hover {
69+
text-decoration: underline;
70+
}
71+
72+
/* Skills Section */
73+
.skills {
74+
display: flex;
75+
flex-wrap: wrap;
76+
gap: 8px;
77+
margin-top: 10px;
78+
}
79+
80+
.skill-badge {
81+
background: #007bff;
82+
color: white;
83+
padding: 5px 10px;
84+
border-radius: 5px;
85+
font-size: 0.9em;
86+
}
87+
88+
/* Footer */
89+
footer {
90+
text-align: center;
91+
font-size: 0.9em;
92+
color: #777;
93+
margin-top: 30px;
94+
}

docs/about.html

-34
This file was deleted.

docs/projects.html

-67
This file was deleted.

index.html

-29
This file was deleted.

index.md

+97
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
---
2+
title: "Umberto Domenico Ciccia's Resume"
3+
layout: "template.html"
4+
---
5+
6+
**Rende, Italy** | 📱 **+39 3318865017** | 📧 **[umbertociccia@icloud.com](mailto:umbertociccia@icloud.com)**
7+
[GitHub](https://github.com/umbertocicciaa) | [LinkedIn](https://www.linkedin.com/in/umberto-domenico-ciccia/)
8+
9+
---
10+
11+
## 📚 **EDUCATION**
12+
13+
**Università Della Calabria**, Rende, Italy
14+
**Computer Engineering**_109/110, 27.4/30_
15+
**July 2021 – July 2024**
16+
17+
- 1 of 3 students graduated in the first available graduation session.
18+
- Relevant Courses: Web and Mobile Application Development (30L/30), Software Engineering (27/30), Databases (29/30), Information Systems (27/30), Computer Networks (27/30)
19+
20+
---
21+
22+
## 🏆 **CERTIFICATIONS**
23+
24+
- **Microsoft Certified: Azure Fundamentals (AZ-900)** ([Badge](https://www.credly.com/badges/16d46fdf-8e1c-4841-b210-79eed946cc44/public_url))
25+
- **AWS Certified Cloud Practitioner** ([Badge](https://www.credly.com/badges/a4233ae1-dfa3-4213-b26c-114002aefba4/public_url))
26+
- **GitHub Actions**
27+
28+
---
29+
30+
## 💼 **WORK EXPERIENCE**
31+
32+
### **Vision One S.r.l**_Software Engineer Intern_
33+
34+
**July 2024 – Present**
35+
36+
- Developed integration tests using **xUnit** and **Testcontainer**, achieving **90% test coverage**.
37+
- Integrated unit testing into **OneWeb software**, leading to **80% test coverage**.
38+
- Designed a project activity scheduling algorithm using **ASP.NET Core** and **Blazor MVVM**, achieving a scheduling time of less than **1 second**.
39+
40+
### **Caliò Informatica S.r.l**_Software Engineer Intern_
41+
42+
**March 2024 – July 2024**
43+
44+
- Enhanced visualization tools using **.NET** and **Angular**, improving management efficiency by **70%**.
45+
- Developed a medical office web platform, accelerating patient data entry by **80%**.
46+
- Optimized REST API calls to **OpenAI**, reducing costs by **80%** and improving performance by **60%**.
47+
48+
---
49+
50+
## 🛠️ **SKILLS**
51+
52+
- **Technologies:** Angular, Blazor, .NET, ASP.NET Core, OpenAI, REST API, Docker, Kubernetes
53+
- **Cloud Providers:** AWS, Microsoft Azure, Gcp
54+
- **Databases:** SQLServer, MongoDB, PostgreSQL, SQLite
55+
- **Programming Languages:** C#, Java, Python, Bash
56+
- **Soft Skills:** Problem Solving, Teamwork, Proactivity, Communication
57+
58+
---
59+
60+
## 📂 **PROJECTS**
61+
62+
- **[Cloud Resume Challenge](https://github.com/umbertocicciaa/cloud-resume-challenge-frontend)**
63+
_Cloud DNS, Load Balancer, SSL/TLS Certificate, Cloud CDN, Cloud Storage, API Gateway, Cloud Functions, Firestore, GitHub Actions, HTML, CSS, JavaScript, Python_
64+
65+
- Created custom DNS, linked DNS to load balancer and bucket.
66+
- Developed a static HTML web page using HTML, JavaScript, and CSS, deployed to Cloud Storage bucket.
67+
- Integrated a Firestore database for storing user visitor counter, implementing communication via HTTPS with an API Gateway.
68+
- Implemented backend functions that update the database using Cloud Functions and Python.
69+
70+
- **[Exam Online](https://github.com/umbertocicciaa/EsamiOnline)**
71+
_C#, Blazor, ASP.NET Core, gRPC, xUnit, Docker_
72+
73+
- Achieved **95% unit test coverage** and **78% integration test coverage**.
74+
- Developed a microservice-based platform for online exams.
75+
76+
- **[Instagram Clone](https://github.com/umbertocicciaa/UnicalSocialNetworkBackend)**
77+
_Java, Angular, PostgreSQL, REST API_
78+
79+
- Built a monolithic clone with a 3-tier MVC architecture.
80+
81+
- **[Cloud CI/CD Pipeline](https://github.com/umbertocicciaa/CloudCICDPipeline)**
82+
_C#, Blazor, GitHub Actions, ASP.NET Core_
83+
84+
- Set up workflows for CodeQL, CI builds, and Azure deployment.
85+
86+
- **[SongFinder](https://github.com/umbertocicciaa/SongFinder)**
87+
_Kotlin, Android, Genius API, SQLite_
88+
- Android app for song search and detailed metadata display.
89+
90+
---
91+
92+
## 🌟 **EXTRA ACTIVITIES**
93+
94+
- Contributed to **GitHub Actions Marketplace**.
95+
- Supported **UnicalLoveTelegram**, assisting University of Calabria students.
96+
97+
---

0 commit comments

Comments
 (0)