class WhoAmI extends Person {
const name: string = 'Faizan Ahmed';
let skillset: Skills = {
toolsUsing: ['React', 'Angular', 'Python Tornando', 'NodeJs', 'Bootstrap', 'MaterialUI', 'MySQL', 'Figma'],
codesIn: ['Javascript', 'Typescript', 'HTML', 'CSS', 'Python', 'Solidity'],
};
let currentlyLearning: Array<string> = ['DevOps', 'Designing'];
let hobbies: Array<string> = ['Chess', 'Book Reading'];
constructor() {
while(this.alive()) {
this.eat();
this.work();
this.ambitions();
this.sleep();
}
}
ambitions() {
Promise.all([this.becomeFullstackDev(), this.learnDesigning()]);
}
}
Coding
Energetic and tireless full-stack software engineer.
- Islamabad, Pakistan
- https://imfaizanahmed.vercel.app
Pinned Loading
-
-
-
Design-and-Analysis-of-Algorithms
Design-and-Analysis-of-Algorithms PublicAll codes are written in Python instead of pseudo code to understand the working
Jupyter Notebook
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.