Git Product home page Git Product logo

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

rodcyb3dev's Projects

certbot-install icon certbot-install

Install the latest Certbot in a breeze. Great for Ubuntu Focal 20.04, and other Linux/Mac.

city-library icon city-library

This is a simple demo library web application. Developed with .NET Core MVC

django-2.0-demo icon django-2.0-demo

What’s new in Django 2.0 or 2.1. An example would be the Simplified URL routing syntax

gutenberg icon gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.

howlback icon howlback

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

kodefalsh-mitup icon kodefalsh-mitup

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

kodeflash-rails-tailwindcss-template icon kodeflash-rails-tailwindcss-template

A rapid Rails (6.0.2.1) application template for personal use. This particular template utilizes https://tailwindcss.com, a utility-first CSS framework for rapid UI development.

kodekamper-api icon kodekamper-api

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

psf icon psf

Pay Sport Finland | Created with React.js

rails-template icon rails-template

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

rainforest-api icon rainforest-api

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.