-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md.bak
More file actions
88 lines (63 loc) · 4.2 KB
/
README.md.bak
File metadata and controls
88 lines (63 loc) · 4.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# 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()
}
```
> <code>➜ primary email: [aftaab@aftaab.xyz](mailto:aftaab@aftaab.xyz)</code><br>
> <code>➜ Personal website and blog: [aftaab.xyz/blog](https://aftaab.xyz/blog)</code><br>
<!-- BLOG-POST-LIST:END -->
## 🔧 Technologies & Tools
**Programming Languages:**





**Frameworks & Libraries:**







**Development Tools:**




**Databases:**


**Machine Learning Areas:**




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