Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

MaskedSyntax/MaskedSyntax

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hii there 👋

Open Source Love visitors

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

🔧 Technologies & Tools

Programming Languages:

Python C++ Golang Java TypeScript

Frameworks & Libraries:

Spring Boot Flutter TensorFlow PyTorch scikit-learn NumPy Pandas

Development Tools:

Neovim Git Linux Zsh

Databases:

MySQL SQLite

Machine Learning Areas:

Generative AI Edge ML Multimodal ML Graph ML

🏆 GitHub Trophies

trophy

About

My Github README profile!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.