Skip to content
View beckymarques's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report beckymarques

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

Hi 👋, I'm Becky

A passionate frontend developer from Brazil.

<?php

namespace BeckyMarques;

class Resume extends Me
{
  public function getCurrentWorkplace(): array
  {
    return [
      'workplace' => [
        'company' => 'Colmeia Performance',
        'position' => 'IT Manager | Tech Lead',
        'location' => 'Remote',
        'start' => date_format(date_create('2022-09-09'), 'Y-m-d'),
        'end' => false,
        'current' => true,
        'description' => 'Lead the IT team to develop WordPress themes and plugins, w/ or w/o ACF and Elementor, optimise SEO and accessibility, server maintenance, provide IT assistance. HTML, CSS(SASS), JavaScript, jQuery, PHP, Bootstrap, Git, Agile etc.'
      ]
    ];
  }

  public function getEducation(): array
  {
    return [
      'postgraduate' => [
        'institution' => 'Anhembi Morumbi University',
        'subject' => 'IT',
        'type' => 'Lato sensu',
        'start' => 2023,
        'end' => 2024,
        'current' => 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,
          'description' => null
        ],
        [
          'institution' => 'Anhembi Morumbi University',
          'subject' => 'Law Degree',
          'type' => 'Undergraduate Degree',
          'start' => 2012,
          'end' => 2017,
          'current' => false,
          'description' => null
        ]
      )
    ];
  }

  public function getDailyKnowledge(): array
  {
    return [
      WordPress::class,
      Php::class,
      jQuery::class,
      Javascript::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.';
  }
}

Connect with me:

beckymarques beckymarques beckymarques Becky#5221

Stats:

Anurag's GitHub stats

aws bootstrap css3 docker figma git html5 illustrator javascript laravel linux materialize mysql photoshop php sass xd zapier

Popular repositories Loading

  1. wp-breadcrumb-function wp-breadcrumb-function Public

    Forked from ahmadthedev/wp-breadcrumb-function

    PHP

  2. beckymarques beckymarques Public

  3. simulador-de-economia-quanta simulador-de-economia-quanta Public

    Simulador desenvolvido para o site Quanta Geração.

    PHP