Profile picture Harol Sastoque

Harol Sastoque

Software Quality Assurance: Manual & Automation Testing

Bogotá, Colombia

Passionate Quality Assurance developer focused on creating clean, efficient, and scalable web applications with a modern tech stack.

Descargar CV
$ npx connect
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' | 'twitter' | 'linkedIn' | 'xing' | 'email';

const techStack: TechStack = {
    devOps: [
        'GitLab',
        'GitHub',
        'Cloudflare',
        'Docker'
    ],
    frontend: [
        'Angular',
        'JavaScript',
        'TypeScript',
        'TailwindCSS',
        'PrimeNG',
        'Astro',
        'Ionic',
        'Stencil',
        'Capacitor',
        'SCSS',
        'Markdown',
        'WordPress'
    ],
    backend: [
        'Supabase',
        'Node.js',
        'Bun',
        'Deno',
        'PostgreSQL',
        'MySQL',
        'S3 Storage',
        'Resend'
    ]
};

// Developer profile
const me: Developer = {
    name: 'Dejan Vi.',
    skills: [
        ...techStack.devOps,
        ...techStack.backend,
        ...techStack.frontend
    ],
    interests: [
        'Open Source',
        'Security',
        'Privacy',
        'Performance',
        'Self-Hosting',
        'Networking'
    ]
};

// Contact function
const contact = (type: ContactType): string => {
    switch (type) {
        case 'github':
            return 'https://github.com/HarolSastoque';
        case 'twitter':
            return 'https://x.com/devidev_io';
        case 'linkedIn':
            return 'https://www.linkedin.com/in/harolsastoque/';
        case 'xing':
            return 'https://www.xing.com/profile/Dejan_Vintonjiv';
        case 'email':
            return 'hard.sgo@hotmail.com';
        default:
            return 'Send fax.';
    }
};

Papersend.io

Papersend is the free alternative to DocSend for secure document sharing, tracking, and Data Rooms. Customize branding, control access, and protect your documents.

Open Project Website

Qivi.io

Qivi is an all-in-one application designed to streamline business operations, enhance productivity, and maximize success. Data security is a priority.

Open Project Website

TECHPOINT.de

TECHPOINT is a local IT service provider based in the Starnberg district and the Fünfseenland region, specializing in delivering reliable and modern IT solutions.

Open Project Website
Built with Astro by devi|dev|io