Profile picture Gabriele C.

Gabriele C.

Data Analyst & Developer

Naples, Italy

Passionate developer and data analyst focused on building efficient, scalable solutions with a modern tech stack. Specialized in big data, financial markets, and cryptocurrencies, leveraging technology to drive insights and innovation.

$ python3 main.py
Initializing...
Ready to connect.
Waiting for contact request...
interface Developer {
    name: string;
    skills: string[];
    interests: string[];
};

interface TechStack {
    devOps: string[];
    backend: string[];
   frontend: string[];
};

type ContactType = 'github' | 'discord' | 'telegram' | 'email';

const techStack: TechStack = {
    devOps: [
        'GitLab',
        'GitHub',
        'Cloudflare',
        'Docker',
        'Telegram',
        'Developer AC'
    ],
    backend: [
        'Python',
        'Node.js',
        'C#',
        'C++',
        'PostgreSQL',
        'MySQL',
        'Assembly'
    ]
};

// Developer profile
const me: Developer = {
    name: 'Gabriele C.',
    skills: [
        ...techStack.devOps,
        ...techStack.backend,
    ],
    interests: [
        'Open Source',
        'Crypto Currencies',
        'Privacy',
        'Big Data',
        'Machine Learning',
        'Deep Learning',
        "Ganja" // I like relaxing.
    ]
};

// Contact function
const contact = (type: ContactType): string => {
    switch (type) {
        case 'github':
            return 'https://github.com/rexurectionv3rm';
        case 'discord':
            return 'http://discord.com/users/766994150577930241';
        case 'telegram':
            return 'https://www.t.me/scultura';
        case 'email':
            return 'rex@developer.ac';
        default:
            return 'Send a pigeon.';
    }
};

Current | Open Source FFA

Open Source distribution of popular Telegram Bots / Services and various tech implementations.

Open 🔼

Current | Developer AC

My personal archive and capsule of time, images and important files are stored here.

Open 🔼

Former | Badlion SR. Translator

Badlion Client, a widely used Minecraft PvP client, was acquired by Lunar Client in early March 2025, leading to major changes. Many, including myself, felt the new direction strayed from Badlion’s original vision. Frustrated by this shift, I decided to leave the team after 3 long years.

Open 🔼