Skip to content
View MaskedSyntax's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report MaskedSyntax

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MaskedSyntax/README.md

Hello 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

Pinned Loading

  1. hashprep.xyz Public

    Monorepo for the Next.js frontend and Spring Boot backend

    Python 1

  2. genes-drug-response-prediction Public

    🧬 Drug Response Prediction Using Gene Expression Data

    Jupyter Notebook 1

  3. intellipath Public

    A python based visualizer for A* pathfinding algorithm.

    Python 2

  4. arm7-assembler Public

    An ARM7 Assembler made in python using regex and tkinter

    Python 2

  5. 2-stage-opamp-analysis Public

    Comparative Analysis of Machine Learning Models for Aspect Ratio Estimation of a Two-Stage Operational Amplifier

    Python 3 1

  6. minesweeper Public

    Terminal based Minesweeper game in C++

    C++ 2

527 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

7 contributions in private repositories Mar 3 – Mar 15
Loading