Home
About
Project
Blog
Contact

All rights are reserved by Anuj Joshi © 2026

Anuj Joshi

Hi, I'm Anuj Joshi

LinkedIn

@Anujjoshi3105

X (Twitter)

@Anujjoshi3105

Telegram

@Anujjoshi3105

About Me

My Introduction

profile

Hello! My name is Anuj Joshi, and I am a passionate software engineer with a keen interest in Web Development and Machine Learning.

At LIMSTIR-DTU and as a member of the Robotic Society at SR-DTU, I strive to craft sustainable solutions for global challenges.

Additionally, I share my knowledge and passion with the world through my blogs, where I demonstrate how to build full-stack applications.

Currently, I'm leading a project called NetrAI, a vision API SaaS that delivers cutting-edge tools like image colorization and super-resolution. Join me in this exciting endeavor to push the boundaries of computer vision technology!

9+ Projects Completed
4+ Years of Experience
Knight
1910+ leetcode
Specialist
1400+ codeforces
2 Star
1500+ codechef
4 Star
1900+ gfg
Green
900+ atcoder

Experience

Where I've worked

Recent Blogs

Insights, Thoughts, and Stories

You don't learn to walk by following rules

You learn by doing and following over

~ Richard Branson

Testimonials

What others say about me

Experience

Where I've worked

Full Stack Developmer Intern

Jun 15, 2025 – Jan 21, 2026
Quickintell, Remote
  • Built secure AI voice/chat agents integrated with EHR APIs for HIPAA-compliant patient identity verification.
  • Contributed to production-ready healthcare assistants using Langchain, AWS Lambda, and vector databases, enhancing retrieval performance and system scalability.
Python
LLM
AI Agent
AWS
NetrAI - The Future of Vision thumbnail

NetrAI - The Future of Vision

Machine Learning

An AI-powered vision API platform built with FastAPI and PyTorch, offering services like image colorization and super-resolution with secure access, real-time analytics, and multi-model concurrency. Future updates aim to expand SDKs, fine-tuning, and global edge deployment, making it a scalable hub for computer vision innovation.

Machine Learning
Ekalavya - The Future of Learning thumbnail

Ekalavya - The Future of Learning

Machine Learning
Quiz
LMS

An ed-tech SaaS built with Next.js and Supabase, providing credit-based multiplayer quizzes, AI-powered tutors, and adaptive learning modules. With features like Quizzes, leaderboards, and referral systems, future updates will expand into a comprehensive platform for interactive, gamified, and multilingual learning experiences.

Machine Learning
Quiz
LMS
Sapplinn - AgriTech Platform thumbnail

Sapplinn - AgriTech Platform

Nextjs
FastAPI
Transformer

A smart AgriTech platform built using Next.js and FastAPI, Sapplinns enables farmers to monitor soil health, predict crop outcomes, and adopt sustainable farming practices. With real-time insights, animated UI (Framer Motion), and secure, rate-limited APIs, Sapplinns helps farms grow smarter, greener, and more resilient.

Nextjs
FastAPI
Transformer
Nicogauge thumbnail

Nicogauge

Nextjs
Zod

A Next.js-based platform that evaluates cigarette addiction levels using neuromarketing-driven questionnaires. It computes a personalized NeuroMarketing Index through an interactive form to help users understand and control their dependency patterns.

Nextjs
Zod
SR-DTU thumbnail

SR-DTU

UI/UX Design
Nextjs
Gsap
Framer Motion

Developed a dynamic and interactive website for the Society of Robotics, DTU. Leveraged GSAP and Framer Motion to craft smooth animations, transitions, and engaging scroll-based effects. The platform highlights the club’s projects, events, team, and initiatives with a focus on user experience and modern design aesthetics.

UI/UX Design
Nextjs
Gsap
Framer Motion
LIMSTIR-DTU thumbnail

LIMSTIR-DTU

JavaScript
React
UI/UX Design
TailwindCSS

Designed and developed the complete UI/UX and portfolio website for LIMSTIR, DTU — a department focused on research and industrial projects. The platform highlights ongoing innovations, showcases faculty portfolios, and presents department-led research initiatives with a clean, responsive, and accessible interface.

JavaScript
React
UI/UX Design
TailwindCSS
Bitlog - The Future of Learning thumbnail

Bitlog - The Future of Learning

PostgreSQL
Nextjs

