Skip to content
View KaiqueZulu's full-sized avatar

Block or report KaiqueZulu

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 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
KaiqueZulu/README.md
    let developer = {
    name: "Kaique",
    age: 23,
    perspective: "Back End",
    language: ["JavaScript, Java"],
    framework: ["NodeJs", "Spring"],
    searchJob: true,

    presentation() {
        return console.log(`Hi, I'm ${this.name}, I'm ${this.age} years old, I'm currently studying ${this.perspective} development with ${this.language[1]} and ${this.framework[1]}`);
    },

    newJob(searchJob) {
        if (searchJob) {
            return console.log("I'm looking for new experiences");
        } else {
            return console.log("I'm fine with my current position");
        }
    }

};

My personal page

Popular repositories Loading

  1. Micro-services Micro-services Public

    Java

  2. KaiqueZulu KaiqueZulu Public

    Config files for my GitHub profile.

  3. First-API-Nest First-API-Nest Public

    TypeScript

  4. API-TypeScript API-TypeScript Public

    TypeScript

  5. LoginModule LoginModule Public

    JavaScript

  6. LINK-AGGREGATOR LINK-AGGREGATOR Public

    CSS