Skip to content
View LSUDOKO's full-sized avatar
💭
In my thoughts
💭
In my thoughts

Block or report LSUDOKO

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LSUDOKO/README.md

LinkedIn Gmail Twitter Discord Telegram YouTube LeetCode Codeforces


Profile Views


About Me

I'm a B.Tech Computer Science student at NIT Hamirpur, building at the intersection of full-stack engineering, Web3, and systems programming. Selected as an LFX Mentee 2025 under the Linux Foundation for the Magma project, and an active open-source contributor to HPX (STE||AR Group) during GSoC 2026. I've won 7+ international hackathons, solved 870+ DSA problems, and achieved a max Codeforces rating of 1372.


Hackathon Wins & Coding Achievements

Hackathon Wins & Bounties

Rank Prize Event Project
1st Place $3,000 MetaMask Card Dev Cook-Off Cross-Chain App
1st Place $5,000 Forte Hacks by Flow Flow Fantasy Fusion
Top 8 $300 + $1k Grant ONE HACK 2025 RWA Exchange
Dual Track $575 MetaMask & Solana RWA + Identity
3rd Place NordVPN Hack for Hope Blind Navigator
4th Place AOPS + .xyz PortXFolio Portfolio
Winner XYZ + NordVPN HackEMinds 2025 Speak Pro AI

7 wins · 20+ hackathons · 2× bounty awards · Devpost · DoraHacks · HackQuest

Competitive Programming

Platform Stat
Problems Solved 870+ across all platforms
Codeforces Max Rating 1372
Contests Participated 22+
Platforms Codeforces · LeetCode · CodeChef · AtCoder
Primary Language C++

Featured Projects

Decentralized marketplace for tokenized real-world assets with fractional ownership on OneChain (Sui-based). Move smart contracts for PropertyNFT creation, fractionalization, and investment tracking. IPFS-backed metadata, ~0.01 OCT per transaction.

AI-powered fantasy sports dApp on Flow with automated settlements and multi-asset staking. Three Cadence smart contracts for league management, scoring, and payout (60/25/15). Gemini AI for lineup recommendations. Winner — $5,000.

Autonomous Telegram-based AI agent for IP registration, infringement detection, and enforcement on Story Protocol. IPFS metadata storage, TF-IDF semantic scans, Crossmint abstraction, and live testnet monitoring with one-click dispute initiation.

AI-driven recruitment platform with ATS-style scoring and no-code automation. n8n workflows for resume parsing, AI evaluation, email + Slack/Discord alerts. Reduced manual screening by 70%.

AI-powered communication and speech enhancement tool. Winner at HackEMinds 2025.

Accessibility-first navigation solution for visually impaired users using computer vision. 3rd Place at Hack for Hope.

Privacy-preserving credit scoring for DeFi lending. Enables under-collateralized loans (105% collateral) using Chainlink CRE secure enclaves, Plaid bank data, and Groq AI — with zero PII exposure. Sybil-resistant via World ID. Built for Chainlink Convergence Hackathon 2026.

 

Retro blockchain fighting game on Movement Network (Aptos Move). Players mint NFT fighters, battle AI opponents, stake MOVE tokens in tournaments, and earn on-chain rewards. Live leaderboard via direct Movement REST API — zero CORS issues, fully decentralized.

Privacy-preserving compliance verification engine for institutional RWAs on Arbitrum. First protocol to unify Stylus Rust + RIP-7212 passkeys + ZK proofs — achieving 97% gas savings vs Solidity ZK verifiers. Unlocks $500M+ stuck liquidity for protocols like BlackRock BUIDL and Ondo USDY. Built for Arbitrum Open House Buildathon 2026.

 

Real-time multiplayer Bingo game with a horror-themed cinematic UI. WebSocket-powered room system syncs tile clicks, Bingo calls, game state, and in-game chat instantly across all players. Supports desktop, tablet, and mobile. Rooms auto-delete when all players leave.


Open Source Contributions

LFX Mentorship 2025 — Magma (Linux Foundation)

Selected as an official LFX Mentee under the Linux Foundation for the Magma project — a production-grade distributed mobile core network supporting 4G/5G EPC.

  • Worked on large-scale distributed systems involving telecom protocols: 3GPP, GTP, DIAMETER
  • Focused on debugging complex networking flows and improving system reliability
  • Built expertise in distributed systems design, CI/CD pipelines, and automated testing
  • Followed professional open-source practices: code reviews, issue tracking, PR lifecycle management

HPX (STE||AR Group) — GSoC 2026

Contributing to HPX, a C++ standard library for parallelism and concurrency.

View all merged Pull Requests
PR Title Description
#7036 API Enhancements (hpx::compute::vector) Implemented missing standard methods — assign, at(), reverse iterators — improving std::vector compatibility
#7041 Exception Safety Fix Replaced unsafe raw memory allocation with std::shared_ptr in options_description_easy_init, preventing memory leaks
#7046 String Handling Safety Eliminated unsafe std::strcat usage, replacing with safer alternatives to prevent buffer overflow
#7116 CI Workflow Refactor Introduced matrix-based job + reusable composite action in build-and-test.yml, reducing duplication
#7120 CI & Testing Improvements Fixed test selection in container algorithm CI shards, ensuring deterministic execution
#7125 Memory & Serialization Optimization Replaced std::shared_ptr<double[]> with serialize_buffer<double> to improve buffer ownership and simplify serialization

Previous Contributions

Creative Scala — 2025

2 merged PRs to the Scala/Terminus codebase. Implemented cursor movement via ANSI escape codes (left/right public API), added terminal dimension support for xterm.js, and maintained full test coverage.

Hacktoberfest — Go / Solidity Projects

5 merged PRs. Implemented a Git TUI status notification system using Bubble Tea's timer. Engineered blockchain contract version history retrieval for Foundry + Hardhat. Contributed +700 LOC to SignVault metadata structures.


Tech Stack

Category Technologies
Languages
Frontend
Backend
Databases
Blockchain / Web3                
DevOps & Infra
Monitoring

GitHub Statistics

 

Certifications & Badges


Pinned Loading

  1. Portfolio Portfolio Public

    This is my personal portfolio website built with Next.js and styled to look like VS Code. It showcases my projects, skills, and experience in a unique and interactive way.

    JavaScript 4

  2. RWA-Exchange/RWA-Exchange-OneChain RWA-Exchange/RWA-Exchange-OneChain Public

    A marketplace for tokenized Real-World Assets (RWA)

    TypeScript 2 2

  3. One-Clash-Fighter One-Clash-Fighter Public

    One Clash Fighters is a retro-style fighting game that combines classic arcade gameplay with modern blockchain technology. Built on Movement Network (Aptos Move-based L1), players mint unique Fight…

    Move

  4. PrivaCRE PrivaCRE Public

    Bringing Real-World Credit Scoring to DeFi Without Compromising Privacy

    TypeScript