Skip to content

blitzwolfz/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAMIN QURESHI

Software Developer building chess engines, iOS apps, and code intelligence platforms.

Portfolio Resume GitHub LinkedIn


🎯 ABOUT

Computer Programming Analysis student at George Brown College with a passion for low-level systems and high-level user experiences. Co-Founder & CTO at a stealth AI startup building next-generation code intelligence platforms.

💭 Core Philosophy: "We are the facilitators of our own creative evolution" — Bill Hicks

I believe software development is more than writing code—it's about solving real problems that impact people's lives. My journey from building chess engines 🏰 to mental health applications 🧠 reflects my belief that technology should serve humanity.


🚀 FEATURED PROJECTS

♟️ COREX — C++ Chess Engine

High-performance chess engine achieving 1800+ Elo rating with GPU acceleration for position evaluation.

Tech Stack C++ Zobrist Hashing Bitboards UCI Protocol
Status 🟢 Active Development
Links View Code

🧘 Serenity+ — Mental Health App

Mental health application and lifestyle tracker published on the App Store. Built with SwiftUI and Core Data.

Tech Stack Swift SwiftUI Core Data Combine
Status ✅ Live on App Store

📱 LMNL.app — Capstone Project

Social media usage tracking application designed to combat digital addiction through mindful usage limits.

Role Back-end & Database Developer
Tech Stack Expo React Native Supabase PostgreSQL
Timeline W25 Semester

🛠️ TECHNICAL SKILLS

💻 Languages

Language Proficiency Experience Level Bar
Swift Expert 3+ years ██████████ 100%
C++ Advanced 2+ years ████████░░ 80%
Java Advanced 2+ years ████████░░ 80%
TypeScript Proficient 2+ years ███████░░░ 70%
Python Intermediate 1+ year ██████░░░░ 60%

🧰 Frameworks & Tools

📱 iOS Development     → SwiftUI | UIKit | Metal | Core ML
🌐 Web Development    → React | React Native | Expo | Node.js | Express
🗄️  Backend            → Supabase | PostgreSQL | MongoDB
🎯 Specialized        → Chess Engines | Compiler Design | GPU Computing

✨ PORTFOLIO FEATURES

This portfolio is an interactive experience featuring 40+ custom-built features:

🎮 Interactive Elements

Feature Description
🖥️ Terminal Interface Functional CLI with history, autocomplete, 15+ secret commands
♟️ Chess Puzzle Daily mate-in-2 challenges with full game logic
⌨️ Typing Speed Test Real-time WPM and accuracy measurement
🧪 Periodic Table Visual skill matrix with detailed modals

🎨 Visual Effects

  • 🌧️ Matrix rain background animation
  • 📺 CRT scanline overlay toggle
  • ⚡ System boot sequence on first visit
  • 💫 Glitch hover effects and noise textures
  • 🖱️ Cursor trail effects
  • 📡 Dynamic grid background with radar scan

⚙️ System Features

  • 🌓 Dark/light mode with smooth transitions
  • ⌨️ Vim-style keyboard shortcuts (gg, G, j, k)
  • 🥚 Konami code easter egg (↑↑↓↓←→←→BA)
  • 📍 Geolocation-based welcome messages
  • 📊 Live GitHub activity feed
  • 🎵 Last.fm "Now Playing" widget
  • 👥 Visitor counter and uptime display

📚 ACADEMIC WORK

🎓 Education

George Brown Polytechnic — Advanced Diploma, Computer Programming Analysis
🟢 CURRENT • Expected: April 2026

University of Guelph — Bachelor of Computing
⏳ UPCOMING • Starting: September 2026


📂 Selected Coursework

📋 Project 🏷️ Course 🔧 Technologies
Inventory Management System COMP2139 C#, .NET, SQL
Employee Management System COMP3123 JavaScript, Node.js, Express, MongoDB
TUI Monster Fighting Game COMP2152 Python, OOP
Gomoku Bot COMP2080 Java, Minimax Algorithm, AI
HR Payroll System COMP2130 Java, JavaFX, MySQL

