Skip to content
View ArielPlayit's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report ArielPlayit

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
ArielPlayit/README.md
// πŸš€ Ariel - Backend Developer Junior
const ariel = {
    name: "Ariel",
    profession: "Backend Developer Junior",
    specialties: ["Nest.js", "PostgreSQL", "Cybersecurity"],
    passions: ["Backend Development", "Information Security", "Hack The Box"],
    contact: {
        email: "originalghost2003@gmail.com",
        github: "https://github.com/ArielPlayit",
    }
};

console.log(`Hi, I'm ${ariel.name} and I specialize in ${ariel.specialties.join(", ")}.`);

πŸ› οΈ Technologies & Skills

const technologies = {
    backend: ["Nest.js", "Node.js"],
    database: ["PostgreSQL"],
    security: ["JWT", "bcrypt", "dotenv"],
    pentesting: ["Kali Linux", "Hack The Box"]
};

console.log("Key Technologies:", technologies);

πŸš€ Featured Projects

const projects = [
    {
        name: "CV Management System",
        description: "Web application to manage faculty members' information at UCI.",
        link: "https://github.com/ArielPlayit/Gestion-CV-Backend"
    },
    {
        name: "Secure Authentication with Node.js",
        description: "Implementation of a robust authentication system using JWT and bcrypt."
    }
];

projects.forEach(project => console.log(`${project.name}: ${project.description}`));

πŸ“¬ Contact

console.log("πŸ“§ Contact: ", ariel.contact);

Popular repositories Loading

  1. windows-theme-automation windows-theme-automation Public

    PowerShell script to automate Windows theme switching

    C# 5

  2. Gestion-CV-Backend Gestion-CV-Backend Public

    TypeScript 3

  3. ArielPlayit ArielPlayit Public

    πŸ§˜πŸ»β€β™‚οΈ personal repo πŸ§˜πŸ»β€β™‚οΈ

    2

  4. Task-Manager Task-Manager Public

    A Basic REST API for Task Management (CRUD)

    TypeScript 1

  5. tecocop-frontend-test tecocop-frontend-test Public

    JavaScript 1

  6. telegram-downloader telegram-downloader Public

    πŸš€ Download files from Telegram channels using Free Download Manager integration

    Python 1