Skip to content
View raphaelkaique1's full-sized avatar

Block or report raphaelkaique1

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
raphaelkaique1/README.md

💫 About Me:

🛠️ Working in software development since 2020.
🔬 Specialized in TypeScript and its ecosystem (JavaScript, Node.js, Express.js, Nest.js, React.js, Vue.js, Angular.js, Next.js, among others).
⚡ Experience in complex projects, with strong knowledge of databases, servers, APIs, systems integration and software architecture.
🧳 Skilled in collaborative environments and agile methodologies, always seeking innovation and efficiency in processes with the objective of delivering scalable solutions in high-performance environments.

class Person {
    name: string;
    career: string;
    alive: boolean;
    regreat: boolean;
    food: string;
    time: number;

    constructor(name: string, career: string, alive: boolean, regreat: boolean, food: string, time: number) {
        this.name = name;
        this.career = career;
        this.alive = alive;
        this.regreat = regreat;
        this.food = food;
        this.time = time;
    }

    eat(): void {
        console.log(`Drink ${this.food}`);
    }

    sleep(): void {
        console.log(`Rest for ${this.time} hours`);
    }

    code(): void {
        console.log(`${this.career} always building badass softwares`);
    }

    repeat(): void {
        let consequences = { xp: 2, bad: "Learn from mistakes", good: "Ready for more" };
        this.regreat === false ? consequences.xp++ : consequences.xp--;

        switch (consequences.xp) {
            case 1:
                console.log(consequences.bad);
                break;
            case 3:
                console.log(consequences.good);
                break;
            default:
                break;
        }
    }

    life(): void {
        while (this.alive) {
            this.eat();
            this.sleep();
            this.code();
            this.repeat();
        }
    }
}

const dev = new Person("Raphael", "Full Stack", true, false, "coffee", 3);
dev.life();

🌐 Socials:

Replit Codepen

💻 Tech Stack:

Shell Script C C# C++ Java Python PHP Go HTML5 CSS3 JavaScript TypeScript Linux .Net Qt SpringBoot Flask Django Laravel Gin Less SASS Bootstrap TailwindCSS jQuery Next JS React Vue.js Angular Electron.js Ionic NodeJS Express.js NestJS NPM JWT Socket.io Terraform AWS Google Cloud Apache Mosquitto RabbitMQ MongoDB MySQL SQLite Docker Kubernetes Git GitHub Web3.js Notion Jira Figma

📊 GitHub Stats:



🏆 GitHub Trophies

🔝 Top Contributed Repo


💰 You can help me by Donating

PIX Tether Ethereum ₿itcoin

Pinned Loading

  1. raphaelkaique1 raphaelkaique1 Public

    This repository contains my updated CV, degrees and certificates, and is available as a web page through GitHub Pages. Browse the page to see my qualifications, work experience and featured projects.

    JavaScript 1