I'm a passionate Computer Science undergraduate at the National Institute of Technology, Kurukshetra, graduating in 2026. I have a strong interest in compilers, chaos theory, dynamical systems, and high-performance computing.
Here's a selection of technologies I'm proficient in:
Languages | Frameworks & Libraries | Developer Tools & Databases |
---|---|---|
Go Python Java Rust C/C++ JavaScript SQL |
Next.JS React.JS PyTorch TensorFlow Node.js |
Git PostgreSQL MongoDB Docker Netlify PostHog |
Pcom-Go - High-Performance Parser Combinator Library in Go
- Description: An engineered high-performance parser combinator library in Go that has received 10+ GitHub stars.
- Key Features:
- Architected a checkpoint/rollback system to boost developer productivity in complex parsing scenarios.
- Improved performance by 3x in nested parsers by reducing memory allocations and avoiding redundant copies.
- Enhanced the developer experience with color-coded error messages and full backtracking support.
- Tech:
Go
- Source Code