Skip to content
View kripa-sindhu-007's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report kripa-sindhu-007

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
kripa-sindhu-007/README.md
╔═══════════════════════════════════════════════════════════════════════════════════════════════════════╗
║                                                                                                     ║
║    ██╗  ██╗██████╗ ██╗██████╗  █████╗     ███████╗██╗███╗   ██╗██████╗ ██╗  ██╗██╗   ██╗           ║
║    ██║ ██╔╝██╔══██╗██║██╔══██╗██╔══██╗    ██╔════╝██║████╗  ██║██╔══██╗██║  ██║██║   ██║           ║
║    █████╔╝ ██████╔╝██║██████╔╝███████║    ███████╗██║██╔██╗ ██║██║  ██║███████║██║   ██║           ║
║    ██╔═██╗ ██╔══██╗██║██╔═══╝ ██╔══██║    ╚════██║██║██║╚██╗██║██║  ██║██╔══██║██║   ██║           ║
║    ██║  ██╗██║  ██║██║██║     ██║  ██║    ███████║██║██║ ╚████║██████╔╝██║  ██║╚██████╔╝           ║
║    ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝╚═╝     ╚═╝  ╚═╝    ╚══════╝╚═╝╚═╝  ╚═══╝╚═════╝ ╚═╝  ╚═╝ ╚═════╝            ║
║                                                                                                     ║
║    Software Engineer  ·  Distributed Systems  ·  Published Researcher                               ║
║                                                                                                     ║
╚═══════════════════════════════════════════════════════════════════════════════════════════════════════╝

Typing SVG



kripa@github:~$ whoami --verbose
# ╭──────────────────────────────────────────────────────────────╮
# │                        IDENTITY                             │
# ╰──────────────────────────────────────────────────────────────╯

  name:         Kripa Sindhu
  role:         Software Engineer @ BeatRoute Innovation
  location:     Gurugram, India
  education:    B.Tech CSE — IIIT Guwahati (2021-2025)
  status:       ● active (running in production since May 2025)

# ╭──────────────────────────────────────────────────────────────╮
# │                     WHAT I BUILD                            │
# ╰──────────────────────────────────────────────────────────────╯

  day_job:
    - Production SaaS platforms serving 15+ countries
    - Real-time chatbot interfaces (Angular + WebSockets)
    - Report Builder — company's flagship feature frontend
    - Internal UI component library (adopted across teams)
    - Angular 14 → 19 migrations with zero downtime

  side_quests:
    - Distributed task queues in Go
    - Feature flag platforms with SSE + Redis pub/sub
    - Open-source animated 404 page components

# ╭──────────────────────────────────────────────────────────────╮
# │                    ACHIEVEMENTS                             │
# ╰──────────────────────────────────────────────────────────────╯

  publication:  "EV-GREEN" — Computing (Springer Nature), Vol. 108, Feb 2026
  gate_cse:     Top 5% nationwide (2024 & 2025)
  leetcode:     Knight — 1000+ solved, peak rating 1914
kripa@github:~$ cat /proc/tech_stack
┌─────────────────────────────────────────────────────────────┐
│  LANGUAGES          FRAMEWORKS           INFRASTRUCTURE     │
│  ─────────          ──────────           ──────────────     │
│  Go                 Angular              PostgreSQL         │
│  TypeScript         React / Next.js      Redis              │
│  JavaScript         Node.js / Express    MongoDB            │
│  Python                                  Docker / AWS       │
│                                          GitHub Actions     │
└─────────────────────────────────────────────────────────────┘




kripa@github:~$ ls -la ~/projects --sort=impact
drwxr-xr-x  feature-flag-system/
├── backend/       # Go + Chi router
├── dashboard/     # Next.js 16
├── sdk/           # Client SDK
└── docker-compose.yml

> feature-flag-system

Full-stack feature flag platform. Percentage rollouts via FNV-1a hashing, real-time SSE propagation through Redis pub/sub, role-based API key auth. Layered Go architecture with PostgreSQL + Redis.

