Skip to content
View ajay-er's full-sized avatar
🌏
🌏

Organizations

@zero-to-mastery
Block or Report

Block or report ajay-er

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
ajay-er/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           = 23
        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 11

  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 1

  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 1

  4. RentNGo RentNGo Public

    Facilitate seamless vehicle rentals with a user-friendly form. Capture user details, vehicle specifications, and rental dates effortlessly for a smooth renting experience

  5. companio.ai companio.ai Public

    An AI companion app that leverages openai to provide personalized conversational experiences and memory management capabilities

    TypeScript 1

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