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
β Personal website and blog: aftaab.xyz/blog
β Whatβs the Deal with Graph Machine Learning?
β SLAM in Self-Driving Cars: Mapping the Road Ahead
β The Role of Machine Learning in Medical Science: A Hopeful Future
Programming Languages:
Frameworks & Libraries:
Development Tools:
Databases:
Machine Learning Areas: