Skip to content
View dantsec's full-sized avatar
🐧
Talk is cheap, show me the code!
🐧
Talk is cheap, show me the code!
Block or Report

Block or report dantsec

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
dantsec/README.md
<?php

namespace Dantsec;

class About extends Me
{
    public function getContact(): array
    {
        return [
            'website' => 'https://dantsec.github.io/',
            'mail' => 'dantsec@proton.me'
        ];
    }

    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Scaffold Education',
                'position' => 'Trainee Backend Developer'
            ]
        ];
    }

    public function getPersonInformation(): array
    {
        return [
            'country' => 'São Paulo, Brazil 🇧🇷',
            'hobbies' => [
                'Computer Science',
                'Math',
                'Physics',
                'Music'
            ],
            'computer' => [
                'os' => 'Manjaro Linux',
                'host' => 'Aspire ES1-572'
            ]
        ];
    }

    public function getKnowledge(): array
    {
        return [
            'programming_languages' => [
                C::class,
                Php::class,
                Python::class,
                Javascript::class,
                ShellScript::class,
            ],
            'databases' => [
                MySQL::class
            ],
            'frameworks' => [
                Laravel::class,
                Bootstrap::class,
                jQuery::class
            ],
            'tools' => [
                Vim::class,
                Git::class,
                Linux::class,
                Windows::class,
                VisualStudioCode::class
                MySQLWorkbench::class
            ]
        ];
    }
}

Pinned Loading

  1. dantsec.github.io dantsec.github.io Public

    My Personal WebSite on Github Pages!

    HTML

  2. dantsec dantsec Public

    21