Skip to content
View Naman13112004's full-sized avatar

Block or report Naman13112004

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Naman13112004/README.md

Hi πŸ‘‹, I'm Naman Jain

πŸš€ Full-Stack Engineer | AI Systems Builder | DevOps & Cloud Explorer
πŸ’‘ Building Scalable SaaS | Learning System Design & Distributed Systems


πŸ”— Connect With Me


🧠 About Me

  • πŸŽ“ CS Engineering Student (Final Year)
  • 🧩 Focus: AI Systems, Backend Architecture, SaaS Engineering
  • βš™οΈ Building production-grade full-stack apps
  • ☁️ Exploring Cloud (AWS), Docker, Kubernetes
  • πŸ“š Learning System Design, Distributed Systems, Scalability
  • πŸ§ͺ Turning ideas β†’ real usable products

πŸ›  Tech Stack

πŸ’» Frontend

πŸ–₯ Backend

☁️ DevOps & Cloud

πŸ”§ Tools


πŸš€ Featured Projects

🧾 AI Attendance System (Open Source - In Progress)

Next.js β€’ Node.js β€’ FastAPI β€’ Computer Vision β€’ Multi-Service Architecture

  • Built a face-recognition based attendance system to explore real-world AI deployment beyond prototypes
  • Designed a polyglot backend (Node.js + FastAPI) to separate application logic from ML inference workloads
  • Tackled challenges around image processing latency, API communication, and service orchestration
  • Currently evolving into an open-source, production-ready system with scalability and deployment in mind

πŸ”— https://github.com/Naman13112004/picture-based-attendance
🌐 https://snap-attend.vercel.app/


πŸ” RBAC Backend System β€” Role-Based Access Control

Node.js β€’ Express β€’ MongoDB β€’ Redis β€’ System Design

  • Built a secure backend system from scratch focusing on authorization, performance, and reliability
  • Implemented RBAC, JWT authentication, and password hashing for secure multi-user environments
  • Reduced API latency (~2s β†’ ~600ms) using Redis caching and query optimization
  • Designed rate limiting + security middleware to prevent abuse and ensure API stability under load
  • Tested system robustness using Postman automation and load simulations

πŸ”— https://github.com/Naman13112004/backend-rbac-task
🌐 https://backend-rbac-task.vercel.app/


🧠 MeetAI β€” Real-Time AI Video Collaboration Platform

WebRTC β€’ WebSockets β€’ AI Systems β€’ Full-Stack Architecture

  • Built a real-time video collaboration platform to understand distributed, event-driven systems
  • Implemented live transcription + LLM-based summarization, reducing manual note-taking effort (~60%)
  • Designed backend workflows for handling concurrent users, real-time events, and session reliability
  • Explored limitations of LLM outputs and trade-offs in real-world AI integration
  • Integrated authentication, scheduling, and monetization workflows

πŸ”— https://github.com/Naman13112004/meetai
🌐 https://meetai-rosy.vercel.app/


⚑ cliflow β€” CLI Analytics Tool (C++)

Systems Programming β€’ Performance β€’ CI/CD

  • Built a cross-platform CLI tool to analyze shell history and extract developer usage insights
  • Focused on efficient parsing (O(n)) and memory-safe processing using pure STL
  • Identified risky commands and usage patterns to improve developer productivity and safety
  • Automated release workflows using GitHub Actions CI/CD, reducing manual effort (~90%)
  • Implemented semantic versioning and structured logging for maintainable releases

πŸ”— https://github.com/Naman13112004/cli-flow
🌐 https://github.com/Naman13112004/cli-flow/releases


πŸ’° Welth β€” AI Personal Finance Platform

Next.js β€’ Prisma β€’ SQL β€’ AI Integration

  • Built a full-stack finance platform to understand real-world data modeling and user workflows
  • Integrated AI-generated financial insights using LLM APIs for smarter decision support
  • Designed modular backend architecture for maintainability and feature scalability
  • Implemented rate limiting (ArcJet) to ensure API reliability and prevent abuse
  • Created interactive dashboards for improved financial tracking and UX

πŸ”— https://github.com/Naman13112004/welth
🌐 https://welth-ashen-one.vercel.app/


🧠 Federated Learning System (Research / Engineering)

Python β€’ Distributed ML β€’ Privacy-Preserving AI

  • Built a federated learning pipeline to explore decentralized AI training without data sharing
  • Implemented and compared FedAvg vs FedProx algorithms on non-IID client data
  • Trained MobileNetV2 on ~15K medical images, achieving 98.93% accuracy
  • Studied performance vs privacy trade-offs in distributed AI systems
  • Research work currently under paper submission with structured data splits (70/15/15)

πŸ”— https://github.com/Naman13112004/Lung-Tumor-FL


βš™οΈ Engineering Focus

  • Scalable Backend Systems (Node.js, APIs, DB Design)
  • AI Integration in SaaS Products
  • System Design (High-Level + Low-Level)
  • DevOps: Docker, CI/CD, Kubernetes (learning implementation)
  • Distributed Systems & Real-Time Architectures

πŸ“Š GitHub Analytics


🧠 Keywords (for Recruiters)

Full Stack Developer β€’ Software Engineer β€’ Backend Engineer β€’ AI Engineer β€’ SaaS Developer β€’ Next.js Developer β€’ Node.js Developer β€’ TypeScript β€’ System Design β€’ Distributed Systems β€’ REST APIs β€’ WebSockets β€’ Docker β€’ Kubernetes β€’ AWS β€’ Cloud Computing β€’ Scalable Systems β€’ Microservices β€’ Prisma β€’ PostgreSQL β€’ MongoDB β€’ DevOps β€’ CI/CD β€’ Computer Vision β€’ FastAPI


✨ Philosophy

Build real systems. Understand deeply. Scale intelligently.


⚑ Fun Zone (Because why not?)


⭐ If you like what I build, feel free to explore my repos and connect!
⚑ This profile evolves as I grow β€” check back often!

Pinned Loading

  1. picture-based-attendance picture-based-attendance Public

    Attendance using class photo snapshot

    TypeScript

  2. backend-rbac-task backend-rbac-task Public

    Implementing scalable backend with RBAC and doing performance optimizations

    TypeScript

  3. DSA DSA Public

    Codes related to DSA Practice

    C++

  4. meetai meetai Public

    An AI Video Call Web App

    TypeScript 2

  5. Lung-Tumor-FL Lung-Tumor-FL Public

    Forked from dibyanshulunia25/Lung-Tumor

    Federated Learning for lung tumor classification

    Jupyter Notebook

  6. async-email-service async-email-service Public

    Learning message queue through async email service

    TypeScript