Skip to content
View blue0206's full-sized avatar
🧩
Unlocking the last piece of the puzzle!
🧩
Unlocking the last piece of the puzzle!

Block or report blue0206

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

Hi there, I'm Aayush 👋

I'm an aspiring Software Engineer with a strong focus on building robust, scalable, and maintainable applications using modern backend and cloud technologies. I enjoy architecting systems from the ground up and tackling complex challenges in distributed environments.


🚀 My Featured Project: Members-Only (A Distributed Real-Time Community Message Board)

I recently completed an end-to-end project, evolving a traditional monolith into a serverless microservice architecture on AWS.

Component Live URL GitHub Repository
💻 Frontend (React) cloud.nevery.shop Repository
⚙️ Backend (Serverless) api-v2.nevery.shop Microservice Repository
📦 Shared Types (npm) @blue0206/members-only-shared-types Repository
🐳 Monolith Version api.nevery.shop Monolith Repository

This project demonstrates my skills in backend architecture, cloud infrastructure, real-time communication, and secure API design. Check out the backend repository's README for a full architectural diagram and technical deep-dive!


🛠️ My Tech Stack

My primary focus is on the TypeScript ecosystem and cloud-native development.

  • Backend: Node.js, Express.js, TypeScript, REST APIs, Server-Sent Events
  • Database: PostgreSQL, Redis, Prisma ORM
  • Cloud & DevOps:
    • AWS: Lambda, API Gateway, EC2, SQS, EventBridge, IAM, VPC, RDS, ElastiCache, CloudWatch
    • Infrastructure as Code (IaC): AWS CDK
    • Containerization: Docker
    • CI/CD: GitHub Actions
  • Frontend: React, Redux Toolkit (RTK Query), Vite, Tailwind CSS
  • Tooling: pnpm monorepos, pm2, Nginx, Git, Vitest
  • Languages: TypeScript, JavaScript, C++, R

📫 How to Reach Me


Pinned Loading

  1. dsa-prep dsa-prep Public

    This repository documents my structured study of Data Structures, Algorithms, and Core CS concepts using C++.

    C++

  2. members-only-backend members-only-backend Public

    An exclusive clubhouse application where members can write anonymous posts.

    TypeScript

  3. members-only-frontend members-only-frontend Public

    An exclusive clubhouse application where members can write anonymous posts.

    TypeScript

  4. members-only-shared-types members-only-shared-types Public

    A shared types package for Members Only project.

    TypeScript

  5. members-only-docker-compose members-only-docker-compose Public

    docker-compose configuration repository for "Members Only" project.

  6. inventory-application inventory-application Public

    A full-stack pokémon inventory application to perform CRUD operations.

    TypeScript