Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View bikky-kc013's full-sized avatar

Block or report bikky-kc013

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
bikky-kc013/README.md

Hi 💻, I'm Bharat Khatri Chhetri

Backend Developer • Problem Solver • Bug Creator 🐞


About Me

I am a backend developer with over three years of professional experience, specializing in building scalable, production-ready microservice systems for fintech and data-intensive applications. I primarily work with Node.js using NestJS and Express, following Clean Architecture principles and applying design patterns based on system requirements.

I have hands-on experience with Kafka for data streaming and event-driven architectures, BullMQ for background job processing and queue management, and regularly build services using both Node.js and Golang (Gin) within distributed microservice ecosystems.

I am proficient in Dockerizing applications, designing and maintaining CI/CD pipelines, and configuring Nginx for secure, high-performance production deployments. I adapt quickly to changing requirements while maintaining consistent productivity throughout the entire development lifecycle.

// bikky.config.ts

export const bikky = {
  pronouns: ["he", "him"],

  languages: [
    "TypeScript",
    "Golang",
  ],

  expertise: [
    "Backend Development",
    "System Design",
    "Cloud Infrastructure",
    "Linux",
  ],

  technologies: {
    backend: {
      node: [
        "Node.js",
        "Express",
        "NestJS",
      ],
      go: [
        "Gin",
      ],
    },

    devOps: [
      "Docker 🐳",
      "CI/CD",
      "GitHub Actions",
      "Nginx",
    ],

    cloud: {
      aws: [
        "EC2",
        "S3",
        "Lambda",
        "RDS",
        "DynamoDB",
      ],
      storage: [
        "MinIO",
      ],
    },

    databases: {
      relational: [
        "MySQL",
        "PostgreSQL",
      ],
      nosql: [
        "MongoDB",
      ],
      inMemory: [
        "Redis",
      ],
    },

    messaging: [
      "Kafka",
      "Socket.IO",
    ],
  },

  architecture: [
    "Monolithic",
    "Microservices",
  ],

  currentFocus: "Cloud services & open-source contributions",
  learningNext: "Data Engineering",
};

Popular repositories Loading

  1. tea-store tea-store Public

    A scalable backend system developed by using nest js and mysql

    TypeScript 1 1

  2. bikky-kc013 bikky-kc013 Public

    This is my readme

    1

  3. nest-location-tracker nest-location-tracker Public

    TypeScript 1

  4. sudoku-challenge sudoku-challenge Public

    Forked from MoeidHeidari/sudoku-challenge

    TypeScript 1

  5. awesome-nestjs awesome-nestjs Public

    Forked from nestjs/awesome-nestjs

    A curated list of awesome things related to NestJS 😎

    1

  6. cli-table cli-table Public

    Forked from Automattic/cli-table

    Pretty unicode tables for the CLI with Node.JS

    JavaScript