A modern, developer-focused blog platform built with Next.js, BITLOG delivers high-quality tutorials, tech insights, and authentication features. Designed for scalability and community-driven learning, it includes multilingual support, PWA features, and plans for AI integration and content collaboration.

PostgreSQL
Nextjs
Fictora - Explore, Dream, Discover thumbnail

Fictora - Explore, Dream, Discover

Nextjs
Shadcn
TMDB

Fictora is an entertainment discovery platform built with Next.js and the TMDB API, offering a rich interface to explore movies with detailed info, search, theming, and responsive design. Future updates will expand content to anime (Jikan API) and books (Google Books API), evolving into an all-in-one hub for media enthusiasts.

Nextjs
Shadcn
TMDB
Industrial Research & Development Center - DTU thumbnail

Industrial Research & Development Center - DTU

UI/UX Design
Node.js
PHP
JavaScript

Redesigned and developed the complete website and internal admin system for the Industrial Research & Development Unit of Delhi Technological University. The platform streamlines project proposal submission, sanctioning, and allotment workflows with a modern UI/UX and robust backend. Built using Node.js, PHP, Tailwind CSS, and MySQL, the system includes role-based access, file management, real-time status tracking, and a secure admin dashboard.

UI/UX Design
Node.js
PHP
JavaScript
Projects  ·  Projects  ·  Projects  ·  Projects  · 
Game of XOR
POTD
GFG
XOR
Greedy
Game of XOR
Finding the maximum subset sum divisible by 3 might sound complex, but with a clever use of modulo arithmetic, it becomes easy and efficient. Instead of checking every possible subset, we calculate the total sum and only remove the smallest necessary values to make it divisible by 3. This smart greedy approach reduces the complexity to linear time while ensuring we get the largest valid sum.
AAnuj Joshi
Nov 25, 2025
Greatest Sum Divisible by Three
Leetcode
POTD
Greatest Sum Divisible by Three
Finding the maximum subset sum divisible by 3 might sound complex, but with a clever use of modulo arithmetic, it becomes easy and efficient. Instead of checking every possible subset, we calculate the total sum and only remove the smallest necessary values to make it divisible by 3. This smart greedy approach reduces the complexity to linear time while ensuring we get the largest valid sum.
AAnuj Joshi
Nov 23, 2025
Maximum Total Value From Selecting k Subarrays
Leetcode
Sparse Tree
Greedy
Maximum Total Value From Selecting k Subarrays
Given an array of integers nums of length n and an integer k. The task is to select exactly k distinct, non-empty subarrays from nums (subarrays can overlap, but each subarray can only be selected once), and maximize the total value, where the value of a subarray nums[l..r] = max(nums[l..r]) - min(nums[l..r])
AAnuj Joshi
Nov 2, 2025
Leetcode Weekly Contest 46
Leetcode
Sparse Tree
Greedy
Leetcode Weekly Contest 46
Given an array of integers nums of length n and an integer k. The task is to select exactly k distinct, non-empty subarrays from nums (subarrays can overlap, but each subarray can only be selected once), and maximize the total value, where the value of a subarray nums[l..r] = max(nums[l..r]) - min(nums[l..r])
AAnuj Joshi
Sep 25, 2025
AtCoder Beginner Contest 430
Leetcode
Contest
AtCoder Beginner Contest 430
It covers the 468th LeetCode Weekly Contest held on September 21, 2025. It includes clear explanations and step-by-step solutions for all problems — from ‘Bitwise OR of Even Numbers in an Array’ to ‘Maximum Total Subarray Value II.’ Whether you’re revising approaches, understanding problem patterns, or looking for clean code implementations, this walkthrough provides simple yet detailed insights into each solution
AAnuj Joshi
Sep 22, 2025
READ MORE ·READ MORE ·READ MORE ·READ MORE ·

Testimonials

What others say about me

The UX research conducted by this team gave us invaluable insights into our users' needs. Their methodical approach and clear communication throughout the process made it easy to implement changes that have significantly improved our customer satisfaction ratings.
M

Michael Torres

Product Manager

Working with this team was a game-changer for our business. They completely transformed our digital presence with a beautiful website that not only looks great but converts visitors into customers. The attention to detail and commitment to quality was evident at every step.
S

Sarah Johnson

Marketing Director

I was impressed by the strategic approach taken with our branding project. The team took the time to truly understand our company values and vision before creating a brand identity that perfectly captures who we are. The results speak for themselves - we've received countless compliments on our new look.
L

Lisa Chen

CEO