agnideep ghosh*
I like building things, specially systems that scale. I take interest in decentralization, algorithmic problems and diving down abstractions to understand how systems work.
I currently work at Leap Wallet as a software engineer. Previously I was at Pitney Bowes as a software intern working on ecommerce engines at scale, and at DRDO as a research intern working on computer vision and mobile net architectures.
projects
onionUDP
anonymity over UDP by implementing onion routing with multi-hop encryption. implements x25519_dalek for diffie-hellman key exchange and client-relayer setup with support for relay extension.
aether
kernel written in rust. supports vga text mode and interrupt handling. uses it's own custom 64-bit triple target which assumes no underlying OS or compiler and externs to C syntax.
automated market maker
amm on solana, built with anchor. follows uniswap v3 liquidity mechanism and supports pool creation, providing liquidity within desired tick ranges. ticks are stored in tick array accounts inspired by Orca's tick array usage.
clensify
bad-word detection library written in TypeScript which uses multistage detection outperforming conventional methods. decodes obfuscated text like zalgo, bubble-text, leetspeak and uses dynamic bloom filters with contextual embeddings for efficient detection.
virtual DOM - based on static analysis
static analysis for reactivity at raw javascript speed. fine-grained diffing and tree walking. outperformed reacts reconciliation for static-heavy apps. built a component wrapper to make react components statically-reactive.