Hi, I'm Abhay Kumar Sharma

Computer Science Engineering Student &
Cloud & Full Stack Developer

Specializing in building high-performance backend APIs, scalable cloud architectures, and modern responsive frontend interfaces. Let's build something exceptional.

About Me

Professional Summary

Aspiring Computer Science Engineer with strong foundations in full-stack development, cloud computing, and DevOps. Proven track record of building secure, scalable microservices and cloud-native architectures using FastAPI, Python, and Docker. Passionate problem solver and competitive coder eager to contribute to high-impact software engineering teams.

With a strong focus on cloud computing and REST APIs, I strive to design applications that are highly scalable, secure, and developer-friendly. I love bridging the gap between infrastructure management and high-level logic to deliver seamless digital products — from microservices backends to React monitoring dashboards.

# profile.py — Abhay Kumar Sharma
class Developer:
    def __init__(self):
        self.name     = "Abhay Kumar Sharma"
        self.role     = "Cloud & Full Stack Developer"
        self.location = "Bangalore, India"
        self.college  = "New Horizon College of Engineering"
        self.degree   = "B.Tech CSE | 2023–2027"
        self.stack    = [
            "FastAPI", "Flask", "React",
            "Docker", "PostgreSQL", "Redis",
        ]
        self.interests = [
            "Microservices", "Cloud-native",
            "API Gateway Design", "DevOps",
        ]

    def get_philosophy(self) -> str:
        return "Scale systems. Optimize performance. Ship fast."

# Instantiate
me = Developer()
print(me.get_philosophy())
> "Scale systems. Optimize performance. Ship fast."
// stack.json — Technology Stack
{
  "backend": {
    "primary": ["FastAPI", "Flask", "Python"],
    "auth": "JWT (Stateless Sessions)",
    "apis": "RESTful · HTTPX (proxy routing)"
  },
  "frontend": {
    "framework": "React",
    "styling": "Tailwind CSS",
    "features": ["Real-time dashboards", "Health checks"]
  },
  "databases": {
    "relational": "PostgreSQL",
    "cache_rate_limit": "Redis",
    "object_storage": "MinIO (S3-compatible)",
    "embedded": "SQLite"
  },
  "devops": {
    "containerization": "Docker & Docker Compose",
    "cloud": "Google Cloud Platform (GCP)",
    "vcs": "Git · GitHub",
    "testing": "Postman"
  }
}
# architecture.yaml — GateFlow Microservices
services:
  api_gateway:
    image: fastapi:latest
    auth: JWT Bearer Token
    rate_limit:
      backend: Redis
      strategy: sliding-window
      threshold: 100 req/min
    routing: HTTPX reverse-proxy
    ports: ["8000:8000"]

  storage_service:
    image: minio:latest
    protocol: S3-compatible
    multi_tenant: true
    rbac: role-based-access
    ports: ["9000:9000"]

  database:
    engine: PostgreSQL 15
    schema: normalized · indexed
    tenant_isolation: true

networks:
  default: bridge
# Deploy: docker compose up --build

Core Stack

Tools and technologies I use to build scalable products

Frontend

  • React
  • HTML
  • CSS
  • JavaScript
  • Tailwind CSS

Backend

  • Python
  • FastAPI
  • Flask
  • REST APIs
  • JWT Auth

Database

  • PostgreSQL
  • SQLite
  • Redis
  • MinIO

Cloud & Tools

  • Docker & Compose
  • Google Cloud
  • Git & GitHub
  • Postman

My Journey

Education, certifications, and major achievements

Education & Certs

Engineering Degree · 2023–2027

New Horizon College of Engineering

B.Tech in Computer Science & Engineering — Bangalore, India. Building core analytical, programming, and cloud computing principles.

Professional Certification · 06/2026

Google Cloud AI & ML

Introduction to AI and Machine Learning on Google Cloud — Google Cloud / Coursera. Hands-on ML pipeline deployment on GCP.

Elite Certification · 01/2026 – 03/2026

NPTEL Cloud Computing

Cloud Computing and Distributed System — NPTEL. Studied advanced cloud systems, virtualization, and microservices scaling architectures.

Industry Certification · 09/2025

Deloitte Data Analytics

Data Analytics Job Simulation — Deloitte (Forage). Real-world business intelligence processes, data cleaning pipelines, and professional analysis strategies.

Milestones

1st Place — College Coding Competition

Secured 1st place out of multiple competing technical squads during an intensive collaborative programming and algorithmic development contest held at college.

Smart India Hackathon Competitor

Selected to represent the academic cohort in engineering innovative technical product solutions within high-intensity development constraints across regional engineering events.

BMS College of Engineering Hackathon

Competed at BMS College of Engineering, building innovative technical product solutions under high-intensity development constraints at an institutional engineering event.