Skip to content
View RodCyb3Dev's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Highlights

  • Pro
Block or Report

Block or report RodCyb3Dev

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

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

Pinned

  1. kodefalsh-mitup kodefalsh-mitup Public

    Give information on what events will be come, just some basic react application.

    JavaScript 1

  2. MEAN-Stack-Dev MEAN-Stack-Dev Public

    A demo MEAN application.

    JavaScript 1

  3. rails-template rails-template Public

    Application template for Rails 6 projects packed with lots of features for rails developer.

    HTML 1

  4. howlback howlback Public

    This is a feedback via emails, the app created with features of React, Redux, Express, MongoDB, Google OAuth , and APIs

    JavaScript

  5. kodekamper-api kodekamper-api Public

    KodeKamper is an extensive REST API service provided for consumer to build their own frontend platform on demand.

    HTML 1

  6. Rainforest-API Rainforest-API Public

    Rainforest API to retrieve data from any Amazon domain worldwide in real-time. Integrating with it is as simple as making a GET HTTP request.

    JavaScript 1