- π¨βπ» Iβm currently working on JavaScript Frameworks NodeJS/ReactJS.
- π Iβm more interested in Backend technologies.
- πͺπΌ Future Goals: learn .NET.
- π± Iβm currently learning Machine learning.
- β‘ Fun fact: I love to play football. β½
public class WhoAmI {
public static String user = "Anas Baqai";
public static String current_edu = "Fast University";
public static String currently_learning = "Machine Learning";
public static String fun_fact = "I love to play football";
public static String[] hobbies = {
"Music",
"Chilling",
"Gaming",
"footBall",
"Sci-Fi Movies"
};
public static String getCity() {
return "Karachi, Pakistan";
}
public static void Ambitions() {
BecomeSoftwareEngineer();
FinishMyProjects();
}