0x00007FF9 53 59 53 54 45 4D 53 20 45 4E 47 49 4E 45 45 52 |SYSTEMS ENGINEER|
0x00007FFA 46 4C 55 54 54 45 52 20 44 45 56 45 4C 4F 50 45 |FULL STACK DEVEL|
badnikhil@myos:~$whoami
Nikhil Ludder
badnikhil@myos:~$./bin/status --current
[+] Found 1 active contributor for GSoC 2026 (API Dash).
[+] CUDA kernels outperforming cuBLAS on Ampere architectures.
badnikhil@myos:~$cat mission.log
I |
badnikhil@myos:~$ls -la ./actions
badnikhil@myos:~$_
System.Info
> Computer Science student at KIET Group of Institutions (2024–2028), building things that actually work at scale.
> I live in two worlds: Full Stack for scalable platforms, and C/CUDA/Assembly for the metal underneath.
> I don't chase trends. I write code that compiles fast, runs faster, and doesn't need a second explanation.
> Currently focused on GSoC 2026, adding multi-protocol support to API Dash — because WebSocket, MQTT, and gRPC deserve first-class treatment in a dev tool.
Full stack web & mobile platforms. GSoC 2026. API Dash contributions. Real users, real scale.
Custom OS from BIOS to UEFI. CUDA kernels outperforming cuBLAS. bindbc-cuda creator.
Where I've Built
$Chief Technology Officer
- >Co-founder and CTO of Doordripp — a government-registered, VC-backed fashion delivery startup focused on delivering curated clothing and accessories in minutes.
- >Led technical strategy and execution as CTO for the mobile app, customer website, and backend services — owning architecture, stack selection, scalability, security, and deployment.
- >Defined and implemented the core system architecture across mobile, web, order management, and real-time delivery tracking while maintaining strong technical ownership of the full-stack codebase.
- >Built the customer-facing applications and established the engineering infrastructure: CI/CD, state management, REST API integration, and deployment pipelines.
- >Designed and supervised backend API integration, order flow orchestration, delivery routing, and real-time GPS tracking features.
- >Aligned business, design, and engineering priorities in a two-person founding team to ship fast, iterate on product-market fit, and deliver end-to-end technical leadership.
$Google Summer of Code Contributor
- >Developing multi-protocol support (WebSocket, MQTT, gRPC) and a developer-focused cross-platform CLI.
- >Designed a modular, protocol-agnostic architecture to enable real-time and streaming communication within a unified platform.
- >Executed a pure-logic refactor of core packages (apidash_core, better_networking, genai), removing all platform-specific UI dependencies from business logic.
- >Built an OAuth2 abstraction layer with a callback-based design — supporting both GUI browser auth and headless CLI terminal auth flows.
- >Exploring low-latency communication patterns, protocol abstraction, and system-level design trade-offs.
- >Collaborating with mentors through structured milestones, code reviews, and evaluation cycles.
$Full Stack Intern
- >Architected and deployed full-stack features for a production e-commerce platform on the Google Play Store, handling active daily users.
- >Engineered scalable web and cross-platform applications and designed robust backend REST APIs to support real-time data synchronization.
- >Optimized grocery listing pages through aggressive lazy loading and backend database query tuning, reducing page load times by 50%.
- >Built an offline-first Delivery Partner app utilizing local caching and background sync, ensuring 100% operational uptime in low-connectivity zones.
- >Enhanced frontend rendering efficiency by centralizing responsive layout logic, eliminating 1,000+ redundant MediaQuery calls and boosting UI frame rates by 40%.
- >Restructured application state management using GetX with MVVM architecture, decreasing memory footprint by 35% and accelerating new feature delivery.
- >Led end-to-end feature pipelines from database schema design to frontend integration, improving overall system throughput by 60%.
What I've Built
[SYSTEM]: Loading modules... production apps, CUDA kernels, and custom OS detected. Awaiting filter parameter.
> Distributed Task Orchestration Platform
An enterprise-grade, event-driven distributed microservice architecture. Features real-time presence sync via WebSockets, background workers (Celery/RabbitMQ), and a robust observability stack (OpenTelemetry, Loki, Tempo, Prometheus, Grafana). Fully containerized with Docker, automated via GitHub Actions, and deployed on GCP.
🔄Collab
> Real-time Collaborative Kanban · OT + CRDT in Go
An offline-first collaborative planning board built entirely in Go — real-time multiplayer kanban with a Google-Docs-style collaborative editor inside every card. Both sync engines — Operational Transformation and a from-scratch RGA CRDT — are hand-implemented and fuzz-verified, and the browser client is Go compiled to WebAssembly. A single event-loop hub owns all document state, with no mutexes on the hot path.
> Google Summer of Code · foss42/apidash
Multi-protocol support (WebSocket, MQTT, gRPC) and a developer CLI for API Dash. Includes a pure-Dart refactor of core packages, OAuth2 abstraction layer, and a protocol-agnostic modular architecture.
🚀CAMM
> CUDA Accelerated Matrix Multiplication
Nine kernel implementations ranging from naive to autotuned double-buffered register tiling with vectorization. Features auto-dispatch for arbitrary shapes (M, N, K) and outperforms cuBLAS on mid-to-large square sizes.
🖥️MyOS
> Custom Operating System from Scratch
UEFI bootloader ported from BIOS, 64-bit protected mode, TTY layer for keyboard interrupts, ACPI support for modern USB, PCI enumeration, and a full xHCI (USB 3.0) driver. Virtual-to-physical memory mapping and frame allocator.
🛒Johar Basket
> Production E-commerce App · Play Store
Full-scale production e-commerce platform handling active users. Designed scalable REST APIs and full-stack frontends, improving system throughput by 60% and cutting load times by 50% via aggressive lazy loading and DB query tuning.
🔗bindbc-cuda
> CUDA Driver Bindings for D Language
Created modern CUDA driver API bindings for D from scratch, replacing the deprecated derelict-cuda package. Successfully migrated dcompute to this new backend (PR #96) and became the official author/maintainer.
📚Silicon to Assembly
> CPU Fundamentals Roadmap
Structured learning roadmap from transistors and logic gates all the way to assembly instructions. Designed to build intuition around CPU architecture and low-level computation.
⚙️mysyscaller
> Batch Syscall Script Executor
A low-level C and Assembly utility for executing batch system calls from a script file directly against the kernel.
🖼️PPM Image Viewer
> C++ / SFML Format Viewer
A native viewer for the Portable Pixmap (PPM) P3 and P6 formats. Custom parser and rendering pipeline utilizing SFML for graphics output.
🐦Flappy Bird Clone
> C++ / SFML Game
A complete clone of the classic Flappy Bird game built entirely in C++ using the SFML multimedia library.
🧮Calculator in Assembly
> x86-64 Intel Syntax
A fully functional calculator built in x86-64 assembly using Intel syntax. Pure low-level arithmetic — no libc, no runtime, no shortcuts.
🎲Random Walk
> C++ Simulation
Visual random walk simulation in C++. Built it because it seemed cool — because it is.
# Not just PRs — real impact.
# Architectural changes, new packages, and finding deprecated dependencies.
Core compiler contributions to LDC (LLVM D Compiler)
Contributed fixes and features to the DCompute component, addressing semantic compiler crashes, AST traversal bugs, and implementing native PTX embedding for seamless kernel injection.
Major architectural contributions across the entire codebase
Multiple large PRs spanning core architecture refactoring, CLI implementation, multi-value parameter support, WebSockets, pure-Dart decoupling, and model migrations. Also selected as GSoC 2026 contributor.
Official Author & Maintainer of CUDA bindings for D
While implementing unified memory, I needed cuMemPrefetchAsync, but found our bindings (derelict-cuda) were deprecated. I built bindbc-cuda from scratch as a modern replacement. Now I am the official author and maintainer.
Migrated CUDA Backend to BindBC & Unified Memory
Worked on adding unified CUDA memory support (UnifiedBuffer!T) in dcompute. Following the creation of bindbc-cuda, I successfully migrated the entire dcompute CUDA driver backend from derelict to bindbc. Also implemented Native PTX embeddings.
Contributions to the D standard library
Contributed fixes to the D standard library.
First-party WebSocket test endpoints for the API Dash suite
Built server-side WebSocket endpoints in API Dash's open-source test API so the client could ship WS support with first-party test coverage instead of relying on third-party echo servers — an echo endpoint plus a ticker feed, token-gated auth, broadcast fan-out, and close-code verification, all covered by pytest.
Added myOS to the curated list of awesome OS projects
Contributed to the awesome-os repository by adding my custom operating system project.
System Resources
Organized by domain. Language proficiencies mapped to live htop CPU threads.
Tasks: 142, 284 thr; 1 running
Load average: 0.02 0.04 0.05
Uptime: 00:00:00
Full Stack & Mobile
Systems & Low-Level
GPU & Parallel Computing
Cloud & Backend
Tools & Environment
CS Fundamentals
Proof of Work
Not claims — receipts. Every item here has a story.
Google Summer of Code 2026
API Dash · Selected
Selected for GSoC 2026 under API Dash. The mentors reached out and invited me to participate — then I built multi-protocol support and a developer CLI.
Claude for Open Source Program
Anthropic · Max 20x
Jul 2026
Selected by Anthropic for the Claude for Open Source Program — awarded Claude Max 20x free for 6 months in recognition of open-source maintenance and contributions. "Open-source maintainers and contributors like you keep the ecosystem running."
Google TPU Research Cloud
TRC Program
Oct 2025
Selected for Google's TPU Research Cloud program, providing access to specialized TPU hardware for ML and high-performance compute workloads.
AWS Solutions Architect
Associate · Certified
AWS Certified Solutions Architect — Associate. Cloud architecture design, scalability, fault tolerance, and infrastructure best practices.
AWS Cloud Practitioner
Certified
AWS Certified Cloud Practitioner. Foundational AWS cloud knowledge spanning compute, storage, networking, and security services.