drwxr-xr-x  task-queue/
├── workers/       # Go goroutine pool
├── queue/         # Redis sorted sets
├── dashboard/     # Next.js 15 realtime
└── .github/workflows/

> task-queue-dashboard

Distributed task processing with Go concurrent worker pools, priority scheduling via Redis sorted sets, exponential backoff retries, dead-letter queues. Real-time Next.js dashboard. CI/CD via GitHub Actions.

drwxr-xr-x  ev-routing-green-v2g/
├── models/        # MILP optimization
├── heuristics/    # Graph-based routing
├── data/          # GreenZone + V2G
└── paper/         # Springer Nature

> ev-routing-green-v2g

Co-authored research: hybrid MILP + graph-based heuristic framework for EV eco-routing with GreenZone prioritization and V2G incentives. Published in Computing (Springer Nature), Vol. 108, Feb 2026.

drwxr-xr-x  404_lib/
├── react/         # React components
├── vue/           # Vue components
├── vanilla/       # Plain JS
└── package.json

> 404_lib

Open-source library of animated 404 page components for React, Vue, and vanilla JavaScript. Drop-in, customizable error pages with smooth animations and clean developer API.


kripa@github:~$ cat /var/log/work_experience.log    [click to expand]

╔══════════════════════════════════════════════════════════════════════╗
║  BeatRoute Innovation                                              ║
║  Software Engineer  ·  May 2025 – Present  ·  Gurugram             ║
╠══════════════════════════════════════════════════════════════════════╣
║                                                                    ║
║  [MIGRATION]   Led Angular 14 → 19 migration for 2 production     ║
║                SaaS apps. Zero downtime. Full backward compat.     ║
║                                                                    ║
║  [REAL-TIME]   Designed chatbot interface with Angular +           ║
║                WebSockets. Low-latency comms across 15+ countries. ║
║                                                                    ║
║  [FLAGSHIP]    Architected Report Builder frontend — dynamic       ║
║                config, visualization, export workflows.            ║
║                                                                    ║
║  [LIBRARY]     Co-developed internal Angular UI component          ║
║                library. Adopted across teams. -30% dev effort.     ║
║                                                                    ║
║  [TESTING]     Built test framework (Jasmine/Karma).               ║
║                90%+ coverage. Automated CI pipelines.              ║
║                                                                    ║
║  [PERF]        Optimized SaaS analytics dashboard. Fixed           ║
║                rendering bottlenecks + change detection.           ║
║                                                                    ║
╚══════════════════════════════════════════════════════════════════════╝

kripa@github:~$ neofetch --github-stats

╔══════════════════════════════════════════════════════════════════╗
║                                                                  ║
║   $ echo "Building systems that scale. Let's collaborate."       ║
║   > sindhukripa007@gmail.com                                     ║
║                                                                  ║
║   $ exit 0                                                       ║
║                                                                  ║
╚══════════════════════════════════════════════════════════════════╝

Pinned Loading

  1. feature-flag-system feature-flag-system Public

    Full-stack feature flag platform with percentage rollouts, targeted users, and real-time SSE updates.

    TypeScript

  2. task-queue-educational-dashboard task-queue-educational-dashboard Public

    Educational distributed task queue with Go workers, Redis-backed jobs, and a live Next.js dashboard.

    TypeScript 1

  3. ai_travel_planner_app ai_travel_planner_app Public

    AI-powered travel planner app that generates trip itineraries from destination, budget, duration, and travel type.

    JavaScript 2

  4. ev-routing-green-v2g ev-routing-green-v2g Public

    EV route optimization research with green-zone prioritization, charging infrastructure, and V2G-aware modeling.

    Jupyter Notebook

  5. browser_volume_control browser_volume_control Public

    Chrome extension for controlling per-tab website volume without changing system audio.

    TypeScript

  6. sde_portfolio sde_portfolio Public

    Developer portfolio built with Next.js, TypeScript, and Tailwind CSS to showcase systems, AI, and backend projects.

    TypeScript