Skip to content
View Jayantd11's full-sized avatar

Block or report Jayantd11

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

Typing SVG

Portfolio LinkedIn Email

📍 BOSTON, MA · 42.36°N 71.06°W · UTC−05:00 · ✦ OPEN TO SWE ROLES


01 · About

Software Engineer at Aavya LLC and a Virginia Tech CS grad (3.7 GPA, Dean's List). I like working close to the metal — GPU perception pipelines, fault-tolerant servers, and the APIs & automation that hold real products together. Comfortable in C++ and systems code, just as happy shipping product features in Python, Java, and JavaScript.


02 · Tech

Skills


03 · Selected Work

Project Description Stack
GPU Stereo Depth & Object Detection Real-time AV perception from stereo cameras (no LiDAR) — 1,380× speedup, 135 FPS on edge hardware C++ CUDA OpenMP
SkipList-Quadtree Hybrid spatial index for fast 2D range queries — −30% query latency Java
Personal Server Fault-tolerant epoll-based HTTP server with Docker + PostgreSQL & CI/CD C Python
Android API Gallery Android app integrating multiple REST APIs Kotlin

04 · Now

Designing AI-powered media production pipelines at Aavya — orchestrating video generation, avatar compositing, and narration with n8n and OpenAI, while building scalable API integrations and automation that cut manual work by ~40%.


// status: shipping · uptime: since 2021 · rev: 2026.06

backend · systems · automation — always learning something new ✦

Pinned Loading

  1. ComputerVision3 ComputerVision3 Public

    Real-time autonomous-vehicle perception from stereo cameras alone (no LiDAR): SGBM disparity, WLS filtering, and Sobel edge detection fused with YOLO11x. Parallelized across CPU/OpenMP/CUDA for a 1…

    C++

  2. Personal-Server Personal-Server Public

    A scalable, fault-tolerant HTTP server in C/Python using epoll-based concurrency and event-driven architecture. Deployed with Docker + PostgreSQL and validated through automated CI/CD pipelines, wi…

    Python

  3. PersonalCush PersonalCush Public

    A POSIX-compliant Unix shell built in C, implementing process scheduling, I/O redirection, job control, and signal handling with a strong focus on memory safety — tested against production-style wo…

    Python

  4. SkipQuadTree SkipQuadTree Public

    A hybrid SkipList-Quadtree indexing engine in Java for efficient spatial search and 2D range queries. Uses hierarchical indexing and pointer-based, memory-local layouts to cut query latency by ~30%…

    Java

  5. AndroidApiGallery AndroidApiGallery Public

    A Kotlin Android app demonstrating integration with multiple REST APIs — covering networking, async data fetching, and clean UI rendering of remote content across different endpoints.

    Kotlin

  6. Jayantd11.github.io Jayantd11.github.io Public

    My personal portfolio — a cinematic, animation-driven site built with React, Vite & Tailwind, featuring generative canvas visuals, a custom cursor, and smooth-scroll motion. → jayantd11.github.io

    JavaScript