Skip to content
View RahulDadhich26's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report RahulDadhich26

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
RahulDadhich26/README.md
display() {
// ASCII Art for Header
console.log(`
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•—  β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—   β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— 
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•”β•β•β•β–ˆβ–ˆβ•—
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘
β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•
β•šβ•β•  β•šβ•β•β•šβ•β•  β•šβ•β•β•šβ•β•  β•šβ•β• β•šβ•β•β•β•β•β• β•šβ•β•β•β•β•β•β• β•šβ•β•β•β•β•β• 
`);

class Bio {
constructor() {
this.aboutMe = {
  name: "Rahul Dadhich",
  description: "Technical Content Writer | Web2 & Web3 Developer",
  status: "Learning Rust, Solidity, and solving DSA problems.",
  goalsFor2024: ["Master Rust & Solidity", "Build advanced Web2 & Web3 projects", "Solve 300+ DSA problems"]
};

this.workExperience = [
  {
    role: "Technical Content Writer",
    company: "GeeksforGeeks",
    duration: "Current",
    responsibilities: "Write technical articles and tutorials."
  },
  {
    role: "Web2 Developer",
    company: "Self-employed",
    duration: "Ongoing",
    responsibilities: "Build medium to hard-level Web2 projects."
  },
  {
    role: "Web3 Developer",
    company: "Self-taught",
    duration: "Ongoing",
    responsibilities: "Build medium to hard-level Web3 projects."
  }
];

this.tools = {
  frameworks: ["React", "Node.js", "Express"],
  languages: ["JavaScript", "Rust", "Solidity", "C++"],
  databases: ["MongoDB", "Postgres"],
  platforms: ["GNU/Linux", "Windows"],
  otherTools: ["Git", "VS Code", "Truffle", "Hardhat"]
};

this.randomStuff = {
  funFact: "I can solve a Rubik's Cube in under 2 minutes!",
  advice: "Keep learning, keep growing, and never stop coding."
};

this.socialLinks = {
  leetcode: "https://leetcode.com/u/TheGaurdiann/",
  twitter: "https://x.com/Rahul_Dadhich26",
  geeksforgeeks: "https://www.geeksforgeeks.org/user/rahuldadhich26/",
  codingninjas: "https://www.naukri.com/code360/profile/Rahul_dadhich26",
  github: "https://github.com/rahuldadhich",
  portfolio: "https://rahuldadhich.netlify.app/"
};
}

const bio = new Bio();
bio.display();

Pinned Loading

  1. 100xDevs-Web3-Roadmap 100xDevs-Web3-Roadmap Public

    Forked from vignesh-chaturvedi/100xDevs-Web3-Roadmap

    2

  2. decentralized-fiverr decentralized-fiverr Public

    Forked from code100x/decentralized-fiverr

    As the name suggests, we need a simple decentralized marketplace where payments are escrowed and dispensed post job completion

    TypeScript

  3. Ethereum-frontend Ethereum-frontend Public

    Forked from 100xdevs-cohort-3/week-11-eth

    JavaScript

  4. SafeZone-Real-time-Video-Analytics-for-Industrial-Safety SafeZone-Real-time-Video-Analytics-for-Industrial-Safety Public

    Forked from smartinternz02/SBSPS-Challenge-10024-SafeZone-Real-time-Video-Analytics-for-Industrial-Safety

    SafeZone: Real-time Video Analytics for Industrial Safety

    JavaScript

  5. GeeksforGeeks-160Days-DSA-Challenge GeeksforGeeks-160Days-DSA-Challenge Public

    This repository serves as a collection of my solutions to various GeeksforGeeks Data Structures and Algorithms (DSA) problems, organized by the level of difficulty. - Created using [GfG To GitHub](…

    C++

  6. LEETCODE-DSA LEETCODE-DSA Public

    C++