Skip to content
View ajayyAI's full-sized avatar
🌏
🌏
  • Bengaluru

Organizations

@zero-to-mastery

Block or report ajayyAI

Report abuse

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

Report abuse
ajayyAI/README.md
class Ajay {
    constructor() {
        this.alias    = [ 'Aju', undefined ]
    }

    contact() {
        const telegram    = 't.me/aju404'
        const email       = 'connects.ajay@gmail.com'
        const linkedin    = 'linkedin.com/in/ajay-er'
        
        return telegram, email, linkedin
    }

    life() {
        const age           = 25
        const occupation    = 'Freelance Software Developer'
        const hobbies       = ['Mastering "404" Pages', 'Reverse Engineering', 'Designing Dockerized Escape Rooms']
        
        return age, occupation, hobbies
    }

    programming() {
        const languages     = ['Javascript', 'Typescript']
        const databases     = ['MongoDB', 'MySQL', 'PostgreSQL']
        const learning      = 'Golang'
        const ide           = ['Visual Studio Code', 'Notepad']

        const preferredLanguage = languages[1];

        return languages, learning, ide, preferredLanguage
    }
}

export default Ajay

Pinned Loading

  1. brocamp/LeetCode_Tracker brocamp/LeetCode_Tracker Public

    LeetCode Tracker: A project for monitoring and encouraging students to consistently practice LeetCode problems daily

    TypeScript 12

  2. elevate elevate Public

    🌐 Investor-Founder Connection Platform: Bridging ideas and investment seamlessly. Utilizing microservices, Kubernetes, Docker, and Kafka for a scalable and dynamic collaboration space

    TypeScript 2

  3. space-shopping space-shopping Public

    🛍️ FunkoToys E-commerce: Explore a vibrant world of Funko toys in this Node.js-powered e-commerce app. Utilizing EJS for dynamic views and seamless user interactions. Shop, discover, and enjoy you…

    EJS 2

  4. lib-manage-nestjs lib-manage-nestjs Public

    A simple Library Management System API for managing books and authors with CRUD operations and search functionality. Documented using OpenAPI (Swagger) and includes unit tests.

    TypeScript 2

  5. videoTranscode videoTranscode Public

    video transcoding service using AWS ECS, S3, and other AWS services

    TypeScript 1