Skip to content
View 9Hamza's full-sized avatar

Block or report 9Hamza

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
9Hamza/README.md

๐Ÿ‘‹ Hi, I'm Hamza Bahamdan

๐ŸŽฎ Unity Game Developer | Backend Integrator | Cloud & API Enthusiast

9hamza

๐Ÿง  About Me

  • ๐Ÿ”ญ Currently working on Jawabak Jawabahom with Table Knight Games
  • ๐Ÿงฉ Specializing in Unity (C#) development with Firebase, Photon PUN/Voice, PlayFab, and Google Sheets API integrations
  • ๐Ÿ’ก Experienced in implementing backend connectivity, leaderboards, authentication, and live-ops systems
  • ๐Ÿ’ฐ Familiar with monetization tools such as AudioMob and AdMob
  • ๐ŸŒฑ Currently learning full-stack and AI-integrated web development
  • โšก Fun fact: Iโ€™m one of a triplet!
  • ๐Ÿ“ซ Reach me at [email protected]

๐ŸŒ Connect with Me

hamboozy LinkedIn Stack Overflow LeetCode

๐Ÿงฉ Languages & Tools

angular aws azure bash blender bootstrap csharp css3 electron express firebase git html5 java javascript mysql nodejs photoshop postman python react sass tailwind typescript unity angular aws azure PlayFabPhoton Google Sheets API AdMob

๐Ÿ“Š GitHub Stats

Hamza's GitHub stats

Top Languages

GitHub Streak

Pinned Loading

  1. Simple C# Singleton Example for Unity Simple C# Singleton Example for Unity
    1
    public class GameManager : MonoBehaviour
    2
    {
    3
        public static GameManager Instance;
    4
    
                  
    5
        private void Awake()