<?php
namespace Dantsec;
class About extends Me
{
public function getContact(): array
{
return [
'blog' => 'https://dantsec.github.io/',
'mail' => 'dantsec@proton.me'
];
}
public function getPersonalInformation(): array
{
return [
'country' => 'São Paulo, Brazil',
'work' => 'Trainee Backend Developer'
];
}
public function getKnowledge(): array
{
return [
'programming_languages' => [
C::class,
Php::class,
Python::class,
Javascript::class,
ShellScript::class
],
'databases' => [
MySQL::class,
SQLite::class
],
'frameworks' => [
jQuery::class,
Laravel::class
],
'tools' => [
Git::class,
Jira::class,
Postman::class,
DBeaver::class
]
];
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
dantsec/dantsec
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published