Skip to content
View Atharv5873's full-sized avatar

Highlights

  • Pro

Block or report Atharv5873

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

> 🖥️ ./current_status --live

$ cat /etc/current_status.conf

[identity]
name        = Atharv Sharma
location    = Manali, Himachal Pradesh, India
status      = open_to_work=true      # Backend · Cloud · AI Engineering
uptime      = caffeine-powered, 24/7

[active_deployments]
project_1   = Agentic CI/CD Remediation System
  company   = Mirakalous Technologies Inc.
  stack     = LangGraph + Azure OpenAI GPT-4.1 + pgvector + Chroma
  detail    = Multi-agent pipeline: classifies 21 GitHub Actions failure
              types, runs root-cause analysis, auto-generates fix PRs
              in ~30s. Tool calling, memory mgmt, LangSmith evals.

project_2   = Banking-as-a-Service Platform
  company   = RBP Finivis Pvt. Ltd.
  stack     = NestJS + PostgreSQL + GCS + AWS + GitHub Actions
  detail    = Greenfield BaaS: 22-table schema, RS256 JWT, TOTP 2FA,
              RBAC, KYC onboarding, 300+ Jest tests, CI/CD pipelines.

[learning_queue]
next[0]     = Kubernetes (production-grade)
next[1]     = AWS Step Functions + DynamoDB patterns
next[2]     = LLM fine-tuning + RLHF basics

[exit_code] = 0   # still shipping...

> ./featured_projects --decrypt

Agentic CI/CD Remediation

[ STATUS: LIVE ]

Multi-agent system that reads broken pipelines and fixes them. Classifies 21 GitHub Actions failure types, performs root-cause analysis, and ships a fix PR in ~30 seconds.

LangGraph · Azure OpenAI · pgvector · Chroma · LangSmith

Banking-as-a-Service Platform

[ STATUS: LIVE ]

Greenfield BaaS built from zero — 22-table schema, RS256 JWT auth, TOTP 2FA, RBAC, KYC onboarding, and 300+ Jest tests behind a full CI/CD pipeline.

NestJS · PostgreSQL · GCS · AWS · GitHub Actions

> ⚙️ ./tech_stack --load-modules

🤖 AI & AGENTIC SYSTEMS

LangGraph LangChain OpenAI Chroma pgvector LangSmith

🔧 BACKEND

NestJS Node.js Python TypeScript FastAPI REST

☁️ CLOUD & INFRA

AWS GCP Azure Docker GitHub Actions Kubernetes

🗄️ DATABASES

PostgreSQL MongoDB Redis DynamoDB

🔒 SECURITY

JWT 2FA RBAC OWASP

> 📊 ./github_stats --render



> 🏆 ./achievements --unlock

╔══════════════════════════════════════════════════════════════════════╗
║  🥇  HackathonX National Semi-Finals — 1st Place                      ║
║      SQLi · XSS · IDOR · Auth-bypass across 17 govt websites          ║
╠══════════════════════════════════════════════════════════════════════╣
║  🥈  HACKAP 2024 — 2nd Place                                          ║
║      IoT diesel theft monitor · ESP32 · GPS/GSM · <10s alerts         ║
╠══════════════════════════════════════════════════════════════════════╣
║  ☁️   Oracle Cloud Infrastructure AI Foundations — Certified 2025     ║
╠══════════════════════════════════════════════════════════════════════╣
║  🎓  VIT-AP · B.Tech Computer Science · GPA 8.48 · Oct 2026           ║
╚══════════════════════════════════════════════════════════════════════╝

> Some people journal. I ship.

closing
matrix rain footer

// follow the white rabbit → @Atharv5873

Pinned Loading

  1. devops-toolkit devops-toolkit Public

    A toolkit to automate server setup, monitoring, and alerting for DevOps

    Shell 3

  2. SecurePassVault- SecurePassVault- Public

    SecurePass Vault v2.0.1 - A modern, zero-knowledge password manager with beautiful neon UI. Built with Next.js + FastAPI, featuring client-side encryption, JWT authentication, and MongoDB. Transfor…

    TypeScript 4

  3. TankSafe TankSafe Public

    A comprehensive Diesel Theft Monitoring and Alarm System that utilizes ultrasonic sensors, a high-resolution camera, and GPS for real-time theft detection. The system provides alerts, captures phot…

    C++

  4. Smart-Vehicle-Safety-and-Comfort-Enhancement-System Smart-Vehicle-Safety-and-Comfort-Enhancement-System Public

    This is a project aiming to develop a Smart Vehicle Safety & Comfort Enhancement System: integrating wiring harness fault tracing, invisible center median detection, & cabin air quality monitoring …

    C++ 2 1

  5. PayrollManagementSystemProject PayrollManagementSystemProject Public

    Explore the Payroll Management System repository for a comprehensive software solution designed to automate employee payroll management. Developed in C, it streamlines processes like record managem…

    C

  6. fastapi-todo-auth fastapi-todo-auth Public

    A full-stack backend project built using FastAPI, SQLAlchemy, and JWT authentication, with support for user registration, login, secure password hashing, and CRUD operations on todo items. Admins c…

    Python