Skip to content
View Carlo-63's full-sized avatar

Block or report Carlo-63

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Carlo-63/README.md

πŸ‘‹ Hi, I'm Carlo

🏠 Rome-based student passionate about Computer Science.

🌍 I love contributing to real-world tech projects and exploring technologies.

🧠 WhoAmI.c

#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;
}

πŸ“š Education

πŸŽ“ 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)

πŸ… Certifications

  • βœ… Cambridge First Certificate in English (Score: 178/190)
  • βœ… Cisco IT Essentials
  • βœ… Web Developer (Next Generation Work – Score: 100)

πŸ’¬ Let's Connect

β€œTalk is cheap. Show me the code.” – Linus Torvalds

Pinned Loading

  1. Chat Chat Public

    Real time chat in Go.

    Go

  2. Concorrenza Concorrenza Public

    Simula la concorrenza tra thread (goroutines) per una risorsa implementando un sistema di semafori in Go.

    Go

  3. Memory-allocator Memory-allocator Public

    Un semplice gestore di memoria personalizzato in C.

    C

  4. Bloom-filter Bloom-filter Public

    Una semplice implementazione di un bloom filter in C.

    C

  5. Profumi Profumi Public

    Script per Fivem per l'utilizzo di profumi.

    Lua 1

  6. Login-Register-Form Login-Register-Form Public

    Un semplice sistema di login e register tramite form in PHP, con hashing delle password.

    PHP