Skip to content

RodCyb3Dev/RodCyb3Dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 

Repository files navigation

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

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

πŸ”§ Technologies & Tools

πŸš€ Back-end Languages:

🎨 Front-end Languages:

πŸ§ͺ Testing:

🌐 Web Accessibility:

πŸ› οΈ Accessibility Tools:

⚑ Performance Improvement:

πŸ“Š Web Core Vitals:

πŸ›’οΈ Databases:

πŸ› οΈ DevOps:

πŸ’» Systems:

🚧 Quick overview

  • πŸ“ˆ GitHub stats:
My github stats

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

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

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published