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# 6

  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