#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class SaadiSafdar:
"""
A passionate CS student from Pakistan 🇵🇰
who loves turning ideas into clean software.
"""
def __init__(self):
self.name = "Saadi Safdar"
self.role = "CS Student & Developer"
self.location = "Pakistan 🇵🇰"
self.timezone = "UTC+5 (PKT)"
self.languages = ["Python 🐍", "JavaScript ⚡",
"C++ ⚙️", "HTML/CSS 🎨"]
self.learning = ["Computer Vision 👁️",
"Data Structures & Algorithms 🧠",
"Full-Stack Web Dev 🌐"]
self.hobbies = ["Coding 💻", "Content Creation 🎥",
"Problem Solving 🧩"]
self.goal = "Build things that matter. 🌍"
self.open_to = ["Internships", "Collaborations",
"Open Source", "Freelance"]
def get_quote(self):
return (
'"First, solve the problem. '
'Then, write the code." — John Johnson'
)
me = SaadiSafdar()
print(me.get_quote()) |
|
|
Personal developer portfolio built with JavaScript, HTML & CSS. A showcase of my work, skills, and journey as a developer.
|
🐍 ProjectsReal-world Python projects including automation scripts, computer vision applications, and practical utilities.
|
🎨 WebDevA collection of frontend projects showcasing modern UI designs and interactive web interfaces.
|
⚙️ WorkUniversity lab tasks and assignments covering core programming concepts and data structures.
|
🧠 PracticeDaily coding practice, problem solving exercises, and algorithm improvement challenges.
|
🔬 ExtraSmall experiments, tests, and quick builds for learning and exploration of new tech.
|
| 🔭 Currently Working On | 📚 Currently Learning | 🎯 Goals for 2025 |
|---|---|---|
| Real-world Python projects | Computer Vision & OpenCV | Land my first internship |
| Portfolio website | React & Node.js | Contribute to open source |
| DSA problem solving | TensorFlow / ML basics | Build 10+ portfolio projects |
| Frontend UI designs | System Design concepts | Grow to 500+ GitHub followers |
🌟 I'm actively looking to collaborate on:
► Python automation or scripting projects
► Computer vision / image processing tools
► Frontend web development (HTML/CSS/JS)
► Open source beginner-friendly issues
► Student developer communities & hackathons
📬 Reach me at: LinkedIn → linkedin.com/in/saadisafdar
| 🏫 Degree | 📖 Field | 📅 Status |
|---|---|---|
| Bachelor's | Computer Science | 🟢 In Progress |
📜 Actively building skills through projects, practice, and self-learning alongside formal education.
| Platform | Channel | Content |
|---|---|---|
| 🎬 YouTube | @SynzaFeed | Tech, coding, and creative content |
| 📸 Tiktok | @synzafeed | Visual updates and behind the scenes |
🎙️ I share my learning journey and projects through content — merging code with creativity.



