{"id":22726197,"url":"https://github.com/maskedsyntax/maskedsyntax","last_synced_at":"2026-02-14T03:38:52.877Z","repository":{"id":193907159,"uuid":"525873350","full_name":"MaskedSyntax/MaskedSyntax","owner":"MaskedSyntax","description":"My Github README profile!","archived":false,"fork":false,"pushed_at":"2025-03-31T18:29:47.000Z","size":612,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T12:54:10.251Z","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/MaskedSyntax.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":"2022-08-17T16:28:27.000Z","updated_at":"2025-03-31T18:29:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7e7db44-adce-4025-b260-9423d7aa88cb","html_url":"https://github.com/MaskedSyntax/MaskedSyntax","commit_stats":null,"previous_names":["aftaab25/aftaab25","maskedsyntax/aftaab25","maskedsyntax/maskedsyntax"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaskedSyntax/MaskedSyntax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskedSyntax%2FMaskedSyntax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskedSyntax%2FMaskedSyntax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskedSyntax%2FMaskedSyntax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskedSyntax%2FMaskedSyntax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaskedSyntax","download_url":"https://codeload.github.com/MaskedSyntax/MaskedSyntax/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskedSyntax%2FMaskedSyntax/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265237698,"owners_count":23732514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-12-10T16:16:05.035Z","updated_at":"2026-02-14T03:38:47.828Z","avatar_url":"https://github.com/MaskedSyntax.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hii there 👋\n\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://github.com/ellerbrock/open-source-badge/)\n![visitors](https://komarev.com/ghpvc/?username=maskedsyntax\u0026label=Profile%20views\u0026color=0e75b6\u0026style=flat)\n\n\n```go\npackage main\n\nimport \"fmt\"\n\ntype Developer struct {\n\tname        string\n\trole        string\n\tlanguages   []string\n\tprevExp     string\n\tcurrentFocus string\n}\n\nfunc (d Developer) sayHi() {\n\tfmt.Printf(\"Hi, I'm %s! I specialize in %s and have experience in %s. \"+\n\t\t\"I'm currently focusing on %s while exploring how applied math and machine learning solve real-world problems. \"+\n\t\t\"Thanks for visiting my GitHub!\\n\",\n\t\td.name, d.role, d.prevExp, d.currentFocus)\n}\n\nfunc main() {\n\tdev := Developer{\n\t\tname:        \"Aftaab Siddiqui\",\n\t\trole:        \"Software Development and Machine Learning\",\n\t\tlanguages:   []string{\"Python\", \"C++\", \"Go\", \"Java\"},\n\t\tprevExp:     \"Backend Development (Spring Boot) and Flutter for Cross-Platform Apps\",\n\t\tcurrentFocus: \"Generative AI, Edge ML, Multimodal ML, and Graph ML\",\n\t}\n\tdev.sayHi()\n}\n```\n\n\n\u003e \u003ccode\u003e➜ primary email: [aftaab@aftaab.xyz](mailto:aftaab@aftaab.xyz)\u003c/code\u003e\u003cbr\u003e\n\u003e \u003ccode\u003e➜ Personal website and blog: [aftaab.xyz/blog](https://aftaab.xyz/blog)\u003c/code\u003e\u003cbr\u003e\n\n\u003c!-- BLOG-POST-LIST:END --\u003e\n\n## 🔧 Technologies \u0026 Tools\n\n**Programming Languages:**\n\n![Python](https://img.shields.io/badge/Code-Python-informational?style=flat\u0026logo=python\u0026logoColor=white\u0026color=6aa6f8)\n![C++](https://img.shields.io/badge/Code-C++-informational?style=flat\u0026logo=cplusplus\u0026logoColor=white\u0026color=6aa6f8)\n![Golang](https://img.shields.io/badge/Backend-GoLang-informational?style=flat\u0026logo=go\u0026logoColor=white\u0026color=6aa6f8)\n![Java](https://img.shields.io/badge/Code-Java-informational?style=flat\u0026logo=coffeescript\u0026logoColor=white\u0026color=6aa6f8)\n![TypeScript](https://img.shields.io/badge/Code-TypeScript-informational?style=flat\u0026logo=typescript\u0026logoColor=white\u0026color=6aa6f8)\n\n\n**Frameworks \u0026 Libraries:**\n\n![Spring Boot](https://img.shields.io/badge/Framework-Spring%20Boot-informational?style=flat\u0026logo=spring\u0026logoColor=white\u0026color=6aa6f8)\n![Flutter](https://img.shields.io/badge/Framework-Flutter-informational?style=flat\u0026logo=flutter\u0026logoColor=white\u0026color=6aa6f8)\n![TensorFlow](https://img.shields.io/badge/ML-TensorFlow-informational?style=flat\u0026logo=tensorflow\u0026logoColor=white\u0026color=6aa6f8)\n![PyTorch](https://img.shields.io/badge/ML-PyTorch-informational?style=flat\u0026logo=pytorch\u0026logoColor=white\u0026color=6aa6f8)\n![scikit-learn](https://img.shields.io/badge/ML-scikit--learn-informational?style=flat\u0026logo=scikit-learn\u0026logoColor=white\u0026color=6aa6f8)\n![NumPy](https://img.shields.io/badge/Library-NumPy-informational?style=flat\u0026logo=numpy\u0026logoColor=white\u0026color=6aa6f8)\n![Pandas](https://img.shields.io/badge/Library-Pandas-informational?style=flat\u0026logo=pandas\u0026logoColor=white\u0026color=6aa6f8)\n\n**Development Tools:**\n\n![Neovim](https://img.shields.io/badge/Editor-Neovim-informational?style=flat\u0026logo=neovim\u0026logoColor=white\u0026color=6aa6f8)\n![Git](https://img.shields.io/badge/Tools-Git-informational?style=flat\u0026logo=git\u0026logoColor=white\u0026color=6aa6f8)\n![Linux](https://img.shields.io/badge/OS-Linux-informational?style=flat\u0026logo=linux\u0026logoColor=white\u0026color=6aa6f8)\n![Zsh](https://img.shields.io/badge/Shell-Zsh-informational?style=flat\u0026logo=gnu-bash\u0026logoColor=white\u0026color=6aa6f8)\n\n**Databases:**\n\n![MySQL](https://img.shields.io/badge/Database-MySQL-informational?style=flat\u0026logo=mysql\u0026logoColor=white\u0026color=6aa6f8)\n![SQLite](https://img.shields.io/badge/Database-SQLite-informational?style=flat\u0026logo=sqlite\u0026logoColor=white\u0026color=6aa6f8)\n\n**Machine Learning Areas:**\n\n![Generative AI](https://img.shields.io/badge/ML-Generative_AI-informational?style=flat\u0026logo=ai\u0026logoColor=white\u0026color=6aa6f8)\n![Edge ML](https://img.shields.io/badge/ML-Edge_ML-informational?style=flat\u0026logo=ai\u0026logoColor=white\u0026color=6aa6f8)\n![Multimodal ML](https://img.shields.io/badge/ML-Multimodal_ML-informational?style=flat\u0026logo=ai\u0026logoColor=white\u0026color=6aa6f8)\n![Graph ML](https://img.shields.io/badge/ML-Graph_ML-informational?style=flat\u0026logo=ai\u0026logoColor=white\u0026color=6aa6f8)\n\n\n## 🏆 GitHub Trophies\n\n[![trophy](https://github-profile-trophy.vercel.app/?username=maskedsyntax\u0026theme=nord\u0026column=7)](https://github.com/ryo-ma/github-profile-trophy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskedsyntax%2Fmaskedsyntax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaskedsyntax%2Fmaskedsyntax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskedsyntax%2Fmaskedsyntax/lists"}