{"id":28249946,"url":"https://github.com/h5sh/h5sh","last_synced_at":"2026-02-18T13:34:13.428Z","repository":{"id":289644221,"uuid":"900594710","full_name":"H5SH/H5SH","owner":"H5SH","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-24T09:32:03.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T22:02:02.724Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/H5SH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-09T05:33:01.000Z","updated_at":"2025-04-24T09:32:07.000Z","dependencies_parsed_at":"2025-04-24T10:36:37.756Z","dependency_job_id":"adb2e88a-10d6-4863-a9c6-cb15b1e662e3","html_url":"https://github.com/H5SH/H5SH","commit_stats":null,"previous_names":["h5sh/h5sh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/H5SH/H5SH","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H5SH%2FH5SH","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H5SH%2FH5SH/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H5SH%2FH5SH/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H5SH%2FH5SH/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/H5SH","download_url":"https://codeload.github.com/H5SH/H5SH/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H5SH%2FH5SH/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29580808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-19T13:16:12.426Z","updated_at":"2026-02-18T13:34:08.418Z","avatar_url":"https://github.com/H5SH.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"```TypeScript\n// Hasham Asad – Full Stack Dev | Game Dev | AI Enthusiast\n\ntype TechStack = {\n  languages: ['JavaScript', 'TypeScript', 'Python', 'Kotlin', 'Dart', 'PHP', 'Lua'];\n  frameworks: ['React', 'Next.js', 'Flutter', 'Laravel', 'Jetpack Compose', 'Love2D'];\n  tools: ['Firebase', 'Supabase', 'PostgreSQL', 'FastAPI', 'YOLOv8', 'Agora', 'GraphQL'];\n};\n\ntype Project = {\n  title: string;\n  description: string;\n  tech: string[];\n  links: { live?: string; repo: string };\n};\n\nconst featuredProjects: Project[] = [\n  {\n    title: 'Procedural Mario Game',\n    description: 'Procedurally generated platformer with random keys, enemies, and level scaling.',\n    tech: ['Lua', 'Love2D', 'Procedural Gen'],\n    links: {\n      live: 'https://hasham-projects.vercel.app/',\n      repo: 'https://github.com/H5SH/CS50G-Mario-Project4',\n    },\n  },\n  {\n    title: 'Zelda-style Dungeon Adventure',\n    description: 'Top-down action game with sword mechanics, dungeon gen, and power-ups.',\n    tech: ['Lua', 'Love2D', 'Event System'],\n    links: {\n      live: 'https://hasham-projects.vercel.app/',\n      repo: 'https://github.com/H5SH/CS50G-Zelda-Project5',\n    },\n  },\n  {\n    title: 'Masked Input Field (Flutter Package)',\n    description: 'Customizable masked input with focus handling and input masks.',\n    tech: ['Flutter', 'Dart'],\n    links: {\n      live: 'https://pub.dev/packages/masked_boxed_field',\n      repo: 'https://github.com/H5SH/masked-boxed-field',\n    },\n  },\n  {\n    title: 'AI Contact Center Tester (PathSim)',\n    description: 'Automated testing platform using LLMs and voice interaction APIs.',\n    tech: ['FastAPI', 'YOLOv8', 'Retell AI', 'Vogent'],\n    links: {\n      repo: 'Private/Client Repo',\n    },\n  },\n];\n\nconst contact: Record\u003c'email' | 'portfolio' | 'github', string\u003e = {\n  email: 'hasham.asad.b@gmail.com',\n  portfolio: 'https://hasham-projects.vercel.app/',\n  github: 'https://github.com/H5SH',\n};\n\n// 👋 Hi, I’m Hasham\nconsole.log(`\n  Full-Stack Developer | Game Dev | AI Explorer\n\n  • Built 10+ games (Flappy, Breakout, Match-3, Mario, Zelda)\n  • Cross-platform apps with Flutter, React Native, Kotlin\n  • Real-time chat, video calls, smart inputs, and more\n  • YOLOv8 AI models for smoke, wire, and contact center testing\n\n  Let’s build cool stuff together!\n`);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh5sh%2Fh5sh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh5sh%2Fh5sh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh5sh%2Fh5sh/lists"}