Skip to content
Avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Highlights

  • Pro
Block or Report

Block or report Rodcode47

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.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Rodcode47/README.md

Some info about me...

//usr/bin/javascript

function Person(firstName, lastName) {
  this.firstName = firstName;
  this.lastName = lastName;
}

const member = new Person("Rodney", "Hammad");
Person.prototype.getFullName = function() {
  return `${this.firstName} ${this.lastName}`;
};

console.log(`πŸ‘‹ Hi, I’m ${member.getFullName()}`);

Output: πŸ‘‹ Hi, I’m Rodney Hammad

visitors Open Source Love

#!/usr/bin/python

class SoftwareEngineer:
  def __init__(self):
  self.Who_Am_I = {
    "A self Learned Programmer",
    "Full-Stack Sπš˜πšπšπš πšŠπš›πšŽ DπšŽπšŸπšŽπš•πš˜πš™πšŽπš›",
    "Cybersecurity Guy (Ethical Hacker)"
  }
  
me = SoftwareEngineer()

#! Output:
#! 1. A self Learned Programmer
#! 2. Full-Stack Sπš˜πšπšπš πšŠπš›πšŽ DπšŽπšŸπšŽπš•πš˜πš™πšŽπš›
#! 3. Cybersecurity Guy (Ethical Hacker)
  • πŸ‘€ 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:

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. Give information on what events will be come, just some basic react application.

    JavaScript 1 1

  2. TypeScript 1 1

  3. A demo MEAN application.

    JavaScript 1 1

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

    HTML 1

  5. howlback Public

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

    JavaScript

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

    HTML 1

97 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri
Less More

Contribution activity

October 2022

Created 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.