💼 WORK EXPERIENCE

🚀 Co-Founder & CTO — Stealth AI Startup

2025 — PRESENT

Building next-generation code intelligence platform combining JavaScript, Java, and Large Language Models for real-world business applications.

Tech Tech Tech


🔧 Hardware & Software Intern — Toronto Metropolitan University

2022 — 2023

Maintained database systems and supported hardware infrastructure across university departments.

Tech Tech


📊 STATS

+ ♟️ Chess Engine Elo:    1867
+ 📝 Lines of Code:       150K+
+ 🏆 Dean's List:         3x
+ ⚡ Current Focus:       Bitboard Optimization

🏗️ PORTFOLIO ARCHITECTURE

📁 portfolio/
├── 📄 index.html              # Single-page application
├── 📄 Sam_Qureshi.pdf         # Resume
├── 🖼️  headshot.png            # Profile image
├── 📁 lmnl-shots/             # Capstone wireframes
├── 📁 functions/
│   └── 📁 api/
│       ├── 📄 github.js       # GitHub activity feed
│       └── 📄 spotify.js      # Last.fm integration
├── 📄 ideas.md                # Feature roadmap
└── 📄 SETUP.md                # Deployment guide

🎨 Tech Stack

HTML5 Tailwind CSS JavaScript Cloudflare

  • 🎨 Styling: HTML5 + Tailwind CSS + Custom CSS
  • Logic: Vanilla JavaScript (zero frameworks!)
  • 🔤 Typography: IBM Plex Mono & Space Grotesk
  • 📧 Forms: EmailJS for contact
  • 🌐 Hosting: Cloudflare Pages + Functions

🚀 LOCAL DEVELOPMENT

# 📥 Clone the repository
git clone https://github.com/blitzwolfz/portfolio.git
cd portfolio

# ▶️  Serve locally (Python 3)
python -m http.server 8000

# ▶️  Or with Node.js
npx serve .

# ▶️  Or with PHP
php -S localhost:8000

Visit http://localhost:8000 🌐 to view the portfolio.


🔌 API INTEGRATION

The portfolio uses Cloudflare Pages Functions for secure API proxying:

Endpoint Service Description Status
/api/spotify 🎵 Last.fm Currently playing music ✅ Active
/api/github 🐙 GitHub Public activity feed ✅ Active

📖 See SETUP.md for configuration instructions.


⌨️ KEYBOARD SHORTCUTS

Shortcut Action Category
? 🆘 Show help panel Help
/ 💻 Focus terminal Navigation
t 🌓 Toggle theme Display
m 🌧️ Toggle Matrix effect Effects
s 📺 Toggle scanlines Effects
gg ⬆️ Scroll to top Navigation
G ⬇️ Scroll to bottom Navigation
j / k 🔼🔽 Navigate sections Navigation
↑↑↓↓←→←→BA 🥚 Konami code Easter Egg

📦 VERSION HISTORY

🎉 v2.0.0 — "The Everything Update" (2026-01-30)

+ Added 40+ interactive features
+ Chess puzzle mini-game
+ Typing speed test
+ Periodic table of skills
+ System boot sequence
+ Matrix rain effect
+ Konami code easter egg

🔧 v1.5.0 (2025-12-15)

  • Interactive terminal
  • Dark mode support
  • Responsive mobile design

🌱 v1.0.0 (2025-09-01)

  • Initial release

📜 LICENSE

This portfolio is open source. Feel free to fork it, study it, or build your own version.

Built by hand with 💙 and too much ☕ Monster Mango Loco.


🔗 Quick Links

🌐 VIEW LIVE PORTFOLIO📄 DOWNLOAD RESUME💼 CONNECT ON LINKEDIN


! TORONTO / REMOTE
! OPEN TO WORK

About

A portfolio website to get those internships ;)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors