Initializing workspace...
stephen_tinubu.dev — portfolio
README.md ×
PDF Resume.pdf ×

Stephen Tinubu

Full-Stack Developer | Computer Science Instructor | Chicago, IL

Welcome to my portfolio! I'm a passionate software developer and educator with experience teaching 90+ students and delivering 370+ hours of instruction across Python, JavaScript, C++, and AI/ML technologies.

Featured Projects

Pro-tonn ACTIVE

Revolutionary Discord bot management platform featuring drag-and-drop workflows, real-time command editors, sophisticated permission systems, and comprehensive analytics dashboards for enhanced community management.

Node.js Python Web UI Analytics

Pointify SHIPPED

Gamified course forum implementing bounty points system with authentication, leaderboards, and achievement badges. Designed to motivate students and drive quality Q&A engagement through game mechanics.

Flask Python OAuth 2.0 SQLite

Toñito SHIPPED

Automated pet feeding system with RFID integration and custom LCD interface. Led development of central Arduino control system managing feeding triggers and sensor inputs, complete with entertaining cat facts feature.

Arduino C++ Sensors RFID

Professional Experience

Computer Science Instructor @ InternalDrive

September 2022 - Present

  • Taught 465+ private lessons to 90+ students
  • Delivered 370+ hours across Python, JavaScript, C++, AI/ML
  • Long-term mentorship: students completed 43+ lessons

Research Assistant @ University of Chicago - CDAC

June 2021 - August 2021

  • Digital divide research for underserved communities
  • Automated Raspberry Pi deployment (4× faster)
  • Built Python analytics for connectivity trends

Tech Stack

Python JavaScript C++ Lua Flask React Node.js SQLite PostgreSQL Git OAuth 2.0 Arduino

Get In Touch

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Stephen Tinubu
**Full-Stack Developer** | **Computer Science Instructor** | **Chicago, IL**
Welcome to my portfolio! I'm a passionate software developer and educator with experience teaching 90+ students
and delivering 370+ hours of instruction across Python, JavaScript, C++, and AI/ML technologies.
## Featured Projects
### Pro-tonn
Revolutionary Discord bot management platform featuring drag-and-drop workflows, real-time command editors,
sophisticated permission systems, and comprehensive analytics dashboards for enhanced community management.
`Node.js` `Python` `Web UI` `Analytics`
### Pointify
Gamified course forum implementing bounty points system with authentication, leaderboards, and achievement badges.
Designed to motivate students and drive quality Q&A engagement through game mechanics.
`Flask` `Python` `OAuth 2.0` `SQLite`
### Toñito
Automated pet feeding system with RFID integration and custom LCD interface.
`Arduino` `C++` `Sensors` `RFID`
## Professional Experience
### Computer Science Instructor @ InternalDrive
*September 2022 - Present*
- Taught **465+ private lessons** to 90+ students
- Delivered **370+ hours** across Python, JavaScript, C++, AI/ML
- Long-term mentorship: students completed **43+ lessons**
### Research Assistant @ University of Chicago - CDAC
*June 2021 - August 2021*
- Digital divide research for underserved communities
- Automated Raspberry Pi deployment (**4× faster**)
- Built Python analytics for connectivity trends
## Tech Stack
`Python` `JavaScript` `C++` `Lua` `Flask` `React` `Node.js`
## Get In Touch
- **Email:** stinubu2017@gmail.com
- **GitHub:** github.com/stephentinubu
- **LinkedIn:** linkedin.com/in/stephentinubu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
interface Developer {
name: string;
role: string;
background: string[];
passion: string;
}
const about: Developer = {
name: "Stephen Tinubu",
role: "Full-Stack Developer & Computer Science Instructor",
background: [
"B.S. Computer Science - University of Illinois at Chicago",
"465+ private lessons taught across Python, JS, C++, AI/ML",
"Research experience at University of Chicago CDAC"
],
passion: "Building intuitive applications and empowering the next generation of developers"
};
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"projects": [
{
"name": "Pro-tonn",
"status": "ACTIVE",
"description": "Revolutionary Discord bot management platform",
"tech": ["Node.js", "Python", "Web UI", "Analytics"],
"features": [
"Drag-and-drop workflows",
"Real-time command editors",
"Permission systems",
"Analytics dashboards"
]
},
{
"name": "Pointify",
"status": "SHIPPED",
"description": "Gamified course forum with bounty points",
"tech": ["Flask", "Python", "OAuth 2.0", "SQLite"],
"features": [
"Authentication system",
"Leaderboards",
"Achievement badges",
"Quality Q&A engagement"
]
},
{
"name": "Toñito",
"status": "SHIPPED",
"description": "Automated pet feeding system with RFID",
"tech": ["Arduino", "C++", "Sensors", "RFID"],
"features": [
"Custom LCD interface",
"Central Arduino control",
"Feeding triggers",
"Cat facts feature"
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export class Experience {
getCurrentRole() {
return {
title: "Computer Science Instructor",
company: "InternalDrive",
period: "September 2022 - Present",
achievements: [
"Taught 465+ private lessons to 90+ students",
"Delivered 370+ hours across Python, JavaScript, C++, AI/ML",
"Long-term mentorship: students completed 43+ lessons"
]
};
}
getResearch() {
return {
title: "Research Assistant",
institution: "University of Chicago - CDAC",
period: "June 2021 - August 2021",
impact: [
"Digital divide research for underserved communities",
"Automated Raspberry Pi deployment (4× faster)",
"Built Python analytics for connectivity trends"
]
};
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Technical Skills & Expertise
class TechStack:
def __init__(self):
self.languages = ["Python", "JavaScript", "C++", "Lua"]
self.frameworks = ["Flask", "React", "Node.js"]
self.databases = ["SQLite", "PostgreSQL"]
self.tools = ["Git", "OAuth 2.0", "Arduino"]
self.specialties = ["AI/ML", "IoT", "Full-Stack"]
self.teaching = ["p5.js", "Scratch", "Roblox Lua"]
def get_expertise_level(self):
return {
"teaching_hours": 370+,
"students_mentored": 90+,
"passion": "infinite"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
// Let's Connect!
const contact = {
location: "Chicago, IL",
openTo: [
"Full-Stack Development Opportunities",
"Collaborative Projects",
"Technical Discussions"
]
};
TERMINAL
OUTPUT
PROBLEMS
stephen@dev:~/portfolio$ ls
README.md about.ts projects.json experience.tsx skills.py contact.js
stephen@dev:~/portfolio$
main
0 0
Ln 85, Col 1
Spaces: 2
UTF-8
LF
Markdown