Hi, I'm Aditya

A passionate Full Stack Developer with expertise in modern web technologies, building scalable applications and solving complex problems.

SRM University - CGPA 9.18
Chennai, India
GitHub
Aditya Nair

What Defines My Journey

"Convince your mind, and your body will rewrite limits⚓"

About Me

I'm Aditya Nair, a passionate and adaptable Full Stack Developer with a strong foundation in both frontend and backend technologies. My experience spans across building dynamic web applications, solving algorithmic challenges, and architecting efficient systems with a focus on scalability and clean design. With a keen interest in data structures, algorithms, and system design, I consistently aim to create performant applications that not only meet business requirements but also enhance user experience.

Aditya Nair

Tech Stack

Technologies and tools I use to bring ideas to life

🎨

Frontend

HTMLHTML
CSSCSS
JavaScriptJavaScript
React.jsReact.js
Next.jsNext.js
⚙️

Backend

Node.jsNode.js
Express.jsExpress.js
PythonPython
🗄️

Database

MongoDBMongoDB
MySQLMySQL
FirebaseFirebase
🛠️

DevOps & Tools

GitGit
GitHubGitHub
VS CodeVS Code
🧠

Core CS

🔢
DSA
🏗️
OOPs
💾
DBMS
🏛️
System Design
🌐
Networks

Work Experience

My professional journey and contributions to various organizations

SWE Intern

AlgoUniversity

Internship
June 2025 - Present
Remote
  • Built CodeArena, a full-stack MERN online judge, from the ground up, compiling and running hundreds of code submissions safely
  • Engineered sandboxed execution and a submission queue so concurrent submissions run in isolation without one bad infinite loop taking down the system
  • Applied distributed systems thinking to keep the judge stable under contest load when many users submit at the same time

CodeArena was where distributed systems stopped being a resume buzzword for me. Watching the queue hold steady while fifty people submit at once during a contest taught me more than any lecture could.

React
Node.js
Express
MongoDB
Docker
Distributed Systems

Research Intern

IIT Indore

Research
2026 - Present
Remote
  • Working under Associate Professor Somnath Dey and PhD scholar Priyanka on a computer vision project, modifying YOLO11 for traffic sign detection
  • Built FPDConv from scratch, a custom module fusing pixel-difference convolution with Haar wavelet frequency analysis, and integrated it into the Ultralytics YOLO11 framework
  • Benchmarking baseline and modified architectures on GTSDB, running an ablation study across 5 model variants with transfer learning

This is the project that pulled me into research the hard way: realizing a paper's architecture never just drops into an existing codebase, and learning more about rigorous experiment design than any course taught me.

Python
PyTorch
YOLO11
Ultralytics
Computer Vision
Object Detection

Software Engineering Intern

RelationsAI

Internship
Mar 2026 - May 2026
Remote
  • Built a real-time voice AI agent for live phone calls, where half a second of dead air is the difference between natural and broken
  • Reduced text-to-speech time-to-first-byte from 691ms to 200ms by switching the TTS provider to ElevenLabs
  • Brought the full speech pipeline under 800ms end to end by rethinking how STT and TTS buffer and stream instead of waiting on each other
  • Tracked down and fixed a production echo bug that only ever surfaced on live calls, never in testing
  • Built the campaign engine now driving 1000+ outbound calls and cutting manual collections work by 60%

The echo bug taught me to respect the gap between a clean test harness and a live phone line, because it never reproduced anywhere except real calls. Shaving milliseconds off latency sounds trivial until you are the one sitting in the dead air.

Voice AI
ElevenLabs
STT/TTS
Real-time Streaming
Latency Optimization
Node.js

SDE Intern

Steel Authority of India (SAIL)

Internship
Jun 2025 - Jul 2025
Bhilai, CG
  • Consolidated four disconnected team dashboards into a single real-time view that told one coherent story
  • Built a Python and Streamlit analytics dashboard on OracleDB with parameterized queries so reports run live instead of being pulled by hand each shift
  • Cut manual reporting time by 50% and lifted floor operational performance by 40% through real-time visibility

Seeing four teams stare at four dashboards that never talked to each other made the real problem obvious in a way no spec could. The win was less about the code and more about getting everyone looking at the same numbers.

Python
Streamlit
OracleDB
SQL
Data Analytics

Full Stack Developer Intern

Verr Group

Internship
Feb 2025 - Aug 2025
Chennai, TN
  • Hardened the client's REST APIs against injection and broken-auth gaps with proper JWT handling and input validation instead of trusting the frontend
  • Cut API latency by 35% through caching and cleaning up SQL queries that were doing far more work than they needed to
  • Built client-facing React dashboards and shipped in Agile sprints with CI/CD

This was my first time securing APIs that real users' data depended on, and it reset how seriously I take input validation. It also drove home that a fast backend means nothing if the UI rendering it feels sluggish.

React
REST APIs
JWT
SQL
Caching
CI/CD

Founder

Webnify Official

