Ayush Anchal

fullStack | AI | Blockchain Developer

I can deliver an agile working model of any project in 24 hours.

SCROLL

The 24-Hour Arena

CONCEPT → CODE → DEPLOY

24:00:00
🧠 HireAI

AI-Powered Hiring Dashboard

🪪 KarmaPass

On-Chain Skill Verification

📝 Resume Analyzer

AI Resume + Blockchain Verifier

✈️ AERO-PASS

Passport Social Media Dashboard

const analyzeResume = async (file) => { const skills = await AI.extract(file); const roles = matchRoles(skills); const hash = await blockchain.verify({ skills, roles, timestamp: Date.now() }); return { skills, roles, hash }; }; // Smart contract verification contract KarmaPass { mapping(address => Skill[]) public verified; function verify(Skill memory s) public { verified[msg.sender].push(s); emit SkillVerified(msg.sender, s.name); } } const analyzeResume = async (file) => { const skills = await AI.extract(file); const roles = matchRoles(skills); const hash = await blockchain.verify({ skills, roles, timestamp: Date.now() }); return { skills, roles, hash }; };
app.post('/api/scrape', async (req, res) => { const platforms = ['reddit', 'twitter']; const posts = await scraper.collect({ platforms, keywords: ['passport', 'visa'], window: '24h' }); const classified = nlp.categorize(posts); const clusters = dbscan.group(classified); await db.posts.insertMany(clusters); ws.broadcast({ type: 'NEW_POSTS', count: posts.length }); res.json({ success: true, count: posts.length }); }); // NLP Classification Pipeline const categorize = (posts) => { return posts.map(post => ({ ...post, category: classifier.predict(post.text), sentiment: sentiment.analyze(post.text), summary: summarizer.generate(post.text, 30) })); };
// Real-time Socket.IO Chat io.on('connection', (socket) => { socket.on('message', async (data) => { const saved = await Message.create(data); io.to(data.room).emit('newMessage', saved); if (data.text.startsWith('/ai')) { const reply = await echoBot.respond(data.text); io.to(data.room).emit('botReply', reply); } }); socket.on('typing', (user) => { socket.to(user.room).emit('userTyping', user); }); }); // JWT Authentication Middleware const protect = async (req, res, next) => { const token = req.headers.authorization; const decoded = jwt.verify(token, SECRET); req.user = await User.findById(decoded.id); next(); };

Skills Constellation

TECHNOLOGIES I WORK WITH

💻 Programming Languages
JavaScript JavaScript
TypeScript TypeScript
C++ C++
Solidity Solidity
🌐 Frontend
HTML5 HTML5
CSS3 CSS3
Tailwind CSS Tailwind CSS
React.js React.js
Vite Vite
Next.js Next.js
🧩 Backend
Node.js Node.js
Express.js Express.js
Prisma Prisma ORM
FastAPI FastAPI
🗄 Databases
MongoDB MongoDB
PostgreSQL PostgreSQL
Redis Redis
🔗 Blockchain
Ethereum Ethereum
Polygon Polygon
Solidity Solidity
IPFS
MetaMask
🤖 AI / NLP
Resume Parsing
Skill Extraction
Job Matching
LLM Integration
🛠 Tools & Infrastructure
Git Git
GitHub GitHub
Postman Postman
Firebase Firebase
Docker Docker
Vercel Vercel
Netlify Netlify

The Basement Wall

PROJECTS BUILT WITH PASSION

🧠 HireAI

AI-Powered Hiring Dashboard — automated recruitment, live coding assessments with AI code review, DSA generation, and analytics.

Next.js 14 TypeScript Prisma PostgreSQL Ollama shadcn/ui

🪪 KarmaPass

On-Chain Skill Verification Platform — AI resume extraction + Polygon blockchain proof + public QR code profiles.

React Tailwind Solidity Polygon IPFS MetaMask

✈️ AERO-PASS

Passport Social Media Analytics Dashboard — real-time scraping, NLP classification, DBSCAN clustering, 10-language translation.

Next.js 14 FastAPI PostgreSQL Redis Docker NLP

📝 Resume Analyzer

Intelligent resume parser — AI skill extraction, job role matching, and blockchain authenticity verification.

React Tailwind Node.js Prisma PostgreSQL Solidity

📌 TaskMan

Full-Stack MERN task management with JWT auth, priority management, due dates, and responsive UI.

React Node.js Express MongoDB JWT

🎙️ EchoTalk

Real-time chat with Socket.IO, JWT auth, AI EchoBot assistant, speech-to-text, emoji & file sharing.

React Node.js Socket.IO MongoDB AI Bot

💰 NovaTrack

Expense tracker with real-time balance, category filtering, smart insights, CSV export, and dark mode.

HTML CSS JavaScript

🚀 Time Capsule Portfolio

Timeline-based creative portfolio — story-driven design with secret capsule section and unique UI concepts.

HTML CSS JavaScript

⏰ Digital Clock

Neon glow animated clock with dynamic greetings, dark/light mode, and responsive modular design.

HTML CSS JavaScript

🎬 Movie Search App

OMDb API movie discovery with voice search, detailed info panels, and responsive UI.

HTML CSS JavaScript OMDb API

About Me

Hi, I'm Ayush Anchal 👋

🎓 B.Tech CSE (2023–2027) from India
💻 Full Stack Developer | AI + Blockchain Enthusiast

I build real-world, scalable, and impact-driven applications using Web Technologies, AI systems, and Blockchain infrastructure. My focus is on clean architecture, meaningful features, and production-ready code.

"The only way to prove you can build it — is to build it. In 24 hours."

Copied to clipboard!