Skip to content
View bhavv04's full-sized avatar
🧸
Compiling
🧸
Compiling

Highlights

  • Pro

Block or report bhavv04

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
bhavv04/readme.md

Bhavdeep Arora, Systems Focused Software Engineer
Focused on low-level systems, security tooling & applied ML

const char* stack[] = {"C/C++", "Python", "Rust", "SQL", "Go"};

Currently: Building Thunderhead, a proof-of-work bot mitigation middleware
Focus: Systems Programming, Artificial Intelligence, Machine Learning & Cybersecurity
Reading: TCP/IP Illustrated, Volume 1 by W. Richard Stevens
Offline: Reading, Trekking, Lifting, Woodworking

LinkedInPortfolio

Pinned Loading

  1. terraseed terraseed Public

    Predicting optimal planting regions and crops from satellite imagery and climate data.

    Python

  2. deadzone deadzone Public

    Modeling how Midwest farm runoff drives Gulf hypoxia.

    Jupyter Notebook

  3. thunderhead thunderhead Public

    Passive intent scoring reverse proxy that silently watches, scores, and mitigates bot traffic. No CAPTCHAs, no challenges, just behavior.

    Go

  4. collatz-explorer collatz-explorer Public

    A research driven Collatz stopping time explorer featuring interactive scatter plots, density heatmaps, zoom, and data export.

    TypeScript

  5. redis redis Public

    A Redis implementation built from scratch. Core data structures, command parsing, and persistence, written to understand the internals

    C++

  6. creduce creduce Public

    MapReduce, reimplemented in C from first principles. Parallel map phase via pthreads, qsort-based shuffle, function pointer job API.

    C