RodCyb3Dev - Overview

Welcome to my GitHub repository! Feel free to explore the code and contribute.

Typing SVG

Some info about me...

//usr/bin/env ts-node

class Person {
  private firstName: string;
  private lastName: string;

  constructor(firstName: string, lastName: string) {
    this.firstName = firstName;
    this.lastName = lastName;
  }

  getFullName(): string {
    return `${this.firstName} ${this.lastName}`;
  }
}

const member = new Person("Rodney", "Hammad");
console.log(`๐Ÿ‘‹ Hi, I'm ${member.getFullName()}`);

// Output: ๐Ÿ‘‹ Hi, I'm Rodney Hammad

GitHub visitors Open Source Love

#!/usr/bin/python

class DeveloperInfo:
    def __init__(self, title, description=""):
        self.title = title
        self.description = description

class SoftwareEngineer:
    def __init__(self):
        self.who_am_i = [
            DeveloperInfo("A self Learned Programmer", "Passionate about learning and coding on my own."),
            DeveloperInfo("Full-Stack Software Developer", "Experienced in developing end-to-end web applications."),
            DeveloperInfo("Cybersecurity Guy (Ethical Hacker)", "Focused on cybersecurity practices and ethical hacking.")
        ]

    def print_who_am_i(self):
        for index, info in enumerate(self.who_am_i, start=1):
            print(f"{index}. {info.title}")
            print(f"   {info.description}")

me = SoftwareEngineer()
me.print_who_am_i()
#Output:
1. A self Learned Programmer
   Passionate about learning and coding on my own.

2. Full-Stack Software Developer
  Experienced in developing end-to-end web applications.

3. Cybersecurity Guy (Ethical Hacker)
  Focused on cybersecurity practices and ethical hacking.

...Program finished with exit code 0
  • ๐Ÿ‘€ Iโ€™m interested in ... Cybersecurity, Ethical Hacker, OpenSource, Part Time Bug Bounty Hunter, and Doing Competitive Programming.
    Other than that, I read a lot, and to stay up to date with the latest features, I regularly check the communities related to the tech stacks in use.

  • ๐ŸŒฑ Iโ€™m currently learning ... Microsoft AZ-303 Certification: Azure Architect Technologie, and Ethical Hacking Mastery.

  • ๐Ÿ’ฌ Ask me about anything here

  • ๐Ÿ“ Resume


๐Ÿ† GitHub Trophies

trophy


๐Ÿ”ง Technologies & Tools

๐Ÿš€ Back-end Languages:

๐ŸŽจ Front-end Languages:

๐Ÿงช Testing:

๐ŸŒ Web Accessibility:

๐Ÿ› ๏ธ Accessibility Tools:

โšก Performance Improvement:

๐Ÿ“Š Web Core Vitals:

๐Ÿ›ข๏ธ Databases:

๐Ÿ› ๏ธ DevOps:

๐Ÿ’ป Systems:


๐Ÿ“Š GitHub Stats & Activity

๐Ÿ’ป Most Used Languages

Top Languages

๐Ÿ“ˆ Contribution Graph

Contribution Graph


๐Ÿค Connect With Me

I love connecting with different people so if you want to say hi, you can reach me! :)

Rodney | kodeflash Rodney | CodeSandbox Rodney | Linkedin Rodney's Discord