8000 GitHub - riz4d/riz4d
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

riz4d/riz4d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 

Repository files navigation

Hey!!

// Profile data
interface Profile {
  userId: string;
  name: string;
  pronouns: string;
  profession: string;
  hobbies: string[];
  interestedIn: string[];
  contacts: {
    telegram: string;
    tryHackMe: string;
    linkedIn: string;
    email: string;
  };
}

const profile: Profile = {
  userId: '@riz4d',
  name: 'Mohamed Rizad',
  pronouns: 'He/Him',
  profession: 'Student',
  hobbies: ["CTF's", 'Researching'],
  interestedIn: ['Machine Learning', 'Cyber Security', 'Artificial Intelligence', 'Robotics'],
  contacts: {
    telegram: 'https://t.me/riz4d',
    tryHackMe: 'https://tryhackme.com/p/Mohamedrizad',
    linkedIn: 'https://linkedin.com/in/mohamedrizad/',
    email: 'mailto:github@rizad.me',
  },
};

An image of @riz4d's Holopin badges

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0