<?php
namespace BeckyMarques;
class Resume extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'Blue Gravity Studios',
'position' => 'WordPress Developer',
'location' => 'Remote',
'start' => date_format(date_create('2024-08-19'), 'Y-m-d'),
'end' => false,
'current' => true,
'description' => 'Develop Websites and WordPress themes/plugins, w/ or w/o ACF and Elementor, optimise SEO and accessibility, host server maintenance, provide IT assistance. HTML, CSS(SASS), JavaScript, jQuery, PHP, Bootstrap, Git, Agile, Laravel etc.'
]
];
}
public function getEducation(): array
{
return [
'postgraduate' => [
'institution' => 'Anhembi Morumbi University',
'subject' => 'IT',
'type' => 'Lato sensu',
'start' => 2023,
'end' => 2024,
'current' => false,
'completed' => true,
'description' => 'Development with Agile Methodologies'
],
'undergraduate' => array(
[
'institution' => 'Anhembi Morumbi University',
'subject' => 'Information Systems',
'type' => 'Undergraduate Degree (Transfer Credits)',
'start' => 2023,
'end' => 2025,
'current' => true,
'completed' => false,
'description' => null
],
[
'institution' => 'Anhembi Morumbi University',
'subject' => 'Law Degree',
'type' => 'Undergraduate Degree',
'start' => 2012,
'end' => 2017,
'current' => false,
'completed' => true,
'description' => null
]
)
];
}
public function getDailyKnowledge(): array
{
return [
WordPress::class,
Php::class,
jQuery::class,
Javascript::class,
Laravel::class,
SCSS::class,
CSS::class,
HTML::class,
MySQL::class,
Bootstrap::class,
Git::class,
Figma::class,
AdobeXD::class,
Photoshop::class,
Illustrator::class,
InDesign::class,
Aws::class,
Linux::class,
];
}
public function getCareerObjective(): string
{
return 'Contribute in a position working with WordPress, Front-End development or Project Management (fully remote) where welcomes innovative ideas, offers growth opportunities and positive workplace environment for applying years of experience in order to accomplishing awesome projects.';
}
}
IT Manager | Tech Lead | Wordpress and Front-End Senior Developer
- São Paulo
Popular repositories Loading
-
wp-breadcrumb-function
wp-breadcrumb-function PublicForked from ahmadthedev/wp-breadcrumb-function
PHP
-
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.