Abhinav Bist Profile

Abhinav Bist

AI Engineer

ABOUT

  • Building and shipping products that makes some difference .
  • Actions speak louder than words, so I focus on building.
  • Enough talk , now let's code.

EXPERIENCE

SYSTEM STACK INIT

Open For Opportunities

Currently researching AI systems architecture and building self-directed prototypes. Open to software engineering roles or technical internships.

PROJECTS

Showing 4 of 6
SIMULATOR LIVE PREVIEW

Vortex Engine

A high-performance WebGL 2D/3D graphics engine written in TypeScript with zero external dependencies. Features dynamic shadow mapping and a custom physics solver.

TypeScriptWebGLMathPhysics
SIMULATOR LIVE PREVIEW

Aura Workspace

A secure, peer-to-peer collaborative whiteboard application using WebRTC. Offers end-to-end encryption and sub-millisecond local state synchronization.

Next.jsWebRTCYjsTailwindCSS
SIMULATOR LIVE PREVIEW

Quantum Ledger

A lightweight, double-entry bookkeeping engine with cryptographic audit trails. Built for sub-nanosecond processing and zero data-loss reliability.

RustWASMSQLiteReact
SIMULATOR LIVE PREVIEW

Sentry API Gateway

A zero-trust, blisteringly fast reverse proxy and rate limiter engineered in Go. Performs sub-millisecond request inspection and JWT validation.

GoRedisDockergRPC

CONTRIBUTIONS

GITHUB CONTRIBUTION MATRIX

Deterministically simulated developer footprint
-- Contributions
JulAugSepOctNovDecJanFebMarAprMayJun
MonWedFri
Less active
Less
More

BLOGS

Showing 4 of 6
Jun 24, 20266 min read

Optimizing WebGL Shader Performance

Diving deep into GPU pipeline bottlenecks, vertex cache optimization, and arithmetic minimization strategies in GLSL ES 3.0.

#webgl#graphics#performance
May 18, 20268 min read

Rethinking Peer-to-Peer State Sync

Exploring Conflict-free Replicated Data Types (CRDTs) and their trade-offs in low-latency real-time editing collaborative tools.

#p2p#crdt#webrtc
Apr 11, 20265 min read

Rust to WebAssembly: A Pragmatic Guide

How to ship production Rust crates to browser runtimes with zero-copy memory transfers and optimized wasm-bindgen bindings.

#rust#wasm#webdev
Mar 29, 20264 min read

Zero-Trust API Rate Limiting

Designing distributed rate-limiting middleware in Go using token bucket algorithms and high-throughput Redis cluster pipelines.

#go#security#backend