Coder Social home page Coder Social logo

rodcyb3dev / crowdfid-app Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 188 KB

This is a full-stack JavaScript application.

HTML 6.47% JavaScript 92.42% Shell 1.11%
react redux sendgrid middleware api html5 css3 javascript expressjs crud-functionality

crowdfid-app's Introduction

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

crowdfid-app's People

Contributors

rodcyb3dev avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.