Welcome.md — adeetya-u.github.io
EXPLORER
šŸ“ PORTFOLIO
Welcome.md
TS
About.ts
TS
Skills.ts
TS
Projects.ts
JSON
Analytics.json
JSON
Contact.json
Welcome.md
Ɨ

Adeetya Upadhyay

Full Stack Developer & ML Engineer | Illinois '27 | CS, Advertising, Econometrics

Adeetya's GitHub Stats
Top Languages

TECHNICAL SKILLS

Languages:
Python Java C++ R SQL JavaScript TypeScript HTML5 CSS3 COBOL JCL
Frameworks:
React NodeJS Express.js Flask FastAPI Redux GraphQL
Cloud Platforms:
AWS Azure Google Cloud
Systems & Architecture:
PostgreSQL MongoDB SQLite
Data and ML:
NumPy Pandas scikit-learn TensorFlow PyTorch
Tools:
Git Docker GitHub Actions Postman Figma

CURRENT FOCUS

Building ML pipelines, full-stack applications, and AI-powered solutions. Expected graduation May 2027.

Champaign, IL UIUC Actively Building

FEATURED PROJECTS

// About.ts - Developer Profile
interface Developer {
name: string;
role: string;
location: string;
education: string[];
interests: string[];
}
const developer: Developer = {
name: "Adeetya Upadhyay",
role: "Full Stack Developer & ML Engineer",
location: "Champaign, IL",
education: [
"B.S. Computer Science & Advertising | UIUC | GPA: 3.80",
"B.S.L.A.S. Econometrics & Quantitative Economics | UIUC | GPA: 4.00"
],
interests: [
"Machine Learning Engineering",
"Full Stack Development",
"AI-powered Solutions",
"Cloud Architecture"
],
status: "šŸ”„ Actively building",
expectedGraduation: "May 2027"
};
export default developer;
// Skills.ts - Technical Skills & Expertise
interface TechStack {
languages: string[];
frameworks: string[];
cloud: string[];
databases: string[];
tools: string[];
}
const myTechStack: TechStack = {
languages: [
"Python", "TypeScript", "JavaScript",
"Java", "C++", "R", "SQL", "COBOL", "JCL"
],
frameworks: [
"React", "Node.js", "Flask",
"FastAPI", "TensorFlow", "PyTorch"
],
cloud: [
"AWS (EC2, S3, RDS, Lambda)",
"Azure (Functions, Data Factory)",
"GCP (BigQuery, Pub/Sub)"
],
databases: [
"PostgreSQL", "SQLite", "MongoDB"
],
tools: [
"Git", "Docker", "CI/CD",
"Kubernetes", "Apache Spark"
]
};
export { myTechStack };
// Projects.ts - Portfolio Projects
interface Project {
name: string;
description: string;
techStack: string[];
status: "active" | "completed" | "in-development";
}
const projects: Project[] = [
{
name: "AGM SDS Platform",
description: "Seafarer assignment platform used by 1K+ crew/month, cutting vetting time from 58m to 7m (88%) with Gale-Shapley matching",
techStack: ["React", "Node.js", "SQLite", "Gale-Shapley Algorithm"],
status: "active"
},
{
name: "TutorSwap Platform",
description: "Full-stack peer tutoring platform with AI-powered matching",
techStack: ["React", "Flask", "PostgreSQL", "Socket.IO"],
status: "in-development"
},
{
name: "Forget-Me-Not IoT System",
description: "Automated plant watering system with sensors and LED controls. Patent pending from USPTO",
techStack: ["Arduino", "CAD", "IoT Sensors", "Hardware Engineering"],
status: "patent-pending"
},
{
name: "Satellite Maneuver Optimization",
description: "Optimized plane change maneuvers for Geosynchronous satellites using MIT, ASU, and Cornell research data",
techStack: ["R", "Orbital Mechanics", "Mathematical Modeling", "IB Math EE"],
status: "completed"
},
{
name: "Coastal Wall Design Analysis",
description: "Numerical analysis of coastal wall design for Jakarta's sinking city problem using wave overtopping models",
techStack: ["Python", "Parabolic Shape Model", "Wave Analysis", "IB Science Fair"],
status: "completed"
},
{
name: "Digital Information Disorder Impact",
description: "Explored impact of disinformation on brand equity at local, national, and global scales",
techStack: ["Marketing Analytics", "Data Analysis", "Brand Equity Research"],
status: "completed"
},
{
name: "AI Grant Matcher",
description: "AI chatbot matching nonprofits with grants",
techStack: ["React", "Redux", "Flask", "OpenAI API"],
status: "active"
},
{
name: "ML Forecasting Engine",
description: "Time-series forecasting for infrastructure predictions",
techStack: ["Python", "TensorFlow", "Apache Spark"],
status: "completed"
},
{
name: "Enterprise Automation Tools",
description: "SAP integration and process automation suite",
techStack: ["Java", "SAP", "z/OS", "COBOL"],
status: "active"
}
];
export { projects };
{
"name": "Adeetya Upadhyay",
"contact": {
"email": "adeetya.upadhyay@gmail.com",
"linkedin": "linkedin.com/in/adeetya-upadhyay",
"github": "github.com/adeetya-u"
},
"location": "Champaign, IL",
"availability": "Open to opportunities",
"experience": [
{
"role": "Lead Consultant",
"company": "OTCR Consulting"
},
{
"role": "Senior Consultant",
"company": "Illinois Business Consulting"
}
],
"currentlyLearning": [
"Advanced PyTorch",
"Kubernetes",
"System Design"
],
"motto": "Acta, non Verba"
}
{
"github": {
"username": "adeetya-u",
"totalCommits": 1247,
"publicRepos": 31,
"stars": 156,
"followers": 94,
"currentStreak": 87
},
"languageStats": {
"R": "45.72%",
"Jupyter Notebook": "45.72%",
"JavaScript": "6.36%",
"HTML": "1.37%",
"Python": "0.43%",
"Shell": "0.23%",
"TypeScript": "0.12%",
"CSS": "0.04%",
"Dockerfile": "0.01%"
},
"activity": {
"today": 8,
"thisWeek": 52,
"thisMonth": 187
},
"codingTime": {
"totalHours": 2847,
"thisWeek": 52,
"averagePerDay": 7.4
},
"goals2025": [
"365 day commit streak",
"10 major projects",
"1000 GitHub stars",
"Open source contributions"
]
}
TERMINAL
adeetya@portfolio:~$ whoami
adeetya
adeetya@portfolio:~$ pwd
/home/adeetya/portfolio
adeetya@portfolio:~$ ls -la
total 24 drwxr-xr-x 4 adeetya adeetya 4096 Jan 15 10:30 . drwxr-xr-x 3 adeetya adeetya 4096 Jan 15 10:30 .. -rw-r--r-- 1 adeetya adeetya 189 Jan 15 10:30 index.html -rw-r--r-- 1 adeetya adeetya 856 Jan 15 10:30 README.md drwxr-xr-x 2 adeetya adeetya 4096 Jan 15 10:30 src drwxr-xr-x 2 adeetya adeetya 4096 Jan 15 10:30 assets
adeetya@portfolio:~$ git status
On branch main Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
adeetya@portfolio:~$ npm run dev
> portfolio@1.0.0 dev > next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
āœ“ Ready in 1.2s
adeetya@portfolio:~$ python ml_model.py
Loading TensorFlow model...
Model accuracy: 94.2%
āœ“ Model training completed
adeetya@portfolio:~$ docker build -t portfolio .
Sending build context to Docker daemon 2.048kB
Step 1/8 : FROM node:18-alpine
Step 2/8 : WORKDIR /app
āœ“ Successfully built portfolio:latest
adeetya@portfolio:~$ git push origin main
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
āœ“ To https://github.com/adeetya-u/adeetya-u.git
āœ“ main -> main
adeetya@portfolio:~$ help
Available commands: • help - Show this help message • about - Show developer information • skills - Display technical skills • projects - List portfolio projects • contact - Show contact information • github - Open GitHub profile • linkedin - Open LinkedIn profile • email - Send email • clear - Clear terminal • ls, pwd, whoami - Standard Unix commands
adeetya@portfolio:~$ _
Chat with Me

šŸ‘‹ Hi there!

I'm Adeetya Upadhyay, a Full Stack Developer and ML Engineer.

Feel free to reach out if you'd like to:

  • Discuss a project collaboration
  • Ask about my experience
  • Talk about job opportunities
  • Just say hello!
Auto
main
0
0
@adeetya-u
156 stars
3,298 hrs 48 mins