Founder
Sep 2025 - Present
Chennai, India
  • Founded and leading a web development agency specializing in modern web solutions
  • Managing end-to-end project delivery for clients across various industries
  • Building scalable web applications using cutting-edge technologies
  • Leading a team of developers and designers to deliver high-quality digital solutions
React
Next.js
Node.js
MongoDB
Team Leadership

Featured Projects

Showcasing my skills and experience through real-world applications

PROD PILOT

Tap to zoom

Live

PROD PILOT

2025

AI-powered Feedback & decision Intelligence engine that helps Product Managers evaluate feasibility, risks, and system impact before engineering commitment.

Key Features:

  • Multi-role platform enabling PMs to prioritize features via NLP clustering on raw feedback
  • Scalable backend with RBAC, JWT auth, and modular REST APIs powering ML analytics pipelines
Python
Flask
React.js
Node.js
+7 more
NetScope

Tap to zoom

Completed

NetScope

2025

Python packet analyzer, stateful firewall, and anomaly detector with a live web dashboard, featuring live Scapy capture, a YAML rule engine, and a Flask SSE dashboard.

Key Features:

  • Real-time packet capture engine using raw sockets, decoding TCP/IP, UDP, and ICMP headers at the byte level
  • Stateful firewall with CIDR 5-tuple matching and TTL connection tracking
Python
Scapy
Flask
Docker
+6 more
SkillSage

Tap to zoom

Ongoing

SkillSage

2025

AI-powered career development platform providing personalized career assessments, skill gap analysis, and tailored recommendations for career paths, courses, and internships.

Key Features:

  • Comprehensive skills evaluation and career assessment
  • AI-powered career path recommendations with match scores
React
AI/ML
Career Analytics
Assessment Tools
+2 more
Sentinel

Tap to zoom

Ongoing

Sentinel

2025

An AI-powered API firewall that auto-blocks attackers before they reach your code.

Key Features:

  • Express middleware intercepts every request and routes it through a decision engine that can ALLOW, THROTTLE, or BLOCK
  • Behavioral anomaly detection over IP, endpoint, frequency, and user-agent, paired with token-bucket rate limiting
Node.js
Express
React
PostgreSQL
+4 more
LexiSense

Tap to zoom

Ongoing

LexiSense

2025

Intelligent document analysis platform that extracts intelligence from PDFs using advanced AI analytics. Processes domain-specific documents and returns structured, explainable JSON responses with Gemini AI.

Key Features:

  • Advanced AI analytics for document intelligence extraction
  • Structured JSON responses with decision logic and confidence scores
Python
Gemini AI
PDF Processing
Natural Language Processing
+2 more
Sorting Visualizer

Tap to zoom

Completed

Sorting Visualizer

2024

Java application that visualizes four sorting algorithms (Bubble Sort, Merge Sort, Insertion Sort, Quick Sort) through interactive bar graphs and scatter charts for intuitive algorithm understanding.

Key Features:

  • Interactive visualization of 4 different sorting algorithms
  • Real-time bar graphs and scatter chart representations
Java
Swing
Data Structures
Algorithms
+2 more

Built for Clients

Not just side projects. Real production websites shipped for paying businesses, owned end to end from the first planning call to deployment and the fixes that come after launch.

"The website is responsive, fast, and user-friendly across all devices. Communication throughout the project was seamless, and the final product exceeded expectations."

Mili Nair

GM, Devi Enterprises

Delivered and handed over devipumps.in

  • Owned the full lifecycle: planning, build, deployment, SEO, and handover
  • Shipped to a real client on a real deadline, not a sandbox
  • Responsive and fast across every device the client tested
Client testimonial email from Devi Enterprises
Verified client

Tap to zoom

Achievements & Recognition

Milestones that mark my journey of excellence and continuous learning

PM TROPHY MCM

Government Scholarship

PM Trophy MCM Scholarship

Scholarship

Government of India

Awarded the prestigious PM TROPHY MCM Scholarship in recognition of exceptional academic performance at a competitive level.

2024
1st Prize - Agent's Fest Hackathon

Tap to zoom

1st Prize - Agent's Fest Hackathon

Hackathon

Amity University, Noida

Won first place in the national-level hackathon organized by Amity School of Engineering and Technology, competing against teams from across the country.

2025
Delhi NCR
3rd Place - Hackstorm 2026

Tap to zoom

3rd Place - Hackstorm 2026

Hackathon

SRM x DeepFrog AI

Secured 3rd place at Hackstorm 2026, organized by the Computational Intelligence department at SRM in collaboration with DeepFrog AI, competing as Team Error 200 and taking home a ₹10,000 prize.

2026
3rd Prize - SERBOT Tech Expo

Tap to zoom

3rd Prize - SERBOT Tech Expo

Tech Expo

SRM Institute of Science and Technology

Won 3rd Prize at the SRM SERBOT Tech Expo, organized by the Computational Technology department at SRM, recognized among competing teams across the institute.

2026

Get In Touch

Let's collaborate on your next project or discuss opportunities

💡 Tip: The contact form will open your email client with a pre-filled message!

🌍 Interactive Globe