Skip to content
View ankurrera's full-sized avatar
๐ŸŒด
On vacation
๐ŸŒด
On vacation

Block or report ankurrera

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

Hi there! I'm Ankur Bag Waving Hand

Typing SVG

I am a Computer Science & Engineering graduate (Class of 2026) passionate about building high-performance mobile applications, robust full-stack architectures, real-time telemetry pipelines, and edge computer vision. I thrive on solving complex state-synchronization problems, offline-first reliability, and end-to-end software design.


๐ŸŽ“ Academic & Professional Focus

  • Degree: B.Tech in Computer Science & Engineering (Graduating Summer 2026)
  • Specializations: Mobile Application Development (Flutter), Relational & Real-Time Databases, Computer Vision Pipelines, and Offline-First Architectures.
  • Goal: Designing robust, scalable systems that bridge the gap between polished user interfaces and complex database layers.

๐Ÿ› ๏ธ Tech Stack & Tools

Languages:
Frameworks & Libraries:
Databases & Cloud:
Developer Tools & OS:

Computer Vision & ML: OpenCV | YOLOv8 (Pose) | ByteTrack


๐Ÿš€ Featured Engineering Projects

๐Ÿ› Mother's Hut โ€” Enterprise Restaurant Operating System

A full-stack, cloud-native ERP monorepo (Melos) coordinating 5 client applications with a Supabase PostgreSQL backend.

  • Offline-First Sync Engine: Developed a local transactional queue using Drift (SQLite) to buffer POS and Kitchen Display System (KDS) operations, synchronizing changes chronologically with database-level idempotency key gating on connection recovery.
  • Telemetry & Track Coalescing: Designed batch GPS logging that queues coordinates locally and uploads them in blocks of 10 every 60s, reducing telemetry database write traffic by 90% and preventing WebSocket connection exhaustion.
  • Production Gating & Security: Enforced Row-Level Security (RLS) across 54 tables and restricted critical state mutations to audited PostgreSQL RPCs to maintain financial compliance.
  • Tech Stack: Flutter, Supabase, PostgreSQL 15, Drift (SQLite), Riverpod, pg_cron, Melos.

๐Ÿฅ CareSync โ€” Biometric E-Prescription & Medical Logging Platform

A secure, HIPAA-compliant medical logging app facilitating patient, doctor, pharmacist, and first-responder interactions.

  • Two-Factor Biometrics: Integrated native hardware biometric authentication (Face ID/Fingerprint) with cloud-based face verification (Azure Face API) for secure identity verification.
  • Emergency QR System: Created a secure QR pipeline allowing first responders instant access to patient medical summaries without credentials.
  • State & Data Integrity: Structured reactive application state with Riverpod and decoupled database schema constraints on Supabase.
  • Tech Stack: Flutter, Supabase, Azure Face API, Riverpod, PostgreSQL.

๐Ÿ‘๏ธ AuraSense โ€” Camera-Based Activity Monitoring System

A modern proof-of-concept employee engagement tracking system processing edge camera feeds in real time.

  • Computer Vision Pipeline: Built an OpenCV capture system that feeds frames into a YOLOv8-Pose keypoint estimator and filters individual tracking tracks using ByteTrack.
  • Engagement Classification: Developed a state machine running Exponential Moving Average (EMA) landmark smoothing to classify subject states as Working, Idle, or Absent, translating to a daily productivity index.
  • API & Analytics: Built a FastAPI web server (SQLAlchemy, MySQL) to stream telemetry to a glassmorphic dashboard (HTML/CSS/JS) styled with Chart.js.
  • Tech Stack: Python, OpenCV, YOLOv8-Pose, ByteTrack, FastAPI, SQLAlchemy, MySQL, Chart.js.

๐ŸŽฎ Solo Leveling โ€” Gamified Fitness Tracker

A web application that gamifies workouts, prompting users to log exercises and complete quests to level up.

  • Interactive Interface: Implemented a dark-themed, responsive dashboard using React 18, Vite, TypeScript, Shadcn UI, and Tailwind CSS.
  • Data Query Caching: Leveraged TanStack React Query for server-state caching, minimizing redundant API roundtrips.
  • Tech Stack: React, Vite, TS, Shadcn UI, TanStack Query, Supabase.

A high-performance personal web portal and headless CMS bridging software engineering with professional photography & fashion production.

  • Next.js & Supabase Engine: Built with Next.js App Router for low-latency server-side rendering (SSR) and dynamic routing.
  • Image Optimization: Designed an on-the-fly media optimization pipeline converting raw imagery to highly compressed WebP formats, reducing LCP by 60% for rich visual showcases.
  • Tech Stack: Next.js, React 18, Tailwind CSS, Supabase, Vercel Serverless.

๐ŸŽ“ ScholarX โ€” Academic Resource & Prep Engine

A web platform serving engineering students with academic resources, syllabus mappings, and examination prep tools.

๐Ÿค Let's Connect!

LinkedIn Badge Twitter Badge Email Badge

"Disciplined systems design, clean architecture, and exceptional user experiences build products that last."

Pinned Loading

  1. aurasense aurasense Public

    Real-time activity monitoring system using YOLOv8-pose keypoint tracking, ByteTrack, and FastAPI. Processes webcam feeds to classify Working/Idle/Absent states, logging metrics dynamically to a MySโ€ฆ

    Python 1

  2. OrbitInnovations/OrbitInnovations.github.io OrbitInnovations/OrbitInnovations.github.io Public

    Source To Our Website.

    CSS

  3. SoloLeveling SoloLeveling Public

    โ™Ÿ๏ธ A Notion-inspired Life OS that turns real-world skills into a live RPG stat system driven by XP and consistency.

    TypeScript 97

  4. CareSyncMain CareSyncMain Public

    CareSync - Biometric Medical Logging & E-Prescription Platform

    Dart