Skip to content
View qqq-real's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Davao city
  • 18:13 (UTC +08:00)

Block or report qqq-real

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
qqq-real/README.md
<?php
namespace QqqReal;

use KeepLearning;

class Developer
{
    private $isHired = false;

    public function isHired(): bool
    {
        return $this->isHired;
    }

    public function techStack(): array
    {
        return [
            Php::class,
            Laravel::class,
            Python::class,
            TailwindCss::class,
            'linuxeye/lnmp',
        ];
    }

    public function needWork(): array
    {
        return $this->techStack();
    }
}

need job hire me for experience...

Pinned Loading

  1. generate-valid-creditcard-number-and-cvv-cvc generate-valid-creditcard-number-and-cvv-cvc Public

    use these methods to generate your valid card number and a random cvv/cvc

    PHP 1