An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# Hii there 👋

[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://github.com/ellerbrock/open-source-badge/)
![visitors](https://komarev.com/ghpvc/?username=maskedsyntax&label=Profile%20views&color=0e75b6&style=flat)

```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:**

![Python](https://img.shields.io/badge/Code-Python-informational?style=flat&logo=python&logoColor=white&color=6aa6f8)
![C++](https://img.shields.io/badge/Code-C++-informational?style=flat&logo=cplusplus&logoColor=white&color=6aa6f8)
![Golang](https://img.shields.io/badge/Backend-GoLang-informational?style=flat&logo=go&logoColor=white&color=6aa6f8)
![Java](https://img.shields.io/badge/Code-Java-informational?style=flat&logo=coffeescript&logoColor=white&color=6aa6f8)
![TypeScript](https://img.shields.io/badge/Code-TypeScript-informational?style=flat&logo=typescript&logoColor=white&color=6aa6f8)

**Frameworks & Libraries:**

![Spring Boot](https://img.shields.io/badge/Framework-Spring%20Boot-informational?style=flat&logo=spring&logoColor=white&color=6aa6f8)
![Flutter](https://img.shields.io/badge/Framework-Flutter-informational?style=flat&logo=flutter&logoColor=white&color=6aa6f8)
![TensorFlow](https://img.shields.io/badge/ML-TensorFlow-informational?style=flat&logo=tensorflow&logoColor=white&color=6aa6f8)
![PyTorch](https://img.shields.io/badge/ML-PyTorch-informational?style=flat&logo=pytorch&logoColor=white&color=6aa6f8)
![scikit-learn](https://img.shields.io/badge/ML-scikit--learn-informational?style=flat&logo=scikit-learn&logoColor=white&color=6aa6f8)
![NumPy](https://img.shields.io/badge/Library-NumPy-informational?style=flat&logo=numpy&logoColor=white&color=6aa6f8)
![Pandas](https://img.shields.io/badge/Library-Pandas-informational?style=flat&logo=pandas&logoColor=white&color=6aa6f8)

**Development Tools:**

![Neovim](https://img.shields.io/badge/Editor-Neovim-informational?style=flat&logo=neovim&logoColor=white&color=6aa6f8)
![Git](https://img.shields.io/badge/Tools-Git-informational?style=flat&logo=git&logoColor=white&color=6aa6f8)
![Linux](https://img.shields.io/badge/OS-Linux-informational?style=flat&logo=linux&logoColor=white&color=6aa6f8)
![Zsh](https://img.shields.io/badge/Shell-Zsh-informational?style=flat&logo=gnu-bash&logoColor=white&color=6aa6f8)

**Databases:**

![MySQL](https://img.shields.io/badge/Database-MySQL-informational?style=flat&logo=mysql&logoColor=white&color=6aa6f8)
![SQLite](https://img.shields.io/badge/Database-SQLite-informational?style=flat&logo=sqlite&logoColor=white&color=6aa6f8)

**Machine Learning Areas:**

![Generative AI](https://img.shields.io/badge/ML-Generative_AI-informational?style=flat&logo=ai&logoColor=white&color=6aa6f8)
![Edge ML](https://img.shields.io/badge/ML-Edge_ML-informational?style=flat&logo=ai&logoColor=white&color=6aa6f8)
![Multimodal ML](https://img.shields.io/badge/ML-Multimodal_ML-informational?style=flat&logo=ai&logoColor=white&color=6aa6f8)
![Graph ML](https://img.shields.io/badge/ML-Graph_ML-informational?style=flat&logo=ai&logoColor=white&color=6aa6f8)

## 🏆 GitHub Trophies

[![trophy](https://github-profile-trophy.vercel.app/?username=maskedsyntax&theme=nord&column=7)](https://github.com/ryo-ma/github-profile-trophy)