#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.

Goat Latin Screenshot

#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:
React TypeScript Tailwind Express PostgreSQL Drizzle ORM
ZLang Screenshot

#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
Culture Quest Screenshot

#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)
Site Scope Screenshot

#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
NYU Inventory Screenshot

#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
Algo Way Screenshot

#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

Neat Read Screenshot

#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
H1B History Screenshot

#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)