#10 PROJECT SPRINT
A SELF-INITIATED LINKEDIN TECH CHALLENGE
I am a Software Engineer graduated from New York University in May 2025. The motivation behind joining the #10ProjectSprint challenge isn't just to stack up projects or blindly apply for jobs, it's about genuine upskilling. I want to deepen my skills, explore new technologies, and build a body of work I'm truly proud of.

#9GOAT LATIN
Website: www.goatlatin.com
EVER WANTED DSA TO FEEL LESS PAINFUL (AND ACTUALLY MAKE SENSE)?
GoatLatin is a platform that turns classic LeetCode prep into a visual, interactive experience.
๐ก What makes it different?
- ๐งฉ 40+ handpicked algorithm patterns, broken down into bite-sized categories
- ๐ฝ Visual demos for things like Binary Search, Two Pointers & Sliding Window
- ๐งช Try it yourself with step-by-step animations
- ๐ Secure login + OTP email verification (or hop in as guest)
- ๐ Progress tracker + usage analytics to see how you're doing
HOW I BUILT IT:
Links

#8ZLANG
Website: zlang.nikhilpujari.in
EVER WONDERED WHAT CODING WOULD LOOK LIKE IF GEN Z DESIGNED IT?
- bruh "Hello World" instead of print("Hello World")
- bet name = "Alex" instead of let name = "Alex"
- sus (age > 18) instead of if (age > 18)
- lowkey sus for else-if and no sus for else
- flex for functions and vibe for return
- slay for break and no chill for continue
HOW I BUILT IT:
- ๐งฉ Lexer: Recognizes slang like "bet", "bruh", "sus" as valid commands
- ๐ Parser: Understands how the slang fits together (grammar rules)
- โ Interpreter: Runs the code and makes it actually do stuff
- ๐ Web UI: Real-time coding with syntax highlighting in a slick interface
- ๐ฆ Built 100% in Rust for speed and memory safety
Links

#7CULTURE QUEST
Website: culturequest.nikhilpujari.in
EVER FELT CULTURE ASSESSMENTS ARE... KINDA DRY?
A story-based game that helps you find your team vibe ๐ฎ
- ๐งฉ 10 interactive workplace scenarios
- ๐ฏ Realistic decisions with real consequences
- ๐ End-of-game "fit score" to see how well you align
Pick "Most Likely / Least Likely" until your brain melts
HOW I BUILT IT:
- โ Frontend: React + TypeScript + Tailwind for clean UI
- โก Vite: Lightning-fast builds
- ๐ Backend: Node.js (Express) to handle scenarios & scoring
- โ Hosting: Deployed on Render
- ๐ง Bonus Flair: GPT-4o-generated Ghibli-style avatars (yes, they slay)
Links

#6SITE SCOPE
WHY I BUILT IT?
As a job seeker, I wanted to know if people were actually checking my portfolio, blogs, or projects, so I built SiteScope to take full control of my site analytics, and now others can too.
FEATURES:
- โ No Google Analytics or paid tools
- โ Self-hosted (works on Render, GoDaddy, Docker, etc.)
- โ Lightweight & privacy-friendly (uses SQLite)
- โ Dashboard with: total visits, page views, referrers, and locations
COMES IN 3 VERSIONS:
- Web apps (Node/React/etc.)
- Static sites (GoDaddy, Hostinger)
- Docker-ready version

#5INVENTORY SYSTEM FOR NYU
BUILT FOR NYU. USED BY NYU
- Replaced third-party inventory software at NYU Wasserman
- Led design, architecture, and development of the full platform
- Modular, extensible, and fully maintainable by future NYU students
- Big cost savings + full control over data + in-house customization
HOW I BUILT IT:
โ Key System Features:
- Full CRUD for assets and staff
- QR Code generation for easy tracking
- Stock analytics with export capability
- Activity log with historical data
๐งช Tech Stack:
- Backend: Node.js + Express, Drizzle ORM, PostgreSQL
- Frontend: React + Vite + TailwindCSS
- Deployment: Hosted on Heroku
Links

#3ALGO WAY
We've all hit that wall on LeetCode, jumping between tabs, StackOverflow, and random blogs. AlgoWay solves that by giving you just enough help, right where you're coding.
WHAT IT DOES:
- AI Hints (without spoilers) โ Get tiered guidance to keep you thinking
- Complexity Analysis โ Instantly break down time and space complexity
- Auto Sync, Reads the problem title right from your LeetCode tab
HOW I BUILT IT:
POWERED BY: OpenAI + Chrome APIs + pure TypeScript goodness

#2NEAT READ
A Chrome extension that summarizes and translates any webpage in seconds using AI โ perfect for skimming articles or reading content in another language.
WHAT IT DOES:
- GPT-4 summaries
- Google Translate integration
- Lightweight, secure, and Chrome Store-compliant
HOW I BUILT IT:
- Frontend: HTML, JS-based popup UI
- Browser APIs: Chrome Extension APIs (Manifest v3, Content Scripts, Background Scripts)
- AI & Language Tools: OpenAI GPT-4 API (summarization), Google Cloud Translate API (translation)
- Security & Optimization: activeTab permissions (Chrome Web Store compliant), No broad host permissions
Links

#1H1B HISTORY
Helps job seekers understand H1B trends and tailor their resumes using real 2024 employer data.
WHAT IT DOES:
- Accesses live H1B sponsor data via an API
- Generates resume keywords specific to company + role using AI
HOW I BUILT IT:
- Frontend: React.js
- Backend: Node.js + Express.js
- Cloud Infrastructure: AWS S3 (data storage), AWS EC2 (server deployment), IAM Roles & Security Groups
- AI: OpenAI API (keyword generation)
- Other Tools: PM2 (Node.js process manager), CSV Parser (data cleaning & transformation)