Skip to content
View saadisafdar's full-sized avatar

Block or report saadisafdar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
saadisafdar/README.md


👨‍💻 About Me

#!/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())

🌐 Connect With Me


LinkedIn YouTube Instagram Facebook GitHub


⚡ Fun Facts

🎯 I debug code the way a detective solves crimes — patiently and with lots of print statements.

🌙 My best code is written after midnight.

🎮 I treat DSA problems like boss fights — harder ones are more satisfying to beat.

🔭 Currently on a mission to make computers "see" the world.


Coding GIF


🛠️ Tech Stack & Tools

💬 Languages

Python JavaScript C++ HTML5 CSS3

🧰 Frameworks & Libraries

OpenCV NumPy Bootstrap jQuery

🔧 Tools & Platforms

Git GitHub VS Code Windows Linux

🎯 Currently Learning

React Node.js TensorFlow


🗂️ Featured Projects

Readme Card

Personal developer portfolio built with JavaScript, HTML & CSS. A showcase of my work, skills, and journey as a developer.

JavaScript HTML CSS Responsive Design

Readme Card

Real-world Python projects including automation scripts, computer vision applications, and practical utilities.

Python OpenCV Automation Computer Vision

🎨 WebDev

Readme Card

A collection of frontend projects showcasing modern UI designs and interactive web interfaces.

HTML CSS JavaScript UI/UX

⚙️ Work

Readme Card

University lab tasks and assignments covering core programming concepts and data structures.

C++ OOP DSA Algorithms

Readme Card

Daily coding practice, problem solving exercises, and algorithm improvement challenges.

Python DSA LeetCode Problem Solving

🔬 Extra

Readme Card

Small experiments, tests, and quick builds for learning and exploration of new tech.

HTML JavaScript Experiments Prototyping


📊 GitHub Statistics

Saadi's GitHub Stats GitHub Streak



Top Languages

🏆 GitHub Achievements

trophy


📈 Contribution Activity

Saadi's Activity Graph


🌱 What I'm Up To

🔭 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

🤝 Open Source & Collaboration

🌟  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

🎓 Education & Certifications

🏫 Degree 📖 Field 📅 Status
Bachelor's Computer Science 🟢 In Progress

📜 Actively building skills through projects, practice, and self-learning alongside formal education.


💭 Dev Quote of the Day

Readme Quotes


📺 Content Creation

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.


🔥 Let's Build Something Amazing Together

I'm always open to interesting conversations, collaborations, and new opportunities.


LinkedIn Email


"The best time to plant a tree was 20 years ago.
 The second best time is now." — Chinese Proverb

 Start building. Start committing. Start today. 🌱

Snake animation


Popular repositories Loading

  1. Extra Extra Public

    Small experiments, tests, and quick builds for learning and exploration.

    HTML

  2. Portfolio Portfolio Public

    My personal developer portfolio showcasing featured projects, skills, and experience.

    HTML

  3. Projects Projects Public

    Real-world Python projects including automation, computer vision, and utilities.

    Python

  4. Work Work Public

    University lab tasks, assignments, and practical implementations of core programming concepts.

    C++

  5. WebDev WebDev Public

    Frontend projects using HTML, CSS, and JavaScript with modern UI designs.

    JavaScript

  6. Practice Practice Public

    Daily coding practice, problem solving, and algorithm improvement.

    Python