rohitdebugbugs

Hello, I'm

Rohit Shahi

21-year-old developer based in India

Currently, in my final year Computer Engineering working across full-stack stuff, Blockchain, and Agentic AI Workflows. also i am part of School of Solana.

In my free time, I enjoy gaming, music, programming and thinking (a lot).

Technologies I work with

Next.js
Next.js
Express.js
Express.js
TypeScript
TypeScript
C++
C++
Rust
Rust
Solana
Solana
Ethereum
Ethereum
Solidity
Solidity

Projects

Recent work and experiments

Versus Dilemma Platform

2025

Full stack realtime scalable platform to clear your dilemmas while other users vote on that.

Next.jsExpressNeonPrismaZodRedisWebsocketsDocker

MetaBazar

2024

Decentralised NFT marketplace built on Ethereum blockchain.

Next.jsSolidityEthereum

LandLedger

2024

Land registry system decentralised on Ethereum blockchain.

Next.jsSolidityEthereum

HTTP Server

2024

Custom HTTP server implementation built from scratch using C programming language.

CSocket ProgrammingHTTP Protocol

RAG Chatbot

2024

Retrieval-Augmented Generation chatbot that consumes PDFs and provides intelligent responses.

PythonChromaDBLangChainOpenAI

AMA App

2024

Ask Me Anything platform with user authentication and real-time question management.

Next.jsMongoDBNextAuthTailwind CSS

Draw - Real-time Collaboration

2024

Real-time collaborative platform for creating and editing diagrams with multiple users.

Next.jsExpressWebSocketsCanvas API

GitHub Activity

0 contributions in the last year

@rohiit257
Loading...
solana-program.rs
use anchor_lang::prelude::*;

declare_id!("Fg6P...");

#[program]
pub mod my_program {
  pub fn initialize(ctx: Context) -> Result<()> {
    msg!("Hello Solana!");
    Ok(())  
  }
}

Quick Message

Send me a message