π Rome-based student passionate about Computer Science.
π I love contributing to real-world tech projects and exploring technologies.
#include <stdio.h>
typedef struct {
const char* name;
const char* title;
const char* email;
const char* github;
const char* website;
} Developer;
int main() {
Developer carlo = {
.name = "Carlo",
.title = "Computer Science student",
.email = "carlo63yt@gmail.com",
.github = "https://github.com/Carlo-63",
};
printf("Hello World! I'm %s, a passionate %s\n", carlo.name, carlo.title);
return 0;
}π High School Diploma in Information Technology and Telecommunications (2021 β 2026)
- Grade: 100/100 cum laude
π Completed a 120-hour training program in Computer Science at UCAM University (Murcia, Spain) β covered topics such as AI, Virtual Reality and Telecommunications (JuneβJuly 2024)
- β Cambridge First Certificate in English (Score: 178/190)
- β Cisco IT Essentials
- β Web Developer (Next Generation Work β Score: 100)
- π« Email: carlo63yt@gmail.com
- π Linkedin: Carlo Paglia
βTalk is cheap. Show me the code.β β Linus Torvalds