Systems Engineer ยท Solana Developer ยท Competitive Programmer
Started building seriously at 10. Eight years of consistent GitHub contributions. Currently 18, gap year before university โ spending it going deep rather than wide.
I build systems from the ground up โ operating systems, shells, distributed infrastructure, and Solana programs. Not as exercises. As the actual thing.
- Jepsen-inspired distributed systems testing framework โ fault injection (network partitions, crashes, latency), linearizability validation, adversarial workload simulation (private)
- Rust Password Manager โ security-focused vault with Argon2id, ChaCha20Poly1305, secret-aware memory, CLI + TUI
- SolScope React Native โ rewrite of my Solana wallet intelligence platform
CodeChef
- โญ 6โ ยท 2239 rating ยท Division 1
- ๐ Global Rank: 301 ยท ๐ฎ๐ณ Country Rank: 121
- ๐ codechef.com/users/ginge
๐ฅ๏ธ OS-C
Freestanding x86_64 operating system kernel written in C and Assembly.
UEFI Firmware
โ
โผ
Bootloader (kernel.efi)
โ
โผ
Memory Init โโโบ PMM โโโบ Paging (PML4)
โ
โผ
CPU Setup โโโบ GDT / IDT โโโบ Interrupts (PIC/PIT)
โ
โผ
Syscall Interface (syscall/sysret)
โ
โผ
Kernel Space (Higher Half)
โ
โผ
Interactive Shell (Serial I/O)
- Full physical memory manager + virtual paging (PML4), higher-half kernel
- CPU initialization โ GDT/IDT, interrupt handling, timer configuration
- Syscall interface bridging user โ kernel space
- UEFI-based boot with zero libc or runtime dependencies
Stack: C ยท x86_64 Assembly ยท UEFI
๐ฅ๏ธ Shell-C++
Modern C++20 Unix-like shell with AST-based execution engine.
Input
โ
โผ
Lexer โ Parser (AST) โ Execution Engine
โ
โผ
Processes / Syscalls
โ
โผ
Pipes / Redirection / Signals
- AST-based parsing with operator precedence
- Pipelines and I/O redirection via file descriptors
- Job control โ fg/bg, signals, process groups
- Interactive shell with history, completion, and editing
Stack: C++20 ยท POSIX ยท Unix syscalls
Security-focused password vault with a CLI and terminal UI.
- Crypto: Argon2id for key derivation โ ChaCha20Poly1305 for authenticated encryption
- Memory:
secrecy::SecretStringand zeroize-based cleanup for all sensitive in-memory data - Storage: encrypted vault โ no plaintext site names, usernames, or passwords on disk
- TUI: fuzzy search, auto-hide on focus switch, clipboard auto-clear after 15 seconds, auto-lock on inactivity
- Tests: crypto round-trips, wrong-password rejection, plaintext regression checks, Unix permission enforcement
Stack: Rust ยท Argon2id ยท ChaCha20Poly1305 ยท ratatui ยท crossterm
๐ญ SolScope Android
Solana wallet intelligence platform โ analyzes on-chain activity and generates algorithmic risk scores.
- Custom JSON-RPC 2.0 client built from scratch โ no heavy SDKs, direct Solana Mainnet communication
- Weighted heuristic risk engine: account age, balance patterns, transaction history, asset diversity โ 0โ100 safety score
- Clean Architecture + MVVM, Kotlin Coroutines and Flow throughout
- Custom Glassmorphic design system in Jetpack Compose
Deprecated Android codebase โ full React Native rewrite in progress.
Stack: Kotlin ยท Jetpack Compose ยท OkHttp ยท Kotlinx Serialization ยท Solana JSON-RPC
Jepsen-inspired framework for validating correctness under adversarial conditions.
Client Workload
โ
โผ
Distributed Cluster
โ
โผ
Fault Injection Layer
(network partitions ยท crashes ยท latency injection)
โ
โผ
Observability + Logs
โ
โผ
Consistency Verification
(linearizability ยท eventual consistency)
- Fault injection โ network partitions, process crashes, latency injection
- Linearizability validation under adversarial workloads
- Distributed workload simulation across multiple nodes
๐จ ASCII-CAM
Real-time browser camera feed converted to ASCII art via Canvas API.
- Live camera โ ASCII conversion with adjustable resolution and character sets
- 60+ FPS rendering with performance tracking
- Image and video export
Stack: TypeScript ยท React ยท Canvas API
Systems & Low-Level
C C++20 x86_64 Assembly Rust POSIX Linux
Solana / Web3
Rust Anchor Solana JSON-RPC PDAs SPL Tokens DeFi primitives
Backend & Infra
Node.js TypeScript Docker Kubernetes Terraform CI/CD Kafka PostgreSQL
AI / ML
PyTorch Transformers RAG Agents Fine-tuning (IIT Indore โ Diploma in AI & Data Science)
Mobile
Kotlin Jetpack Compose React Native
I design structured curricula across domains โ web/backend internals, DevOps infrastructure (containers through Firecracker sandboxing), Solana/Web3, and AI systems โ and implement as I go. Not passive consumption.
Current deep focus: Solana ecosystem (programs, DeFi mechanics, infrastructure) and Rust systems programming.
Upcoming: contributing to Omarchy โ systems/Linux tooling.
Eight years of consistent contributions โ 2018 through today.
- ๐ง rustam98137@gmail.com
- ๐ผ linkedin.com/in/rustamsheoran
- ๐ CodeChef
- ๐ป github.com/RustamSheoran


