Profile picture M0hammad You54f

M0hammad You54f

Multi Stack: Web, App, Game Developer

Khaitan,Kuwait

Experienced Game Developer with a strong passion for web and app development.

Skilled across a variety of web and app frameworks, game engines, and UI/UX tools, I focus on delivering solutions that are both intuitive and enjoyable for users.

$ bun connect

Initializing...

Ready to connect.

Waiting for contact request...

interface Developer {
    name: string;
    skills: string[];
    interests: string[];
};

interface TechStack {
    gameDev: string[];
    appDev: string[];
   backend: string[];
   frontend: string[];
};

type ContactType = 'github' | 'bluesky' | 'linkedIn' | 'instagram' | 'email';

//Technical skills
const techStack: TechStack = {
    gameDev: [
        'Unity',
        'C#',
        'Unreal Engine',
        'C++',
        'Godot',
        'GDScript',
        'Lua',
        'PyGame',
        'Python',
        'Blender'
    ],
    appDev: [
        'Flutter',
        'React Native',
        'Kotlin',
        'Jetpack Compose',
    ],
    frontend: [
        'Svelte',
        'SvelteKit',
        'Vue',
        'Nuxt',
        'React',
        'Next.js',
        'Astro',
        'Angular.js',
        'JavaScript',
        'TypeScript',
        'TailwindCSS',
        'Ionic',
        'Capacitor',
        'WordPress'
    ],
    backend: [
        'Node.js',
        'Bun',
        'Deno',
        'PostgreSQL',
        'MySQL',
        'MongoDB',
        'Supabase',
        'Drizzle ORM',
        'Turso DB',
        'Django',
        'Java',
        'Dart',
        'S3 Storage'
    ],
};

// Developer profile
const me: Developer = {
    name: 'Mohammad Yousaf',
    skills: [
        ...techStack.gameDev,
        ...techStack.appDev,
        ...techStack.backend,
        ...techStack.frontend
    ],
    interests: [
        '3D Art',
        '2D Art',
        'Animation',
        'UI/UX',
        'Open Source',
        'CyberSecurity',
        'Self-Hosting',
        'Home Labbing'
    ]
};

// Contact function
const contact = (type: ContactType): string => {
    switch (type) {
        case 'github':
            return 'https://github.com/fyiimysf';
        case 'bluesky':
            return 'https://bsky.app/profile/fyiimysf.bsky.social';
        case 'linkedIn':
            return 'https://www.linkedin.com/in/yousaf-mohammad';
        case 'instagram':
            return "https://www.instagram.com/uceph.em/";
        case 'email':
            return 'yousaf.moh4m@gmail.com';
        default:
            return 'Send text.';
    }
};

Hi 👋 I’m Mohammad Yousaf

Full‑stack Web, App, and Game Developer

About Me

I design and build thoughtful digital experiences across the web, mobile, and games. I enjoy turning ideas into reliable, performant products, pairing clean architecture with polished UI and a pragmatic approach to delivery.

My work spans end‑to‑end: from frontend and UX to backend services and infrastructure. I value collaboration, clear communication, and continuous learning.


Skills

  • 🖥️ Frontend Development:

    React, Next.js, Vue, Nuxt, Svelte, SvelteKit, Angular, TypeScript, JavaScript, Tailwind CSS

  • 🌐 Backend Development:

    Node.js, Deno, Bun, Java, PostgreSQL, MongoDB

  • 🎮 Game Development:

    Unity, Unreal Engine, Godot · C#, C++, Python

  • 📱 App Development:

    Flutter, Kotlin (Jetpack Compose), React Native


Interests

  • 🧊 3D Art
  • 🎨 2D Art
  • 🎬 Animation
  • 🎯 UI/UX Design
  • 🌐 Open source
  • 🔒 Cybersecurity
  • 🏠 Self‑hosting
  • 🖧 Computer networking

Contact

I’m always open to new projects, collaborations, and conversations. Reach me here:

I try to respond within a business day.

© Mohammad Yousaf. All rights reserved.
project image

GloveBox

GloveBox is a modern, sleek URL stashing and bookmarking web app that combines aesthetics with functionality.

Open Website
project image

Flowy

Flowy is a easy-to-grasp, menstrual cycle tracking app that helps users monitor their menstrual cycle and fertility. It provides insights into ovulation, period prediction, and personalized recommendations for lifestyle adjustments.

Open Website
project image

TxTract

TxTract is a modern web application for extracting text from images using computer vision. Built with SvelteKit, it provides real-time text extraction capabilities through camera input or image uploads.

Open Website
project image

GloveBox

GloveBox is a modern, sleek URL stashing and bookmarking web app that combines aesthetics with functionality.

Open Website
project image

Flowy

Flowy is a easy-to-grasp, menstrual cycle tracking app that helps users monitor their menstrual cycle and fertility. It provides insights into ovulation, period prediction, and personalized recommendations for lifestyle adjustments.

Open Website
project image

TxTract

TxTract is a modern web application for extracting text from images using computer vision. Built with SvelteKit, it provides real-time text extraction capabilities through camera input or image uploads.

Open Website
Built with Passion by Yours Truly