Skip to content
View marcialpaulg's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report marcialpaulg

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

Howdy! Marcial here.

I'm a Data scientist living near Davao city, Philippines.

<?php

namespace Marcialpaulg;

class About extends Me
{
    use CLevelPosition;
    use KeepLearning;

    public const pronouns = [ 'he', 'him' ];

    private $is_hiring = true;

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

    public function getContact(): LinkedinProfileLink|GmailEmail
    {
        return $this->getActiveContact();
    }

    public function getKnowledge(): array
    {
        return [
            Php::class,
            Laravel::class,
            Javascript::class,
            TailwindCss::class,
            CloudflareServices::class,
            Solidity::class
        ];
    }

    public function getWork(): ExcitingProject
    {
        return $this->getExcitingProject();
    }
}

📨 Feel free to reach me on LinkedIn.

Pinned Loading

  1. BuxPHP BuxPHP Public

    BuxPHP is a PHP library for Bux.ph merchants

    PHP 2

  2. Coinbase-commerce-PHP8 Coinbase-commerce-PHP8 Public

    Coinbase commerce library for PHP8 / Laravel 8

    PHP 3 3

  3. Fixing-Cloudflare-Error-524 Fixing-Cloudflare-Error-524 Public archive

    This guide will show you how to fix Cloudflare's Error 524 (A timeout occurred)

    PHP 37 23

  4. Facebook-profile-guard-activator Facebook-profile-guard-activator Public archive

    Facebook's profile safe guard

    JavaScript 6 7

  5. DOTA-2-script DOTA-2-script Public archive

    Lua 4

  6. Mad-Text-To-Speech-PHP Mad-Text-To-Speech-PHP Public

    Mad TTS PHP uses Google TTS API without keys.

    PHP