Skip to content
View Omar-HeshamR's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Omar-HeshamR

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

Hi 👋, I'm Omar

const Omar = {
  full_name: "Omar Rady",
  currently: "Student @ PSU",
  studying: "Computer Science and Math",
  core: [ "Fullstack Development", "AI/Blockchain Development", "Mobile Development" ],
  languages: {
    programming: ["TypeScript", "JavaScript", "Python", "Java", "Solidity", "C", "Bash"],
    currently_learning: ["Rust"],
    other: ["English", "Arabic", "German"]
  },
  tech_stack: ["Next","React","Node", "React Native","Git",
              "Stripe", "Google Cloud","Ethers", "Hugging Face"],
  interests: [ "Full Stack", "AI/ML", "Prompt Engineering", "Blockchain",
               "EdTech", "Fintech", "Algorithms", "UI/UX" ]
}

if( solvingBigProblems == true || workingOnImpactfullProjects == true ){
  try{
    team.push(Omar);
    console.log("success!");
  }catch(err){
    console.log("You didn't contact yet!");
    console.log("Contact at omarhishamk@gmail.com");
  }
}

Popular repositories

  1. PresentAI-HackPSU PresentAI-HackPSU Public

    Practice presenting

    JavaScript 2

  2. Tussle Tussle Public

    A Real Time Strategy Game

    Java

  3. Cyberworld-Exchange Cyberworld-Exchange Public

    A cryptocurrency exchange

    JavaScript

  4. KEGG_sketching_annotation_old KEGG_sketching_annotation_old Public

    Forked from KoslickiLab/KEGG_sketching_annotation

    Scripts to sketch KEGG and explore using FracMinHash as a way to functionally annotate a metagenome

    Java

  5. Stack-Based-Calculator Stack-Based-Calculator Public

    A console Calculator app using the Stack data structure.

    Python

  6. PoW-Blockchain-Model PoW-Blockchain-Model Public

    A simple Blockchain modal on JavaScript that uses the Proof of work mechanism

    JavaScript