Skip to content
View ShakH00's full-sized avatar
💻
I may be slow to respond.
💻
I may be slow to respond.
  • University of Calgary
  • Canada
  • 22:03 (UTC -07:00)

Highlights

  • Pro

Block or report ShakH00

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

Hi there 👋

Linkedin: LinkedIn GitHub Shakil Hussain Website

function welcome() {
  console.log("Welcome to my GitHub page!");
  console.log();
}

function aboutMe() {
  const name = "Shakil Hussain";
  const role = "Student @ University of Calgary";
  const program = "Computer Science";
  const interests = [
    "Web design", 
    "UI/UX", 
    "CyberSec"
  ];
  const linkedin = "https://www.linkedin.com/in/shakil-hussain-758b42276/";
  const devpost = "https://devpost.com/ShakH00"
  const website = "https://shakilhussain.ca"
    
  console.log(`${name}\n${role}\n${program}\n`);
  interests.forEach(interest => console.log(interest));
  console.log(`\n${linkedin}`);
  console.log(devpost);
  console.log(website);
}

function main() {
  welcome();
  aboutMe();
}

main();

Stats

GitHub Streak

Top Langs

Popular repositories Loading

  1. Hackountant Hackountant Public

    https://devpost.com/software/penny-wise-8xa5n6

    Java 3

  2. MindMaze MindMaze Public

    https://devpost.com/software/mindmaze-g5ksax

    Python 2

  3. DuoLegal DuoLegal Public

    https://devpost.com/software/duolegal

    HTML 2 1

  4. ShakH00 ShakH00 Public