press ` to open terminal
portfolio.sh
aritra@distro
user@portfolio:~$cat skills.txt
1+ Year Production Experience
500+ Active Users Served
60% Page Load Reduction Achieved
1,000+ Emails/Month Automated
Diversion Hackathon Finalist (Top 10 / 200+ Teams)
3+ Major Feature Releases Shipped
📝 Featured Projects
Lumio — In-Browser App Builder (WebContainers API)
AirEdify — EdTech Platform (500+ Students)
Uber Clone — Real-Time Ride Hailing
airedify.in
500+
Production Users
60%
Load Reduction
1,000+
Emails/Month
Top 10
Hackathon
about_me.sh
about_me.sh
user@portfolio:~$cat about.md
Aritra Ray
Aritra Ray
Full-Stack Developer
📍West Bengal, India
🎓MAKAUT · Final Year
💼AiRedify · Remote
Open to opportunities
# About Me
# Full-Stack Developer & System Builder
#!/bin/bash

I'm a final-year Computer Science & Engineering student at Maulana Abul Kalam Azad University of Technology, West Bengal — and a Full-Stack Developer with 1+ year of production experience building and shipping real products.

I currently work at AiRedify, where I built AirEdify — an EdTech platform serving 500+ students with Next.js 14, Strapi CMS, MongoDB, and Razorpay. I reduced page load times by 60% using ISR and automated 1,000+ emails/month via AWS SES.

I love building systems that solve real problems — from real-time ride-hailing clones with Socket.IO to browser-native app builders using WebContainers API. I'm passionate about clean architecture, great developer experience, and shipping things that actually work at scale.

Diversion Hackathon Finalist (Top 10 out of 200+ teams) — built ReviewIQ, an AI SaaS with multi-tenant RBAC, Gemini AI, and a full review queue system in 24 hours.

$ ls skills/
[Languages & Frontend]
JavaScript (ES2022+)TypeScriptReact 18Next.js 14Tailwind CSSShadcn/UIViteRedux ToolkitHTML5CSS3
[Backend & APIs]
Node.jsExpress.jsStrapi CMSREST API DesignWebhooksSocket.IOWebSocketsWebContainers API
[Databases & ORM]
MongoDBPostgreSQLPrisma ORMSchema Design & Indexing
[Cloud, Auth & Tools]
AWS SESDockerVercelJWTAuth0RazorpayRBACGitPostmanESLint
ls projects/
user@portfolio:~$ls projects/  # 5 featured repositories
lumio.sh
Lumio
⭐ FEATURED
$ cat README.md

Browser-based app builder — run Node.js and React projects entirely in the browser via WebContainers API. AI-driven code generation from prompts in under 3 seconds. Zero local setup required.

$ ls tags/
browser-idewebcontainersai-codegen+4
$ file --mime-type *
TypeScriptNode.jsReactTailwind CSSWebContainers APIAI
Eliminated 100% of local setup overhead
AI scaffolding from prompt in <3 seconds
Live preview + hot reload + virtual file tree
Async WebContainer boot sequencing & file system diffing
$ ./run_commands.sh
airedify.sh
AirEdify — EdTech Platform
⭐ FEATURED
$ cat README.md

Production EdTech platform serving 500+ students across 2+ course categories with book sales. Full Razorpay integration (webhooks, orders, verification), AWS SES transactional email, and ISR for sub-1-second page loads.

$ ls tags/
edtechproductionpayments+5
$ file --mime-type *
Next.js 14Strapi CMSMongoDBRazorpayAWS SES
500+ active users, live in production
60% reduction in page load time via ISR
100% elimination of manual follow-up workflows
1,000+ transactional emails dispatched/month
~30% reduction in failed transactions
$ ./run_commands.sh
uber_clone.sh
Uber Clone
$ cat README.md

Full-stack ride-hailing app covering fare calculation, booking, and trip completion for 2 user roles (rider + driver). Real-time ride updates with Socket.IO, JWT auth with role-based route guards, and MongoDB geolocation indexing.

$ ls tags/
real-timefull-stackgeolocation+4
$ file --mime-type *
Node.jsExpressMongoDBReactSocket.IOJWT
Sub-second real-time latency (request → accept → en-route → completed)
10+ secured API endpoints with JWT + RBAC
4+ MongoDB collections with geolocation indexing
$ ./run_commands.sh
chess_game.sh
Chess Game
$ cat README.md

Multiplayer chess with WebSocket connections for 2 concurrent players per session. Full server-side move validation via chess.js — castling, en passant, check/checkmate — with zero client-side trust.

$ ls tags/
multiplayerwebsocketsgame+3
$ file --mime-type *
Node.jsExpressSocket.IOchess.js
Server-side validation for all chess rules
Synchronized board state diffs after every validated move
WebSocket sessions for 2 concurrent players
$ ./run_commands.sh
reviewiq.sh
ReviewIQ (Hackathon)
$ cat README.md

AI SaaS where Gemini drafts answers and human reviewers approve before delivery. Multi-tenant RBAC with Auth0 (Admin & Reviewer roles), Next.js 14 APIs, Prisma + PostgreSQL with multi-tenant data isolation. Built in 24 hours.

$ ls tags/
ai-saasmulti-tenanthackathon+4
$ file --mime-type *
Next.js 14Auth0PrismaPostgreSQLGemini AI
Top 10 / 200+ teams at Diversion Hackathon
Multi-tenant RBAC with Auth0
Built & demoed in 24 hours
$ ./run_commands.sh
git clone --all-projects → github.com/rayAritra
experiences.json
experiences.json
user@portfolio:~$cat experiences.json
WorkFull-Stack Developer @ AiRedify (Remote)
Jan 2024 – Present

Built AirEdify — a production EdTech platform on Next.js 14, Strapi CMS, and MongoDB serving 500+ students. End-to-end Razorpay integration cut failed transactions ~30%. AWS SES automation eliminated 100% of manual follow-up. ISR reduced page loads by 60% to under 1 second.

Next.js 14Strapi CMSMongoDBRazorpayAWS SESISR
Hackathon 🏆Diversion Hackathon — Finalist (Top 10 / 200+ Teams)
2024

Built ReviewIQ in 24 hours — an AI SaaS where Gemini AI drafts answers and reviewers approve before delivery. Multi-tenant RBAC with Auth0, Prisma + PostgreSQL backend, and full review queue UI. Demoed live to industry judges.

Next.js 14Auth0PrismaPostgreSQLGemini AIRBAC
ProjectLumio — In-Browser App Builder
2024

Browser-native IDE using WebContainers API. Users run Node.js and React projects in-browser with zero local setup. AI code generation from prompts in under 3 seconds. Live preview, hot reload, and virtual file tree.

TypeScriptNode.jsReactWebContainers APIAI
ProjectUber Clone — Real-Time Ride Hailing
2024

Full-stack ride-hailing app with real-time ride updates via Socket.IO (sub-second latency), JWT + RBAC auth securing 10+ API endpoints, and MongoDB geolocation indexing for driver proximity matching.

Node.jsExpressSocket.IOMongoDBJWTReact
EducationB.Tech CSE @ MAKAUT — Top 20% of Department
Ongoing

Final-year Computer Science & Engineering student. Coursework: Data Structures, DBMS, Operating Systems, Computer Networks, OOP, Software Engineering. Active in tech fests and competitive programming.

DSADBMSOSNetworksOOP
cat achievements.json
stats.json
user@portfolio:~$cat stats.json
Active Users Served500+
Page Load Reduction60%
Emails Automated/Month1,000+
Fewer Failed Transactions~30%
Major Feature Releases3+
REST API Endpoints10+
github_activity.sh
user@portfolio:~$open github_contributions
View GitHub →
GitHub Contribution Graph
Active
Status
Daily
Commits
Open Source
Public
Contributor
achievements.json
user@portfolio:~$ls achievements/
🏆
Diversion Hackathon Finalist
Top 10 / 200+ Participants · 2024
View Demo
🎓
B.Tech CSE — Top 20% of Department
MAKAUT · Expected Apr 2027
🚀
Production Deployment — AirEdify
500+ Users · Live at airedify.in
Visit Site
60% Page Load Improvement
via Next.js ISR · AirEdify (2024)
📧
1,000+ Emails/Month Automated
AWS SES Integration · AirEdify (2024)
contact.sh
contact.sh
user@portfolio:~$./contact.sh --interactive
# Get in touch
Phone
+91 9732811889
Location
Kolkata, West Bengal, India
Available for opportunities
Open to full-time, internship & freelance
$ ./send-message.sh
> from_name:
> from_email:
> subject:
> message: