/**
* ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
* β ZAHID ULLAH β DEVELOPER β
* β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
* β @author Zahid Ullah β
* β @github zahidullah-py β
* β @email zahiduullah2@gmail.com β
* β @location Pakistan π΅π° (Asia/Karachi, UTC+5) β
* β @status Learning Β· Building Β· Growing π β
* ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
*/
public class ZahidUllah extends Developer {
String university = "COMSATS University";
String focus = "Mobile Development";
int streak = 12; // π₯ days and counting
String[] languages = { "Java", "Dart", "C" };
String[] mobile = { "Flutter", "Android Studio" };
String[] databases = { "MySQL" };
String[] tools = { "Git", "GitHub", "VS Code" };
String[] concepts = { "DSA", "OOP", "DBMS" };
boolean openToWork = true;
String goal = "Ship real apps. Grow every day.";
@Override
public String toString() {
return "CS Student who codes with purpose.";
}
}Progress βββββββββββββββββββββββ 50% Β· 5 of 10 goals complete
| # | Goal | Stack / Focus | Status |
|---|---|---|---|
| 01 | Java OOP & Fundamentals | Java | β Done |
| 02 | GitHub & Version Control | Git, GitHub | β Done |
| 03 | DSA Practice Repo | Java | β Done |
| 04 | Dart & Flutter Learning | Dart, Flutter | β Done |
| 05 | Library Management System | Dart | β Done |
| 06 | Master DSA β Arrays to Graphs | Java | β‘ Active |
| 07 | Complete Flutter Mobile App | Flutter, Dart | β‘ Active |
| 08 | MySQL Database Course | MySQL | π Learning |
| 09 | Contribute to Open Source | GitHub | π Upcoming |
| 10 | Land First CS Internship | β | π― Big Goal |
// "First, solve the problem. Then, write the code." β John Johnson
131 contributions and counting β every commit is progress π