Skip to content
View andrechristikan's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report andrechristikan

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

Hi there 👋
Welcome to my GitHub!

Github LinkedIn Instagram

aboutMe.js

const andre = {
    fullName: "Andre Christi Kan",
    pronouns: "he" | "him",
    code: [Typescript, Javascript, Python, Dart],
    framework: [ NestJs, ExpressJs, Jest, Flask, Flutter],
    askMeAbout: [
        "ci/cd", "automation", 
        "test", "nestjs", "nodejs",
        "relational database", "non relational database",
        "optimize code", "web security", 
        "concurrency", "cloud server", 
        "backend development", "api", "microservice", 
        "etc"
    ],
    technologies: {
        backEnd: {
            ts: [
                "nodejs", "expressjs"
                "nestjs"
            ],
            db: [
                "mongodb", "postgresql", 
                "mysql", "redis", "elasticsearch"
            ],
            test: [
                "jest", "unit_test", 
                "integration_test",
                "e2e_test"
            ],
        },
        devOps: {
            automation: [
                "jenkins", "github_action",
                "docker", "docker_compose",
                "docker_swarm", "serverless"
            ],
            cloud: [
                "aws", "alibaba_cloud"
            ],
            server: [
                "nginx", "kafka", "certbot",
                "letsencrypt", "ubuntu", "centos",
                "amazon linux"
            ],
        },
        mobile: {
            flutter: [
                "widget"
            ],
        }
    }
};

Pinned

  1. ack-nestjs-boilerplate ack-nestjs-boilerplate Public template

    NestJs v10.x Boilerplate. Repository Design Pattern. MongoDB (Mongoose). Containerization.

    TypeScript 479 160