Sashank Kurra

PROJECT ARCHIVE

Everything I’ve built.

Systems, data, ML, automation, search and product engineering. Click any project to see how it works, what I built, and the problems I solved.

01

Line Skip

Mobile pass platform with device-based access, live venue data, admin controls, and tracked redemptions.

Cloudflare Workers · JavaScript · HTML/CSS · Edge state · Authentication · Device binding · Admin tooling · Live data integration
Full Stack / Security
02

SKURRA

Real-time Solana system for tracking whale wallets, analyzing swaps, and building quantitative signals from on-chain activity.

Python · AsyncIO · WebSockets · Solana RPC · QuickNode · Helius REST · PostgreSQL design · Raydium · Orca · Jupiter · Pump.fun
Quant / Systems
03

Prediction Market Execution Engine

Real-time Polymarket engine that streams binary markets, evaluates paired prices, tracks positions, and applies portfolio risk limits.

Python · AsyncIO · WebSockets · Polymarket CLOB · py-clob-client · Market microstructure · Position sizing · Risk controls
Quant / Trading Systems
04

Supply Chain Forecasting

Prophet forecasting pipeline trained on two fiscal years of sales data and connected directly to Tableau through TabPy.

Python · Prophet · TabPy · Tableau · Jupyter · Time-series validation
Data / ML
05

Address Intelligence

Python pipeline for matching millions of messy address records using normalization, ZIP grouping, and fuzzy similarity.

Python · Pandas · RapidFuzz · Normalization · Blocking · Similarity scoring · Tableau / TabPy
Data Engineering
06

Concurrent Job Scheduler

C++ scheduler that runs prioritized jobs across multiple worker threads with synchronization, retries, and execution tracking.

C++ · Threads · Mutexes · Condition variables · Priority queues · Failure recovery
Systems / C++
07

Cloud Export Pipeline

Cloud pipeline that generates large exports in background jobs and delivers them through temporary signed links.

Google Cloud Tasks · Google Cloud Storage · Signed URLs · Background jobs
Cloud / Data
08

Financial Decision System

Loan-risk prototype that keeps model prediction separate from the natural-language explanation shown to the user.

C++ · Python · Machine Learning · Structured preprocessing · LLM explanations
ML / Software
09

Discord Automation

Cloud-hosted Discord bot for tickets, onboarding, permissions, support, and webhook-driven automation.

Python · discord.py · Railway · Webhooks · RBAC · Environment secrets
Automation
10

Tableau Workbook Tooling

Automation design for updating colors and value mappings across many Tableau workbooks in one controlled migration.

Tableau · XML / workbook metadata · Python automation · Color mapping
Automation / BI
11

Information Retrieval

Search experiments using Pyserini to index documents, process queries, rank results, and evaluate retrieval quality.

Python · Pyserini · Indexing · Ranking · Text retrieval
Search / NLP