Skip to content
View imFaizanAhmed's full-sized avatar
💭
Coding
💭
Coding
Block or Report

Block or report imFaizanAhmed

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
imFaizanAhmed/README.md

Hi there👋, I'm Faizan Ahmed

Cheer up with a new dev joke

Jokes Card

Who am I?

 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()]);
   }
 }

Find me around the web 🌎

Pinned

  1. Word-Shooter Word-Shooter Public

    C++ 1

  2. Bracket-Matching Bracket-Matching Public

    C++

  3. Design-and-Analysis-of-Algorithms Design-and-Analysis-of-Algorithms Public

    All codes are written in Python instead of pseudo code to understand the working

    Jupyter Notebook

  4. sudoku-multithreading sudoku-multithreading Public

    C++ 1

  5. find-trend find-trend Public

    CSS 1

  6. FuzzWuzzy_pyspark_dataframe FuzzWuzzy_pyspark_dataframe Public

    Jupyter Notebook 1