I am a full stack software engineer specializing in scalable backend architectures, AST manipulation, compile-time instrumentation, and modern agentic AI systems. I actively contribute to OpenTelemetry Go and build production-ready applications with TypeScript, Go, and Python.
Selected
Projects
Full-stack applications, intelligent platforms, and developer tooling — each project represents a complete engineering commitment.
VIEW ALL PROJECTS→Nexorithm
Code execution is isolated through controlled child-process execution with enforced timeouts. The platform provides coding problem browsing, an integrated Monaco editor, and automated judging with real-time feedback.
NanoReach
Built a full-stack platform connecting brands and YouTube creators with campaign escrow smart checks and automated fraud scoring, achieving a 97% reduction in duplicate/bot engagement.
Job Portal
Built an end-to-end recruitment platform with Socket.io real-time messaging supporting 1,000+ concurrent chats, resume parsing, job application pipeline tracking, and role-based access control.
AcadIQ
Engineered student pass/fail classification with 97.1% accuracy on high-imbalance educational datasets. Currently extending into an agentic study coach using LangGraph, vector search, and RAG architectures.
Troopod CRO Redesign
Comprehensive UX/CRO case study restructuring above-the-fold pricing hierarchy, rating placement, and contextual trust signals using vanilla web performance optimizations.
EMWare.AI
An intelligent travel planning platform that uses Google Gemini AI to create personalized travel itineraries in seconds, complete with hotel recommendations, daily activities, and stunning visuals.
I CONTRIBUTE TO
PRODUCTION SYSTEMS.
Seven reviews across a production Go compiler instrumentation codebase, covering AST correctness, error handling, CI reliability, regression integrity, and cross-platform portability.
fix(ci): scope unit coverage uploads to their own flag
Identified that unit coverage uploads were bundled with root CI runs, risking metric skewing across matrix jobs. Verified isolation into an explicit dedicated coverage flag.
fix(tool): struct rules match non-struct types and add fields to wrong struct
Reviewed AST resolution to ensure FindStructType accurately resolves matching TypeSpec declarations across grouped types and rejects non-struct targets during compiler instrumentation.
fix(tool): check file.Close error handling in ImportConfig and AST WriteFile
Reviewed file-writer pathways to prevent deferred Close() return codes from masking primary write failures, enforcing explicit named error coalescing.
test: fix Windows test failures due to POSIX shell assumptions
Investigated why hosted Windows runners running MSYS/Git masked portability defects, and reviewed the migration of shell subprocesses to standard Go Test Helper processes.
fix(build): ensure lock files are released across interrupted build passes
Identified stale lock contention during aborted compile passes. Verified clean signal traps and defer release semantics across concurrent build invocations.
file.Close() to overwrite upstream write diagnostics.










