https://github.com/maskedsyntax/maskedsyntax
My Github README profile!
https://github.com/maskedsyntax/maskedsyntax
Last synced: 6 months ago
JSON representation
My Github README profile!
- Host: GitHub
- URL: https://github.com/maskedsyntax/maskedsyntax
- Owner: MaskedSyntax
- Created: 2022-08-17T16:28:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T18:29:47.000Z (10 months ago)
- Last Synced: 2025-04-23T12:54:10.251Z (9 months ago)
- Size: 598 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hii there 👋
[](https://github.com/ellerbrock/open-source-badge/)

```go
package main
import "fmt"
type Developer struct {
name string
role string
languages []string
prevExp string
currentFocus string
}
func (d Developer) sayHi() {
fmt.Printf("Hi, I'm %s! I specialize in %s and have experience in %s. "+
"I'm currently focusing on %s while exploring how applied math and machine learning solve real-world problems. "+
"Thanks for visiting my GitHub!\n",
d.name, d.role, d.prevExp, d.currentFocus)
}
func main() {
dev := Developer{
name: "Aftaab Siddiqui",
role: "Software Development and Machine Learning",
languages: []string{"Python", "C++", "Go", "Java"},
prevExp: "Backend Development (Spring Boot) and Flutter for Cross-Platform Apps",
currentFocus: "Generative AI, Edge ML, Multimodal ML, and Graph ML",
}
dev.sayHi()
}
```
> ➜ primary email: [aftaab@aftaab.xyz](mailto:aftaab@aftaab.xyz)
> ➜ Personal website and blog: [aftaab.xyz/blog](https://aftaab.xyz/blog)
## 🔧 Technologies & Tools
**Programming Languages:**





**Frameworks & Libraries:**







**Development Tools:**




**Databases:**


**Machine Learning Areas:**




## 🏆 GitHub Trophies
[](https://github.com/ryo-ma/github-profile-trophy)